generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 19
chore(dependabot): bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
c-pius
merged 1 commit into
main
from
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.0
Jan 17, 2025
Merged
chore(dependabot): bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 #317
c-pius
merged 1 commit into
main
from
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.0
Jan 17, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.4 to 0.20.0. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.4...v0.20.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
d5b867e
to
b7b9c01
Compare
c-pius
approved these changes
Jan 17, 2025
LeelaChacha
pushed a commit
to LeelaChacha/kyma-template-operator
that referenced
this pull request
May 15, 2025
… 0.20.0 (kyma-project#317) Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.4 to 0.20.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.20.0</h2> <h2>Highlights</h2> <ul> <li>Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23</li> <li>New experimental priority queue feature <ul> <li>More details in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3013">#3013</a> and <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374">#2374</a></li> <li>Can be enabled via manager.Options.Controller.UsePriorityQueue</li> <li>Please give it a try and provide feedback in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374">#2374</a></li> </ul> </li> <li><a href="https://redirect.github.com/kubernetes/enhancements/issues/3352">AggregatedDiscovery</a> is automatically used when available (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2901">#2901</a>)</li> <li>As usual, many improvements to the fake client</li> </ul> <h2>Changes since v0.19.0</h2> <h2>:warning: Breaking Changes</h2> <ul> <li>Bump to k8s.io/* v1.32 libraries (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2971">#2971</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2990">#2990</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3001">#3001</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3007">#3007</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3029">#3029</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3043">#3043</a>)</li> <li>logging: Stop deduplicating API warnings by default (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2953">#2953</a>)</li> <li>webhook: Stop deleting unknown fields in CustomDefaulter (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2982">#2982</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3056">#3056</a>)</li> <li>webhook: Remove deprecated Defaulter and Validator (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2877">#2877</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2945">#2945</a>)</li> <li>cluster: Remove deprecated SyncPeriod option (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2970">#2970</a>)</li> </ul> <h2>:sparkles: New Features</h2> <ul> <li>cache: Add EnableWatchBookmarks option (defaults to true) (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3017">#3017</a>)</li> <li>cache: Export NewInformer option (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3061">#3061</a>)</li> <li>cert-watcher: Add polling (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3020">#3020</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3050">#3050</a>)</li> <li>controller: Add experimental priority queue (off per default) (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3013">#3013</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3014">#3014</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3060">#3060</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3066">#3066</a>)</li> <li>fake client: Allow adding indexes at runtime (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3021">#3021</a>)</li> <li>fake client: Add support for ServiceAccountToken subresource (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2969">#2969</a>)</li> <li>restmapper: Use AggregatedDiscovery if available (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2901">#2901</a>)</li> <li>util: Add HasOwnerReference func (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2882">#2882</a>)</li> <li>webhook: Add custom path option (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2998">#2998</a>)</li> </ul> <h2>:bug: Bug Fixes</h2> <ul> <li>controller: Error when source.Start() never returns (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2997">#2997</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3006">#3006</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3008">#3008</a>)</li> <li>fake client: Don't return items on invalid selector (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3022">#3022</a>)</li> <li>fake client: Fix TOCTOU races (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2980">#2980</a>)</li> <li>fake client: Preserve TypeMeta during Get call with PartialObjectMeta (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2949">#2949</a>)</li> <li>fake client: Preserve TypeMeta during List call with UnstructuredList (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3074">#3074</a>)</li> <li>manager: Fix RenewDeadline typo in leader election (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3032">#3032</a>)</li> <li>manager: Use leader elector with client timeout (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3028">#3028</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3034">#3034</a>)</li> </ul> <h2>:seedling: Others</h2> <ul> <li>cache: Switch to Go 1.23+ stdlib <code>maps</code>/<code>slices</code> packages (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3012">#3012</a>)</li> <li>controller: Log the syncing source when WaitForSync fails (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3016">#3016</a>)</li> <li>setup-envtest: drop support for GCS (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2915">#2915</a>)</li> <li>Some fixes for typos (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3011">#3011</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3033">#3033</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2993">#2993</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/8f7e11443ece8e32908f6e537fd6f1d9674f0910"><code>8f7e114</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3074">#3074</a> from sbueringer/pr-fix-fake-list</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/3b2335464e4e3286f2cdadff08ab7474d7dffdbe"><code>3b23354</code></a> fake client: preserve TypeMeta during List call with UnstructuredList</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/1ec7c1b76e98efd4f177eb8cd96050596b0fa3d3"><code>1ec7c1b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3069">#3069</a> from kubernetes-sigs/dependabot/github_actions/all-g...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/189b6d8ef41c9af8697b4bdb0ab6c5d7dd6ac240"><code>189b6d8</code></a> :seedling: Bump the all-github-actions group across 1 directory with 3 updates</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/d19d76c3a88fe2d8015949603acadf35cfac28ee"><code>d19d76c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3066">#3066</a> from alvaroaleman/fix-wow</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/e667a8f9eda5ef8b74ec0d6e7dfca5a1e60f9ce6"><code>e667a8f</code></a> :bug: Fix a bug in the priorityqueue metrics</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/1de5a3e8bae9300c139a3f3f30f8cd509cffb103"><code>1de5a3e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3062">#3062</a> from ranakan19/cache_options</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/2484715d39199d4e02628c79e9be7c6f76fae28b"><code>2484715</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3064">#3064</a> from alvaroaleman/remove-gosec</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/3b0b9958086ff68d94d070da3c9436742a5a1e6b"><code>3b0b995</code></a> 🌱 Remove gosec linter</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/c80ea332ca131e1b79caab274a3413b93dc97e62"><code>c80ea33</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3060">#3060</a> from alvaroaleman/pq-2</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.20.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependency
Issues or PRs related to dependency changes
cla: yes
Indicates the PR's author has signed the CLA.
go
label for the "go" programming language
lgtm
Looks good to me!
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0.
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
... (truncated)
Commits
8f7e114
Merge pull request #3074 from sbueringer/pr-fix-fake-list3b23354
fake client: preserve TypeMeta during List call with UnstructuredList1ec7c1b
Merge pull request #3069 from kubernetes-sigs/dependabot/github_actions/all-g...189b6d8
🌱 Bump the all-github-actions group across 1 directory with 3 updatesd19d76c
Merge pull request #3066 from alvaroaleman/fix-wowe667a8f
🐛 Fix a bug in the priorityqueue metrics1de5a3e
Merge pull request #3062 from ranakan19/cache_options2484715
Merge pull request #3064 from alvaroaleman/remove-gosec3b0b995
🌱 Remove gosec linterc80ea33
Merge pull request #3060 from alvaroaleman/pq-2Dependabot 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 commands and options
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)