-
Notifications
You must be signed in to change notification settings - Fork 206
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 CAPI to v1.7.0 #1193
Bump CAPI to v1.7.0 #1193
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/hold |
b19db66
to
c23f0ba
Compare
@cpanato do you know what could be causing this failure? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-gcp/1193/pull-cluster-api-provider-gcp-e2e-test/1778061302942404608 Which seems to be hitting: https://github.com/kubernetes-sigs/cluster-api/blob/4bfc838762ff79153f29a7059865867f20f19e00/cmd/clusterctl/client/repository/repository_versions.go#L127-L134 Is it because clusterctl init in this case doesn't correctly load pre-releases (e.g. beta, release.candidates etc.) ? Thanks! |
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.
update the metadata.yaml in root as well
update the metadata.yaml in the root as well |
/test pull-cluster-api-provider-gcp-e2e-test |
/hold |
capi 1.7.x: bump tools files capi 1.7.x: bump test environment capi 1.7.x: run make generate capi 1.7.x: bump go modules capi 1.7.x: fix linting capi 1.7.x: update metadata.yaml capi 1.7.x: change k8s image version use capi v1.7.0-rc.0 use capi v1.7.0-rc.1 bump patch version of golangci-lint use v1.7.99 as next version
/test pull-cluster-api-provider-gcp-capi-e2e pull-cluster-api-provider-gcp-conformance |
/assign @cpanato @richardcase @nrb @dims |
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.
/approve
/remove-kind support
/kind feature
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo, neolit123 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 |
@@ -18,9 +18,9 @@ settings = { | |||
"deploy_cert_manager": True, | |||
"preload_images_for_kind": True, | |||
"kind_cluster_name": "capg", | |||
"capi_version": "v1.6.2", | |||
"capi_version": "v1.7.0", | |||
"cert_manager_version": "v1.11.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.
We could probably update the cert-manager to be in-line with the version automatically installed via clusterctl. But that can be a different PR.
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.
Will open a separate one for this.
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.
Done here: #1210
/lgtm |
Thanks Richard |
@damdo @richardcase did we ran conformance tests for this pr? |
What type of PR is this?
/kind feature
What this PR does / why we need it:
CAPI v1.7.0 is out now, so this PRs bumps the CAPI version used by CAPG to it.
Bumps CAPI to v1.7.x based on https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/book/src/developer/providers/migrations/v1.6-to-v1.7.md
Special notes for your reviewer:
Checklist:
Release note: