-
Notifications
You must be signed in to change notification settings - Fork 50
fix(deps): update module sigs.k8s.io/controller-runtime to v0.23.1 #748
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
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
87e2296 to
b0d077c
Compare
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | go | sigs.k8s.io/controller-runtime | v0.22.4 | v0.23.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Keep using GetEventRecorderFor as the new GetEventRecorder API requires different RBAC permissions. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
b0d077c to
24c2668
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
🤖 I have created a release *beep* *boop* --- ## [0.11.0](v0.10.0...v0.11.0) (2026-01-30) ### Features * Add support for DefaultAzureCredential authentication mechanism ([#681](#681)) ([2c134ea](2c134ea)) * **deps:** Update barman-cloud to v3.17.0 ([#702](#702)) ([fa546ea](fa546ea)) ### Bug Fixes * **azure:** Update barman-cloud with Azure validation fix ([#710](#710)) ([0153abb](0153abb)), closes [#705](#705) * **deps:** Update all non-major go dependencies ([#719](#719)) ([4a637d7](4a637d7)) * **deps:** Update k8s.io/utils digest to 914a6e7 ([#715](#715)) ([b3bcf6d](b3bcf6d)) * **deps:** Update module sigs.k8s.io/controller-runtime to v0.23.1 ([#748](#748)) ([71bd4d8](71bd4d8)) * Resolve WAL archiving performance and memory issues ([#746](#746)) ([378c76a](378c76a)), closes [#735](#735) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: Peggie <info@cloudnative-pg.io>
…v0.11.0 ##### [\`v0.11.0\`](https://github.com/cloudnative-pg/plugin-barman-cloud/releases/tag/v0.11.0) ##### Features - Add support for DefaultAzureCredential authentication mechanism ([#681](cloudnative-pg/plugin-barman-cloud#681)) ([2c134ea](cloudnative-pg/plugin-barman-cloud@2c134ea)) - **deps:** Update barman-cloud to v3.17.0 ([#702](cloudnative-pg/plugin-barman-cloud#702)) ([fa546ea](cloudnative-pg/plugin-barman-cloud@fa546ea)) ##### Bug Fixes - **azure:** Update barman-cloud with Azure validation fix ([#710](cloudnative-pg/plugin-barman-cloud#710)) ([0153abb](cloudnative-pg/plugin-barman-cloud@0153abb)), closes [#705](cloudnative-pg/plugin-barman-cloud#705) - **deps:** Update all non-major go dependencies ([#719](cloudnative-pg/plugin-barman-cloud#719)) ([4a637d7](cloudnative-pg/plugin-barman-cloud@4a637d7)) - **deps:** Update k8s.io/utils digest to [`914a6e7`](cloudnative-pg/plugin-barman-cloud@914a6e7) ([#715](cloudnative-pg/plugin-barman-cloud#715)) ([b3bcf6d](cloudnative-pg/plugin-barman-cloud@b3bcf6d)) - **deps:** Update module sigs.k8s.io/controller-runtime to v0.23.1 ([#748](cloudnative-pg/plugin-barman-cloud#748)) ([71bd4d8](cloudnative-pg/plugin-barman-cloud@71bd4d8)) - Resolve WAL archiving performance and memory issues ([#746](cloudnative-pg/plugin-barman-cloud#746)) ([378c76a](cloudnative-pg/plugin-barman-cloud@378c76a)), closes [#735](cloudnative-pg/plugin-barman-cloud#735)
This PR contains the following updates:
v0.22.4→v0.23.1Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.23.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1
v0.23.0Compare Source
🔆 Highlights
GetEventRecorderForrequires updating your rbac for events to use theevents.k8s.ioapiGroup rather than the `` (core) apiGroupbuilder.WebhookManagedBy(mgr).For(&corev1.Deployment{})has to be changed tobuilder.WebhookManagedBy(mgr, &appsv1.Deployment{})runtime.Object, for example fromValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)toValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)✨ Features
🐛 Bugfixes
waitermanipulation by @fossedihelm in #3368🌱 Other
sorttoslicespackage by @dongjiang1989 in #3370📖 Documentation
README.md's compatibility matrix forv0.22.x. by @renormalize in #3392Dependencies
Added
Changed
bda5523→078029d5ec99f8→9bdfabea0af3ef→200df9985fd79d→ec3ebc5f3f2b99→589584f4c0f3b2→bc988d5cfa47c3→2d32026Removed
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0
Thanks to all our contributors! 😊
v0.22.5Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.