-
Notifications
You must be signed in to change notification settings - Fork 49
Api pivot #152
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
Api pivot #152
Conversation
This was got removed in this commit, 9ba17c5
|
/lgtm |
Setting the flag manually based on the comment. |
|
/retest |
|
/approve |
|
/test e2e-aws |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
|
/retest |
…nfig.openshift.io/v1beta1 As part of migrating from upstream k8s.io group (cluster API) into openshift.io group (machine API), we are changing all upstream API versions into our openshift machine API implementation. This change allows us to interate more quickly over machine API implementation. PR changing the API version in aws actuator: openshift/cluster-api-provider-aws#152
And shift the AWS provider's commit to land after they fixed registration [1] and also after their pivot to v1beta1 [2] (because 3a125a6, Change awsproviderconfig.k8s.io/v1alpha1 API version to awsproviderconfig.openshift.io/v1beta1, 2019-02-11, openshift#1223 already started us along that pivot). Generated (after the Gopkg.toml bump) with: $ dep ensure using: $ dep version dep: version : v0.5.0-31-g73b3afe build date : 2019-02-08 git hash : 73b3afe go version : go1.10.3 go compiler : gc platform : linux/amd64 features : ImportDuringSolve=false [1]: openshift/cluster-api-provider-aws#149 [2]: openshift/cluster-api-provider-aws#152
Signed-off-by: Naadir Jeewa <[email protected]>
Continuation of #150