-
Notifications
You must be signed in to change notification settings - Fork 440
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
Bump kubernetes to 1.27 operator and target allocator #1653
Conversation
I think we are blocked on this kubernetes-sigs/controller-runtime#2189 unfortunately, seems dependencies are failing because of incompatibilities between these libs.
|
and now we wait on kubernetes-sigs/controller-runtime#2297 |
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.
Only a reminder to add on top of the compatibility matrix on README.
It seems that the CI failed and the PR needs to be rebased. |
Another unexpected update that broke us kubernetes-sigs/controller-runtime#2134... we also may need to wait on this kubebuilder PR before we can merge this. |
LGTM just the imports need to be sorted |
ha yeah noticed that as soon as i pushed |
note: i will need to separately update the kubernetes versions for opamp-bridge, i tried to get go workspaces working, but it wasn't happy w/ me. |
@@ -177,21 +178,21 @@ func (r *Instrumentation) Default() { | |||
var _ webhook.Validator = &Instrumentation{} | |||
|
|||
// ValidateCreate implements webhook.Validator so a webhook will be registered for the type. | |||
func (r *Instrumentation) ValidateCreate() error { | |||
func (r *Instrumentation) ValidateCreate() (admission.Warnings, error) { |
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.
this is cool, we can start using the warnings
Created #1769 to handle the build jobs |
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.
Exciting!
…#1653) * Bump kubernetes to 1.27 everywhere * fix broken updates * Fix dep order * rename * upgrade controller-gen and kustomize * bump allocator deps * unbump opamp bridge for now * upgrade deprecations * fix kuttl test * bundle
closes #1652
This upgrades all kubernetes dependencies in each module to the latest version 0.27.0 for Kubernetes 1.27.0
Some extra upgrades were included, the dependencies of which have been reviewed and should all be safe upgrades.