Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump sigs.k8s.io/controller-tools from 0.16.5 to 0.17.0 in /hac…
…k/tools (#1174) Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.16.5 to 0.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-tools/releases">sigs.k8s.io/controller-tools's releases</a>.</em></p> <blockquote> <h2>v0.17.0</h2> <h2>What's Changed</h2> <ul> <li>🐛 Fix duplicate default value when generating CRDs with corev1.Protocol by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1035">kubernetes-sigs/controller-tools#1035</a></li> <li>🐛 rbac: fix adding nonResourceURLs including normalisation by <a href="https://github.com/chrischdi"><code>@chrischdi</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1044">kubernetes-sigs/controller-tools#1044</a></li> <li>🐛 rbac: fix deduplication of core group and add test coverage by <a href="https://github.com/chrischdi"><code>@chrischdi</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1045">kubernetes-sigs/controller-tools#1045</a></li> <li>:bug: Allow CLI binaries to set a version by <a href="https://github.com/josvazg"><code>@josvazg</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1049">kubernetes-sigs/controller-tools#1049</a></li> <li>✨ Allow customizing generated webhook configuration's name by <a href="https://github.com/davidxia"><code>@davidxia</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1002">kubernetes-sigs/controller-tools#1002</a></li> <li>🐛 pkg/crd: fix type casting panic with new default <code>*types.Alias</code> with Go 1.23 by <a href="https://github.com/mtardy"><code>@mtardy</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1061">kubernetes-sigs/controller-tools#1061</a></li> <li>:sparkles: Add selectablefield marker by <a href="https://github.com/everesio"><code>@everesio</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1050">kubernetes-sigs/controller-tools#1050</a></li> <li>🐛 pkg/crd: fix a missed type casting panic with new *types.Alias by <a href="https://github.com/mtardy"><code>@mtardy</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1079">kubernetes-sigs/controller-tools#1079</a></li> <li>🐛 pkg/crd: support validation on type alias to basic types by <a href="https://github.com/mtardy"><code>@mtardy</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1078">kubernetes-sigs/controller-tools#1078</a></li> <li>🐛 Fix item validation for unhashable markers by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1080">kubernetes-sigs/controller-tools#1080</a></li> <li>:bug: Handling Identical Kubebuilder Annotations in Different CRs with * Verbs by <a href="https://github.com/OdedViner"><code>@OdedViner</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1081">kubernetes-sigs/controller-tools#1081</a></li> <li>:warning: Add support for encoding.TextMarshaler by <a href="https://github.com/twz123"><code>@twz123</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1015">kubernetes-sigs/controller-tools#1015</a></li> <li>:sparkles: Handle word boundaries and add ellipsis for <code>MaxDescLen</code> by <a href="https://github.com/dhaiducek"><code>@dhaiducek</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1006">kubernetes-sigs/controller-tools#1006</a></li> </ul> <h2>Misc</h2> <ul> <li>🏃 Rename default branch to main by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1038">kubernetes-sigs/controller-tools#1038</a></li> <li>🏃 Verify PR titles with shell script by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1057">kubernetes-sigs/controller-tools#1057</a></li> <li>📖 github: update PR template by <a href="https://github.com/chrischdi"><code>@chrischdi</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1060">kubernetes-sigs/controller-tools#1060</a></li> <li>🌱 OWNERS: Promote chrischdi to reviewer by <a href="https://github.com/chrischdi"><code>@chrischdi</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1059">kubernetes-sigs/controller-tools#1059</a></li> <li>🌱 pr-verify: use env var for passing the PR title by <a href="https://github.com/chrischdi"><code>@chrischdi</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1067">kubernetes-sigs/controller-tools#1067</a></li> <li>📖 Fix compatibility table by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1093">kubernetes-sigs/controller-tools#1093</a></li> </ul> <h2>envtest</h2> <ul> <li>🐛 Fix envtest build for v1.32.0 by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1110">kubernetes-sigs/controller-tools#1110</a></li> <li>✨ Release envtest v1.32.0 by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1106">kubernetes-sigs/controller-tools#1106</a></li> <li>✨ Release envtest v1.32.0 (try 2) by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1111">kubernetes-sigs/controller-tools#1111</a></li> <li>🌱 Promotion of envtest release for Kubernetes v1.32.0 by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1114">kubernetes-sigs/controller-tools#1114</a></li> </ul> <h2>Dependency bumps</h2> <ul> <li>:seedling: Bump tj-actions/changed-files from 44.5.7 to 45.0.0 in the all-github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1042">kubernetes-sigs/controller-tools#1042</a></li> <li>:seedling: Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in the all-go-mod-patch-and-minor group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1047">kubernetes-sigs/controller-tools#1047</a></li> <li>:seedling: Bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the all-github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1048">kubernetes-sigs/controller-tools#1048</a></li> <li>:seedling: Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 in the all-github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1052">kubernetes-sigs/controller-tools#1052</a></li> <li>:seedling: Bump the all-go-mod-patch-and-minor group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1055">kubernetes-sigs/controller-tools#1055</a></li> <li>:seedling: Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 in the all-github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1056">kubernetes-sigs/controller-tools#1056</a></li> <li>:seedling: Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 in the all-go-mod-patch-and-minor group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1065">kubernetes-sigs/controller-tools#1065</a></li> <li>:seedling: Bump the all-github-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1066">kubernetes-sigs/controller-tools#1066</a></li> <li>:seedling: Bump actions/checkout from 4.1.7 to 4.2.0 in the all-github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1070">kubernetes-sigs/controller-tools#1070</a></li> <li>:seedling: Bump golang.org/x/tools from 0.25.0 to 0.26.0 in the all-go-mod-patch-and-minor group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1072">kubernetes-sigs/controller-tools#1072</a></li> <li>:seedling: Bump the all-github-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1073">kubernetes-sigs/controller-tools#1073</a></li> <li>:seedling: Bump actions/checkout from 4.2.0 to 4.2.1 in the all-github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1075">kubernetes-sigs/controller-tools#1075</a></li> <li>:seedling: Bump the all-go-mod-patch-and-minor group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1082">kubernetes-sigs/controller-tools#1082</a></li> <li>:seedling: Bump the all-github-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1083">kubernetes-sigs/controller-tools#1083</a></li> <li>:seedling: Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 in the all-go-mod-patch-and-minor group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1085">kubernetes-sigs/controller-tools#1085</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/c71f90318f2c818b93a4458e42f7c4da416d5368"><code>c71f903</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1117">#1117</a> from kubernetes-sigs/dependabot/go_modules/all-go-mo...</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/26508e989e4ef337a543f8eb1eeebe2f03ba3ed3"><code>26508e9</code></a> :seedling: Bump github.com/onsi/gomega</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/24f0853d789dd11197ac38bc50311fa5f030c641"><code>24f0853</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1115">#1115</a> from sbueringer/pr-v0.32</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/b71e9d5fda98c98fccb5d9a5cac95c52211418ef"><code>b71e9d5</code></a> Bump k8s.io/* to v0.32.0</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/09335bcfa59afb6ef5a295c4b94f23c818ca25e4"><code>09335bc</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1114">#1114</a> from sbueringer/pr-promote-envtest-v1.32</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/fdcba1f0034d9f043aa5e32db79c35c39182f88f"><code>fdcba1f</code></a> Promotion of envtest release for Kubernetes v1.32.0</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/3dd315846b14c809185f0c6b272a90314148f95d"><code>3dd3158</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1111">#1111</a> from sbueringer/pr-envtest-v1.32.0-try-2</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/8548c9c1ece397e215c620992e0f8901df72f524"><code>8548c9c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1112">#1112</a> from sbueringer/pr-downgrade-release</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/9629dabe79d5e5e21fbed5a99a2b13763d64c911"><code>9629dab</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1110">#1110</a> from sbueringer/pr-fix-tools-build</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/6addf674ece96f856d87f2522f623cd269299c69"><code>6addf67</code></a> Downgrade release action</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.5...v0.17.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | sigs.k8s.io/controller-tools | [>= 0.15.0.a, < 0.15.1] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-tools&package-manager=go_modules&previous-version=0.16.5&new-version=0.17.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information