-
Notifications
You must be signed in to change notification settings - Fork 578
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 controller-runtime, controller-gen and controller-tools version for v1beta1 #2785
Conversation
abd134b
to
23bdafa
Compare
/retest |
go.mod
Outdated
k8s.io/apimachinery v0.21.4 | ||
k8s.io/api v0.22.2 | ||
k8s.io/apiextensions-apiserver v0.22.2 | ||
k8s.io/apimachinery v0.22.2 | ||
k8s.io/cli-runtime v0.21.4 |
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.
Any reason why we are not updating cli-runtime to v0.22.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.
Do we have anything relevant for us in the new release? If yes we can bump that as well
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.
Not sure why k8s didnt update this dependency, i ll update
@randomvariable after changing the controller runtime version, this testEnv.Create func is changing the empty AllowedCIDRBlocks to nil , related to kubernetes-sigs/cluster-api#5249 (comment), do we still need this test then? Coz its an intentional change in controller-runtime, to change the empty structures back to nil to make sure that when you call Create, the local object doesn’t contain any data which is not returned from the server |
23bdafa
to
c3de756
Compare
/test ? |
@Ankitasw: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
c3de756
to
6c540ac
Compare
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e-eks |
/retest |
6c540ac
to
ed8c4ed
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e |
let's stop on these. there's other problems in prow atm kubernetes/test-infra#23741 |
Also placing a so we can do one final v0.7 release before going to v0.8 |
Do we still need to hold this? @randomvariable |
737a0b3
to
9f71316
Compare
9f71316
to
ba219dd
Compare
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e-eks |
Hold is staying on until the next 0.7.x release. |
/unhold Discussed this with @richardcase , and we're going to skip the v0.7.x release and go to v1.0.0 |
/priority critical-urgent |
/area release |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR bumps the controller runtime version to v0.10.1 which is required for v1beta1 release
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2779
Checklist:
Release note: