-
Notifications
You must be signed in to change notification settings - Fork 91
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 crossplane-runtime version to v1.18.0 #458
base: main
Are you sure you want to change the base?
Bump crossplane-runtime version to v1.18.0 #458
Conversation
Signed-off-by: Cem Mergenci <[email protected]>
References: kubernetes/kubernetes#121970 kubernetes/apimachinery@126f5ce Signed-off-by: Cem Mergenci <[email protected]>
b01c2bf
to
5c4b81b
Compare
References: kubernetes/kubernetes#124263 kubernetes-sigs/controller-runtime#2799 Signed-off-by: Cem Mergenci <[email protected]>
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.
Thanks for taking this over @mergenci, LGTM with some optional nits.
Also my recommendation: since this requires bumps in the controller-runtime library that has needs attention, consumers should be notified in the release notes, in case they might theoretically depend on these library in some other parts of their own code if any.
Maybe, having a release/tag pre-1.18 might be a good idea to give some more time to the consumers to bump.
@@ -7,11 +7,11 @@ module github.com/crossplane/upjet | |||
go 1.22.7 | |||
|
|||
require ( | |||
dario.cat/mergo v1.0.0 | |||
dario.cat/mergo v1.0.1 | |||
github.com/alecthomas/kingpin/v2 v2.4.0 | |||
github.com/antchfx/htmlquery v1.2.4 | |||
github.com/crossplane/crossplane v1.13.2 |
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.
nit: maybe updating crossplane/crossplane
here is a good idea too, to match the runtime.
Description of your changes
I have:
make reviewable
to ensure this PR is ready for review.Addedbackport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested