Skip to content
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

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Bump CAPI to v1.7.0 #1193

merged 1 commit into from
Apr 17, 2024

Conversation

damdo
Copy link
Member

@damdo damdo commented Mar 27, 2024

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:

  • squashed commits
  • adds or updates e2e tests

Release note:

Bump CAPI to v1.7.0

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/support Categorizes issue or PR as a support question. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 27, 2024
@damdo damdo changed the title chore: bump CAPI to v1.7.x WIP: chore: bump CAPI to v1.7.x Mar 27, 2024
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 27, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 27, 2024
Copy link

netlify bot commented Mar 27, 2024

Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!

Name Link
🔨 Latest commit 73f98b0
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-gcp/deploys/661f68eb0b88b00008903761
😎 Deploy Preview https://deploy-preview-1193--kubernetes-sigs-cluster-api-gcp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@damdo
Copy link
Member Author

damdo commented Mar 27, 2024

/hold
It is a WIP for now

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 27, 2024
@damdo damdo force-pushed the capi-1.7.0 branch 2 times, most recently from b19db66 to c23f0ba Compare March 27, 2024 15:20
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 2, 2024
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Apr 4, 2024
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 10, 2024
@damdo
Copy link
Member Author

damdo commented Apr 11, 2024

Copy link
Member

@cpanato cpanato left a 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

Makefile Outdated Show resolved Hide resolved
@cpanato
Copy link
Member

cpanato commented Apr 11, 2024

@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!

update the metadata.yaml in the root as well

metadata.yaml Show resolved Hide resolved
@damdo
Copy link
Member Author

damdo commented Apr 11, 2024

/test pull-cluster-api-provider-gcp-e2e-test

@damdo
Copy link
Member Author

damdo commented Apr 11, 2024

/hold
Until CAPI 1.7 is GA.

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
@damdo damdo changed the title WIP: chore: bump CAPI to v1.7.x Bump CAPI to v1.7.0 Apr 17, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 17, 2024
@damdo
Copy link
Member Author

damdo commented Apr 17, 2024

/test pull-cluster-api-provider-gcp-capi-e2e pull-cluster-api-provider-gcp-conformance

@damdo damdo requested a review from cpanato April 17, 2024 06:20
@damdo
Copy link
Member Author

damdo commented Apr 17, 2024

/assign @cpanato @richardcase @nrb @dims

Copy link
Member

@neolit123 neolit123 left a 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

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. and removed kind/support Categorizes issue or PR as a support question. labels Apr 17, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 17, 2024
@@ -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",
Copy link
Member

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.

Copy link
Member Author

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done here: #1210

@richardcase
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 17, 2024
@damdo
Copy link
Member Author

damdo commented Apr 17, 2024

Thanks Richard
/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 17, 2024
@k8s-ci-robot k8s-ci-robot merged commit 3157d84 into kubernetes-sigs:main Apr 17, 2024
24 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.1.0 milestone Apr 17, 2024
@cpanato
Copy link
Member

cpanato commented Apr 18, 2024

@damdo @richardcase did we ran conformance tests for this pr?

@damdo
Copy link
Member Author

damdo commented Apr 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants