-
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
⚠️ Stop serving v1alpha3 API types #8549
⚠️ Stop serving v1alpha3 API types #8549
Conversation
026b83c
to
2cdc496
Compare
Just took a very quick look. There should be more: $ find . -type d -name "v1alpha3" | sort
./api/v1alpha3
./bootstrap/kubeadm/api/v1alpha3
./cmd/clusterctl/api/v1alpha3 # nothing to do here obviously
./controlplane/kubeadm/api/v1alpha3
./exp/addons/api/v1alpha3
./exp/api/v1alpha3
./test/infrastructure/docker/api/v1alpha3
./test/infrastructure/docker/exp/api/v1alpha3 |
2cdc496
to
db17441
Compare
db17441
to
49a9154
Compare
/test pull-cluster-api-e2e-full-main |
/area api |
49a9154
to
e588161
Compare
e588161
to
22c0e7e
Compare
23e7e62
to
7059d02
Compare
/test pull-cluster-api-e2e-full-main |
No need to keep tagging this - I'm currently running the 0.3 migration test in PR-Informing to ensure it's passing. |
/test pull-cluster-api-e2e-full-main |
5d8f90f
to
b5719d8
Compare
/retest |
b5719d8
to
d41c577
Compare
/test pull-cluster-api-e2e-full-main |
Signed-off-by: killianmuldoon <[email protected]>
d41c577
to
aeabb99
Compare
/lgtm /assign @fabriziopandini |
LGTM label has been added. Git tree hash: d9126dce93bb53fc1a612d09255e9b69f1a13b50
|
/test pull-cluster-api-e2e-full-main /hold |
/retest |
/hold cancel |
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 improving the CRD migration scripts in clusterctl, Great work!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
/retest |
/area api |
Set
served: false
on v1alpha3 API types in:api
controlplane/kubeadm/api
booststrap/kubeadm/api
test/infrastructure/docker/api
Part of #8038