-
Notifications
You must be signed in to change notification settings - Fork 53
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
deps: update K8s dependencies #766
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
Blocked by kubernetes-sigs/controller-runtime#2035 |
controller-runtime v0.14.0 with the upgrade to client-go v1.26 was released in https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.14.0, unblocking this PR. However, the v0.14.0 comes with a ginkgo update to v2, with breaking changes that we have to adopt to, c.f. kubernetes-sigs/controller-runtime#1977. |
Kubebuilder has already switched to ginkgo v2, but we need to wait for the full adaption of Kubernetes v1.26 and a release changes are tracked in kubernetes-sigs/kubebuilder#3054 |
Migration guides for kubebuilder can be found at https://book.kubebuilder.io/migrations.html |
Migration guide for ginkgo v1->v2 can be found at https://onsi.github.io/ginkgo/MIGRATING_TO_V2 |
ce8b586
to
8a97293
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: operators/constellation-node-operator/go.sum
|
Now blocked by medik8s/node-maintenance-operator#69 |
951a423
to
be00e86
Compare
38d4442
to
e18e88b
Compare
d5835b3
to
35e9cd4
Compare
5a9d6a3
to
3d3d044
Compare
c69e85d
to
7a4adf3
Compare
21f9f30
to
0b0aba5
Compare
The go parts of this commit should solve the issues when upgrading envtest: |
@malt3 Thanks, I think I still have this stashed locally from the last try. 😆 |
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. ⚠ Warning: custom changes will be lost. |
🟢 e2e GCP, sonobuoy quick, Kubernetes 1.25: https://github.com/edgelesssys/constellation/actions/runs/4183777402 |
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. @malt3, your opinion?
cffe73c
to
4a6f9ce
Compare
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
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, too
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
4a6f9ce
to
1af7b9c
Compare
This PR contains the following updates:
v0.25.4
->v0.26.1
v0.25.4
->v0.26.1
v0.25.4
->v0.26.1
v0.25.3
->v0.26.1
v0.25.4
->v0.26.1
v0.25.4
->v0.26.1
v0.25.4
->v0.26.1
v0.25.4
->v0.26.1
v0.25.4
->v0.26.1
v1.25.4
->v1.26.1
v0.25.4
->v0.26.1
99ec85e
->a36077c
v0.13.1
->v0.14.4
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
kubernetes/api
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/apiextensions-apiserver
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/apimachinery
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/apiserver
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/cli-runtime
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/client-go
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/cluster-bootstrap
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/kubelet
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes/kubernetes
v1.26.1
: Kubernetes v1.26.1Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.26.0
: Kubernetes v1.26.0Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.25.6
: Kubernetes v1.25.6Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.25.5
: Kubernetes v1.25.5Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
kubernetes/mount-utils
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes-sigs/controller-runtime
v0.14.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.14.3...v0.14.4
v0.14.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.14.2...v0.14.3
v0.14.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.14.1...v0.14.2
v0.14.1
Compare Source
Changes since v0.14.0
🐛 Bug Fixes
Full Changelog: kubernetes-sigs/controller-runtime@v0.14.0...v0.14.1
v0.14.0
Compare Source
Changes since v0.13.1
pkg/envtest/printer
package✨ New Features
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation and book. (#2034, #2030, #2017, #1992)
Thanks to all our contributors! 😊
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.13.1...v0.14.0
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 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 Mend Renovate. View repository job log here.