-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
⚠️ Remove v1alpha4 API Version #9939
Conversation
/test |
@killianmuldoon: The
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. |
/test pull-cluster-api-e2e-full-dualstack-and-ipv6-main |
/test pull-cluster-api-e2e-full-main |
@killianmuldoon are you rebasing this? |
840e733
to
b4ba076
Compare
Thanks for the reminder @vincepri - I've rebased and this one is ready for review. |
/test pull-cluster-api-e2e-full-dualstack-and-ipv6-main |
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.
A few more ideas:
- Let's drop cluster.x-k8s.io/v1alpha4: v1alpha4 in kustomization.yamls
- I guess it's time to get rid of
ExcludeNamespaces: []string{"capi-webhook-system"}, // this namespace has been dropped in v1alpha4; this ensures we are not waiting for deployments being deleted as part of the upgrade process
I think otherwise we're good
cmd/clusterctl/client/upgrade.go
Outdated
@@ -147,10 +143,7 @@ func (c *clusterctlClient) ApplyUpgrade(ctx context.Context, options ApplyUpgrad | |||
} | |||
|
|||
// Ensure this command only runs against management clusters with the current Cluster API contract (default) or the previous one. |
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.
Let's also update the godoc comment here
Signed-off-by: killianmuldoon <cilliancapi@gmail.com>
b4ba076
to
de4b652
Compare
@killianmuldoon: The following test 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/test-infra repository. I understand the commands that are listed here. |
Thank you very much!! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
LGTM label has been added. Git tree hash: 48f1b7e84ff9ece12ca64697ad131a4224888984
|
Remove the v1alpha4 version across the CAPI codebase.
/area api
Fixes #8038