-
Notifications
You must be signed in to change notification settings - Fork 602
🌱 Bump CAPI to v1.10.2 #5447
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
base: main
Are you sure you want to change the base?
🌱 Bump CAPI to v1.10.2 #5447
Conversation
Welcome @tamalsaha! |
Hi @tamalsaha. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 this. This is really a CAPI bump and as such could you:
- Retitle the PR to indicate its a CAPI bump
- Update the CAPI versions in the e2e tests (in the e2e config files)
- Ensure that the go versions are updated in things like the devbox config file.
@tamalsaha - just tagging you in case you didn't see the feedback. |
I am back after kubecon. I have made the changes as I understood. I think the internal/webhook refactoring is better done in a separate pr and preferrably by project maintainers as this will result in a very large pr. Let me know if any other change is needed to make this ready for merging. |
21f63b9
to
d1faab0
Compare
03810a1
to
5860551
Compare
e4f0ae9
to
6a875b2
Compare
@richardcase , can you please take another look? |
/ok-to-test |
/test pull-cluster-api-provider-aws-e2e |
Yeah so this one EKS e2e failure:
|
/test pull-cluster-api-provider-aws-e2e |
@tamalsaha this will need rebasing. Regarding the outstanding things:
|
rebased, updated |
|
/test pull-cluster-api-provider-aws-e2e |
😃 fixed! |
/test pull-cluster-api-provider-aws-e2e |
@tamalsaha: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
test/e2e/data/e2e_conf.yaml
Outdated
EXP_BOOTSTRAP_FORMAT_IGNITION: "true" | ||
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true" | ||
GC_WORKLOAD: "../../data/gcworkload.yaml" | ||
CLASSICELB_TEST_KUBERNETES_VERSION_FROM: "v1.29.9" | ||
CLASSICELB_TEST_KUBERNETES_VERSION_TO: "v1.30.8" | ||
CLASSICELB_TEST_KUBERNETES_VERSION_TO: "v1.31.0" |
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 causing an error:
Message: "Forbidden: cannot update Kubernetes version from v1.29.9 to v1.31.0",
Let's not bump this, as this is required to test the v1.29 -> v1.30 upgrade behaviour for the deprecated Classic ELBs.
CLASSICELB_TEST_KUBERNETES_VERSION_TO: "v1.31.0" | |
CLASSICELB_TEST_KUBERNETES_VERSION_TO: "v1.30.8" # keep this as v1.30.z |
@tamalsaha Also we need to update all the Context: this error:
|
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
What type of PR is this?
I fixed the validator and defaulter interface broken by controller-runtime.
util/defaulting package is also internal to cluster-api now. I copied that. Not sure what is the right answer on that one.
What this PR does / why we need it:
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 #
Special notes for your reviewer:
Checklist:
Release note: