-
Notifications
You must be signed in to change notification settings - Fork 37
Fix CRD contract version label #329
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
Fix CRD contract version label #329
Conversation
Signed-off-by: Hans Rakers <[email protected]>
✅ Deploy Preview for kubernetes-sigs-cluster-api-cloudstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @hrak. 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/test-infra repository. |
/lgtm |
/run-e2e -c 4.18 |
@rohityadavcloud a jenkins job has been kicked to run test with following paramaters:
|
Test Results : (tid-356)
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
/run-e2e -c 4.19 |
@vishesh92 a jenkins job has been kicked to run test with following paramaters:
|
Setting up environment failed |
Test Results : (tid-403)
|
Test Results : (tid-419)
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hrak, vishesh92 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 |
Issue #, if available:
Description of changes:
This PR fixes the CRD contract version label that was incorrectly defined, since there is no CAPI API v1beta2 yet.
It also makes sure automatic conversions between the CAPC api versions can take place.
Reference: https://release-0-3.cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#apply-the-contract-version-label-clusterx-k8sioversion-version1_version2_version3-to-your-crds
Testing performed:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.