dependabot[bot] opened a new pull request, #1936: URL: https://github.com/apache/apisix-ingress-controller/pull/1936
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.6 to 0.16.0. <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.16.0</h2> <h2>Highlights</h2> <ul> <li>Granular cache configuration (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2421">#2421</a>)</li> <li>New cache option to fail on missing informer on cache reads (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2406">#2406</a>)</li> <li>Secure metrics serving (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2407">#2407</a>)</li> <li>Upgrade to Kubernetes 1.28 libraries (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2393">#2393</a>, <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2405">#2405</a>, <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2449">#2449</a>)</li> </ul> <h2>Changes since v0.15</h2> <h3>:warning: Breaking Changes</h3> <ul> <li>Bump k8s.io/* dependencies to v1.28.0 by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2393">#2393</a>, <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2405">#2405</a>, <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2449">#2449</a>)</li> <li>Allow configuring more granular cache filtering by <a href="https://github.com/alvaroaleman"><code>@alvaroaleman</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2421">#2421</a>)</li> <li>Introduce Metrics Options & secure metrics serving by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2407">#2407</a>)</li> <li>Return an error if the continue list option is set for the cache reader by <a href="https://github.com/shuheiktgw"><code>@shuheiktgw</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2439">#2439</a>)</li> <li>Remove deprecated manager, webhook and cluster options by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2422">#2422</a>)</li> <li>Remove deprecated MultiNamespacedCacheBuilder, NewFakeClientWithScheme, controllerutil.Object, envtest.Environment.KubeAPIServerFlags & zap.Options.DestWritter by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2423">#2423</a>)</li> <li>controller builder: return error when multiple reconcilers are set by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2415">#2415</a>)</li> <li>fake client: use correct RBAC apiGroup name when deciding if to allow unconditional updates by <a href="https://github.com/jaideepr97"><code>@jaideepr97</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2412">#2412</a>)</li> <li>Minor improvements to godoc & code style in cache pkg by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2416">#2416</a>)</li> </ul> <h3>:sparkles: New Features</h3> <ul> <li>Cache: add ReaderFailOnMissingInformer option by <a href="https://github.com/stevekuznetsov"><code>@stevekuznetsov</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2406">#2406</a>)</li> <li>Cache: allow non-blocking retrieval of informers by <a href="https://github.com/maxsmythe"><code>@maxsmythe</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2371">#2371</a>)</li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>Add missing return statement in admission.Decoder.DecodeRaw by <a href="https://github.com/lleshchi"><code>@lleshchi</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2433">#2433</a>)</li> <li>fakeClient.Status().Update(...) cannot recognize resource version conflicts by <a href="https://github.com/iiiceoo"><code>@iiiceoo</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2365">#2365</a>)</li> <li>Fix Defaulting of the User Agent by <a href="https://github.com/alvaroaleman"><code>@alvaroaleman</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2435">#2435</a>)</li> <li>Fix logs in the unstructured client by <a href="https://github.com/Poor12"><code>@Poor12</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2343">#2343</a>)</li> <li>Fix unspecified KindsFor version by <a href="https://github.com/tenstad"><code>@tenstad</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2346">#2346</a>)</li> <li>Fix TerminalError(nil).Error() panic by <a href="https://github.com/sheidkamp"><code>@sheidkamp</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2438">#2438</a>)</li> <li>hasLabels and matchingLabels step on each other by <a href="https://github.com/shanshanying"><code>@shanshanying</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2363">#2363</a>)</li> <li>SetLogger should work with nil sinks by <a href="https://github.com/vincepri"><code>@vincepri</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2367">#2367</a>)</li> </ul> <h3>:seedling: Others</h3> <ul> <li>Use NewRateLimitingQueueWithConfig instead of deprecated NewNamedRateLimitingQueue by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2411">#2411</a>)</li> <li>Add a prefix to the stack trace printed after SetLogger timeout by <a href="https://github.com/vincepri"><code>@vincepri</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2357">#2357</a>)</li> <li>Minor improvements to godoc, code style in builder pkg by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2414">#2414</a>)</li> <li>Add integration test to avoid manager.Start deadlocks by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2418">#2418</a>)</li> <li>Automatically regenerate scratch env go mod file by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2413">#2413</a>)</li> <li>Introduce a new runnable group for basic servers of the manager by <a href="https://github.com/zqzten"><code>@zqzten</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2337">#2337</a>)</li> <li>Add logs around Reconcile call, change webhook logs to log level 5 by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2419">#2419</a>)</li> <li>Add action to update modules on dependabot PRs by <a href="https://github.com/sbueringer"><code>@sbueringer</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2447">#2447</a>, <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2448">#2448</a>)</li> <li>Optimize Add/RemoveFinalizer by <a href="https://github.com/0xff-dev"><code>@0xff-dev</code></a> (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2348">#2348</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-runtime/commit/c20ea143a236a34fb331e6c04820b75aac444e7d"><code>c20ea14</code></a> ✨ Allow non-blocking retrieval of informers (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2371">#2371</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/304027bcbe4b3f6d582180aec5759eb4db3f17fd"><code>304027b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2451">#2451</a> from sbueringer/pr-log-warn</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/f4735b62c9c638d611e3650f7baf88b4cf6c8c3a"><code>f4735b6</code></a> log warning if error and non-zero Result returned</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/480fc5bed4b1da1e455c993913df1acfafaef013"><code>480fc5b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2450">#2450</a> from sbueringer/pr-bump-ct-v0.13</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/96854e7349b5f1fb505b0bb6a06dbccf884947d1"><code>96854e7</code></a> Bump to controller-tools v0.13</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/f30e11d97fd19564e71b4f672efcdc0ecad3a8d1"><code>f30e11d</code></a> pkg/{cache,client}: add options for cache miss policy (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2406">#2406</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/d781099f968893634300630668f86e23dd6f63d6"><code>d781099</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2449">#2449</a> from sbueringer/pr-bump-k8s-1.28</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/2291e7d48f2c95203281857b7551e625954e5f7f"><code>2291e7d</code></a> Bump to k8s.io v1.28.0</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/6d99b58a830fffbec03f568e259872fe53abb2bb"><code>6d99b58</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2433">#2433</a> from lleshchi/issue_2429</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/8a1ef8bf31b730741ca57911f3af2ed9cc4735fa"><code>8a1ef8b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2446">#2446</a> from kubernetes-sigs/dependabot/go_modules/gomodules...</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.6...v0.16.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
