Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump sigs.k8s.io/controller-runtime from 0.17.3 to 0.18.4 (#371)
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.3 to 0.18.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's releases</a>.</em></p> <blockquote> <h2>v0.18.4</h2> <h2>What's Changed</h2> <ul> <li>[release-0.18] ✨ controllerutil: configure BlockOwnerDeletion when setting OwnerReference by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2848">kubernetes-sigs/controller-runtime#2848</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4</a></p> <h2>v0.18.3</h2> <h2>What's Changed</h2> <ul> <li>✨ setup-envtest: download binaries from controller-tools releases by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2837">kubernetes-sigs/controller-runtime#2837</a></li> <li>🌱 Bump k8s.io/* to v0.30.1 by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2840">kubernetes-sigs/controller-runtime#2840</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.2...v0.18.3">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.2...v0.18.3</a></p> <h2>v0.18.2</h2> <h2>What's Changed</h2> <ul> <li>🐛 Reintroduce AddMetricsServerExtraHandler on manager by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2817">kubernetes-sigs/controller-runtime#2817</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2</a></p> <h2>v0.18.1</h2> <h2>What's Changed</h2> <ul> <li>[release-0.18] 🐛 Cache: Fix label defaulting of byObject when namespaces are configured by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2808">kubernetes-sigs/controller-runtime#2808</a></li> <li>[release-0.18] 🐛 correct kind source type by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2809">kubernetes-sigs/controller-runtime#2809</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1</a></p> <h2>v0.18.0</h2> <h2>:warning: Breaking Changes</h2> <ul> <li>Bump to k8s.io/* v1.30 (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2693">#2693</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2754">#2754</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2765">#2765</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2776">#2776</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2786">#2786</a>)</li> <li>Remove deprecated v1alpha1.ControllerManagerConfiguration (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2648">#2648</a>)</li> <li>admission.Decoder is now an interface (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2736">#2736</a>)</li> <li>Source, Event, Predicate, Handler: Add generics support (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2783">#2783</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2796">#2796</a>)</li> <li>client: Fix SubResourceCreateOptions signature in subresource client (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2766">#2766</a>)</li> </ul> <h2>:sparkles: New Features</h2> <ul> <li>cache: Add TransformStripManagedFields transform func (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2791">#2791</a>)</li> <li>client: Add client.WithFieldOwner to configure client-wide FieldManager (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2771">#2771</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2777">#2777</a>)</li> <li>controller: Add <code>NewQueue</code> option (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2767">#2767</a>)</li> <li>manager: Export HTTP server runnable implementation (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2473">#2473</a>)</li> <li>metrics/server: Add <code>ListenConfig</code> option (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2519">#2519</a>)</li> </ul> <h2>:bug: Bug Fixes</h2> <ul> <li>builder/webhook: Return error if For() is used multiple times (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2740">#2740</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/12cc8d59fabe3a1dbbd927ae6aea077cf7962267"><code>12cc8d5</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2848">#2848</a> from k8s-infra-cherrypick-robot/cherry-pick-2847-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/c0c229e97e41459619281a8d9062c6446eda5ad2"><code>c0c229e</code></a> controllerutil: allow configuring BlockOwnerDeletion when setting OwnerRefere...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/be2f383334bd63fa98122dff8e0f920bdd695ba8"><code>be2f383</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2840">#2840</a> from sbueringer/pr-bump-k8s</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/4720d178dde15f34ad1f290c432dc8870e2c8c3d"><code>4720d17</code></a> Bump k8s.io/* to v0.30.1</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/aa9ed14b674082f812321dde663b0f43072c3179"><code>aa9ed14</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2837">#2837</a> from sbueringer/pr-setup-envtest-ct-rel-0.18</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/35d7bbd2e80b743674c95e733adc9ee1ea0c0c31"><code>35d7bbd</code></a> default --use-deprecated-gcs to true</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/ce4e4f504a6a41b82d5646511b2ed7d6d3b0d120"><code>ce4e4f5</code></a> some more deprecations</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/56dcc149f60b467d0db79f87b4017a4deac0bdd8"><code>56dcc14</code></a> setup-envtest: allow downloading envtest binaries from controller-tools</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/834905b07c7b5a78e86d21d764f7c2fdaa9602e0"><code>834905b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2817">#2817</a> from k8s-infra-cherrypick-robot/cherry-pick-2813-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/6396a493cc866710b2bb53e024f03490afaee7d4"><code>6396a49</code></a> Reintroduce AddMetricsExtraHandler on manager</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.3...v0.18.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-runtime&package-manager=go_modules&previous-version=0.17.3&new-version=0.18.4)](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>
- Loading branch information