Update module sigs.k8s.io/controller-runtime to v0.25.1 - #11
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
August 30, 2021 20:26
887df2e to
5411906
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
2 times, most recently
from
August 31, 2021 18:05
96fce90 to
899184d
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
September 21, 2021 17:04
899184d to
7bcf741
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
October 5, 2021 07:24
7bcf741 to
5357afc
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
November 10, 2021 16:11
5357afc to
34a180e
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
December 14, 2021 17:27
34a180e to
0541d73
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
March 7, 2022 10:56
0541d73 to
52105b1
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
April 24, 2022 23:43
52105b1 to
5f0807a
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
May 16, 2022 02:39
5f0807a to
0656136
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
June 28, 2023 09:41
e0ec924 to
7801b50
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
2 times, most recently
from
August 8, 2023 11:19
be620d7 to
030e674
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
August 22, 2023 15:49
030e674 to
d7051e8
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
August 31, 2023 21:51
d7051e8 to
8415fc5
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
September 12, 2023 16:48
8415fc5 to
7b3f678
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
October 18, 2023 21:33
7b3f678 to
3268a1a
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
January 16, 2024 12:57
3268a1a to
ccd5b8b
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
February 9, 2024 10:40
ccd5b8b to
c3f39d9
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
February 15, 2024 22:36
c3f39d9 to
e3161ac
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
April 8, 2024 20:03
e3161ac to
d4dac06
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
April 24, 2024 16:45
d4dac06 to
f846b90
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
May 1, 2024 21:12
f846b90 to
57cabbf
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
May 6, 2024 22:17
57cabbf to
3539b27
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
v0.15.0→v0.25.1Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.25.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.25.0...v0.25.1
v0.25.0Compare Source
Highlights
This version of controller-runtime introduces a new experimental
ReadYourWritesConsistencyfeature,which ensures that all writes are reflected in subsequent reads from the default cache-backed client.
Stale client reads are arguably the biggest source of friction and sometimes bugs for controller
authors, providing this functionality at the library level eliminates that class of problems entirely.
Try it out by setting
Client.EnableReadYourWritesConsistency: new(true)in your managerand leave any feedback you may have on the tracking issue.
✨ New Features
🐛 Bug Fixes
🌱 Others
🌱 CI & linters
📖 Additionally, there have been 7 contributions to our documentation and book. (#3513, #3521, #3531, #3551, #3562, #3563, #3566)
Dependencies
Added
Changed
944ab1f→746e56fbd525da→59b49668636f87→3dc84a48636f87→3dc84a4ec3ebc5→25e220843fb72c→d427ff9b8788ab→be93311Removed
Thanks to all our contributors! 😊
v0.24.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1
v0.24.0Compare Source
🐛 Bug Fixes
🌱 Others
StartLoggingfor event debug logs (#3451)🌱 CI & linters
tools/setup-envtestsubmodule (#3476)📖 Additionally, there has been 1 contribution to our documentation. (#3477)
Dependencies
Added
Changed
8a7402a→944ab1f078029d→bd525daa0af3ef→8636f87200df99→8636f87f2248ac589584f→43fb72cbc988d5→b8788abRemoved
9bdfabeThanks to all our contributors! 😊
v0.23.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3
v0.23.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2
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
v0.22.4Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.3...v0.22.4
v0.22.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.2...v0.22.3
v0.22.2Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.