-
Notifications
You must be signed in to change notification settings - Fork 734
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 k8s #8400
fix(deps): update k8s #8400
Conversation
ℹ Artifact update noticeFile name: hack/upgrade-test-harness/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: hack/operatorhub/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: hack/config-extractor/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: hack/manifest-gen/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7c90cbb
to
79d7315
Compare
buildkite test this |
79d7315
to
13ba92c
Compare
I think we could make it work with minimal effort by recreating the deprecated interface. We are not using the controller-runtime webhook builder anyway. I will push a commit later to demonstrate the idea (if I get the tests to pass :-) ) |
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. |
buildkite test this |
buildkite test this |
buildkite test this |
This is ready for a review. There is probably a more throrogh refactoring possible. Completely removing the custom webhok handler and going back to the controller-runtime one. This should be possible by wrapping the controller-runtime webhook handler with another handler that implements the only piece of custom functionality we need (I think) which is the namespace restriction when the operator runs with a fixed list of namespaces. The reason I have not tried this in this PR is that others are waiting on the us updating the controller-runtime dependency and I did not want to block this unecessary for longer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
buildkite test this -f p=kind,s=8.17.0 |
This PR contains the following updates:
v0.32.0
->v0.32.1
v0.32.0
->v0.32.1
v0.32.0
->v0.32.1
v0.32.0
->v0.32.1
v0.32.0
->v0.32.1
v0.32.0
->v0.32.1
v0.19.3
->v0.20.1
v0.16.5
->v0.17.1
v0.18.1
->v0.19.0
Release Notes
kubernetes/api (k8s.io/api)
v0.32.1
Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.32.1
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.32.1
Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.32.1
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.32.1
Compare Source
kubernetes/kubectl (k8s.io/kubectl)
v0.32.1
Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.20.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.20.0...v0.20.1
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.5
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.4...v0.19.5
v0.19.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.3...v0.19.4
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.17.1
Compare Source
What's Changed
Dependencies
Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.17.1
v0.17.0
Compare Source
What's Changed
*types.Alias
with Go 1.23 by @mtardy in https://github.com/kubernetes-sigs/controller-tools/pull/1061MaxDescLen
by @dhaiducek in https://github.com/kubernetes-sigs/controller-tools/pull/1006Misc
envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.16.0...v0.17.0
Configuration
📅 Schedule: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.