-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.0 #479
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/sigs.k8s.io-controller-runtime-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
4 times, most recently
from
October 28, 2024 20:09
de4a28d
to
70e03ac
Compare
kondracek-nr
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
October 28, 2024 20:09
70e03ac
to
b6b718e
Compare
controller-runtime upgrade includes breaking changes and will need code changes to be accommodated. |
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
December 19, 2024 01:00
b6b718e
to
489f37d
Compare
renovate
bot
changed the title
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.1
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3
Dec 19, 2024
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
December 23, 2024 12:12
489f37d
to
ae4cb1f
Compare
renovate
bot
changed the title
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3 - autoclosed
Jan 4, 2025
renovate
bot
changed the title
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3 - autoclosed
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3
Jan 4, 2025
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
2 times, most recently
from
January 7, 2025 17:13
8f583e1
to
eb22be2
Compare
renovate
bot
changed the title
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4
Jan 7, 2025
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
2 times, most recently
from
January 13, 2025 12:13
e0f3d5d
to
1fb1b85
Compare
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
2 times, most recently
from
January 16, 2025 15:12
e3b6eb7
to
f0b5114
Compare
renovate
bot
changed the title
fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4
fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.0
Jan 16, 2025
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
3 times, most recently
from
January 17, 2025 18:40
8e616f9
to
5cbb8fd
Compare
renovate
bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
January 17, 2025 20:39
5cbb8fd
to
22a9864
Compare
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.14.6
->v0.20.0
Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.20.0
Compare Source
Highlights
Changes since v0.19.0
✨ New Features
🐛 Bug Fixes
🌱 Others
maps
/slices
packages (#3012)🌱 CI
📖 Additionally, there have been 7 contributions to our documentation. (#2942, #2985, #2996, #3002, #3039, #3062)
Dependencies
Added
Nothing has changed.
Changed
f3d0a9c
→8a7402a
f48c80b
→bda5523
e35e4cc
→ v0.26.004be3eb
→5ec99f8
5315273
→f6391c0
f6361c8
→f6391c0
b8732ec
→ef43131
51d4e06
→2b36238
70dd376
→32ad38e
18e509b
→3ea5e8c
bc3834c
→9aa6b5e
Removed
Thanks to all our contributors! 😊
v0.19.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.3...v0.19.4
v0.19.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3
v0.19.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2
v0.19.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1
v0.19.0
Compare Source
Please note that
admission.Defaulter/Validator
have been deprecated in favor ofadmission.CustomDefaulter/CustomValidator
since v0.17 and will be removed with v0.20.✨ New Features
controller
label to workqueue metrics (#2895)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 5 contributions to our documentation. (#2830, #2849, #2863, #2894, #2899, #2910)
Dependencies
Added
Changed
a9213ee
→f3d0a9c
b75ee88
→f48c80b
e35e4cc
23370e0
→5315273
b8732ec
→f6361c8
f966b18
→b8732ec
3b25d92
→18e509b
Removed
Thanks to all our contributors! 😊
v0.18.7
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.6...v0.18.7
v0.18.6
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.5...v0.18.6
v0.18.5
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.4...v0.18.5
v0.18.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.3...v0.18.4
v0.18.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.2...v0.18.3
v0.18.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.1...v0.18.2
v0.18.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.0...v0.18.1
v0.18.0
Compare Source
✨ New Features
NewQueue
option (#2767)ListenConfig
option (#2519)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 3 contributions to our documentation and book. (#2712, #2770, #2789)
Dependencies
Added
b75ee88
51d4e06
Changed
2dd684a
→70dd376
Removed
9cce18d
Thanks to all our contributors! 😊
v0.17.6
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.5...v0.17.6
v0.17.5
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.4...v0.17.5
v0.17.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.3...v0.17.4
v0.17.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.2...v0.17.3
v0.17.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.1...v0.17.2
v0.17.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.0...v0.17.1
v0.17.0
Compare Source
✨ New Features
🐛 Bug Fixes
RemoveControllerReference
andHasControllerReference
func (#2509 #2595)RemoveOwnerReference
func (#2462)🌱 Others
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.