Skip to content

Commit f559d81

Browse files
Bump k8s.io/code-generator from 0.33.4 to 0.34.1 (#1809)
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.33.4 to 0.34.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/code-generator/commit/7d570debcff537fb27bdad959d25fe98965419ff"><code>7d570de</code></a> Update dependencies to v0.34.1 tag</li> <li><a href="https://github.com/kubernetes/code-generator/commit/c03f702f43c4cd614175036ed3e9b9d247b9a3f0"><code>c03f702</code></a> Merge remote-tracking branch 'origin/master' into release-1.34</li> <li><a href="https://github.com/kubernetes/code-generator/commit/341d4d63c735963747e62c9932326b387beb3381"><code>341d4d6</code></a> clarify that staging repos are automatically published</li> <li><a href="https://github.com/kubernetes/code-generator/commit/5e672d775821508d703c5f6d38177fdb6bf8458a"><code>5e672d7</code></a> add pointer to CONTRIBUTING.md for more details on contributing, clarify read...</li> <li><a href="https://github.com/kubernetes/code-generator/commit/96cba81b72fff80ad53a020e552064d92645deb9"><code>96cba81</code></a> link to what a staging repository is</li> <li><a href="https://github.com/kubernetes/code-generator/commit/3710adb623b1c96b94404c5b68065e1406381abb"><code>3710adb</code></a> docs: clarify that this is a staging repository and not for direct contributions</li> <li><a href="https://github.com/kubernetes/code-generator/commit/9699fe1ce98eaf2aa6c01f2cf390745406f524a6"><code>9699fe1</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/code-generator/issues/132942">#132942</a> from thockin/kyaml</li> <li><a href="https://github.com/kubernetes/code-generator/commit/fe7d3af27d90753814bb25a27d2b364e6d67ddad"><code>fe7d3af</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/code-generator/issues/132935">#132935</a> from benluddy/cbor-bump-custom-marshalers</li> <li><a href="https://github.com/kubernetes/code-generator/commit/7adb5d5da58c03584ddaef03421965440faa2b8b"><code>7adb5d5</code></a> Re-vendor sigs.k8s.io/yaml @ v1.6.0</li> <li><a href="https://github.com/kubernetes/code-generator/commit/ab0f4167858064988f9a2e8bc22d67822cb22e3a"><code>ab0f416</code></a> Bump to github.com/fxamacker/cbor/v2 v2.9.0.</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/code-generator/compare/v0.33.4...v0.34.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/code-generator&package-manager=go_modules&previous-version=0.33.4&new-version=0.34.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34d6ba4 commit f559d81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
k8s.io/api v0.34.1
2020
k8s.io/apimachinery v0.34.1
2121
k8s.io/client-go v0.34.1
22-
k8s.io/code-generator v0.33.4
22+
k8s.io/code-generator v0.34.1
2323
k8s.io/klog v1.0.0
2424
k8s.io/klog/v2 v2.130.1
2525
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
197197
k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
198198
k8s.io/client-go v0.34.1 h1:ZUPJKgXsnKwVwmKKdPfw4tB58+7/Ik3CrjOEhsiZ7mY=
199199
k8s.io/client-go v0.34.1/go.mod h1:kA8v0FP+tk6sZA0yKLRG67LWjqufAoSHA2xVGKw9Of8=
200-
k8s.io/code-generator v0.33.4 h1:DiA801QxqApRIBh3OWULasVAUA237XnYvFNMh+E34Y8=
201-
k8s.io/code-generator v0.33.4/go.mod h1:ifWxKWhEl/Z1K7WmWAyOBEf3ex/i546ingCzLC8YVIY=
200+
k8s.io/code-generator v0.34.1 h1:WpphT26E+j7tEgIUfFr5WfbJrktCGzB3JoJH9149xYc=
201+
k8s.io/code-generator v0.34.1/go.mod h1:DeWjekbDnJWRwpw3s0Jat87c+e0TgkxoR4ar608yqvg=
202202
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f h1:SLb+kxmzfA87x4E4brQzB33VBbT2+x7Zq9ROIHmGn9Q=
203203
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f/go.mod h1:EJykeLsmFC60UQbYJezXkEsG2FLrt0GPNkU5iK5GWxU=
204204
k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=

0 commit comments

Comments
 (0)