-
Notifications
You must be signed in to change notification settings - Fork 328
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 capa and golang #703
Bump capa and golang #703
Conversation
2efaeec
to
590d1e6
Compare
✔️ Deploy Preview for hypershift-docs ready! 🔨 Explore the source changes: e885746 🔍 Inspect the deploy log: https://app.netlify.com/sites/hypershift-docs/deploys/619cd95f3f10da00089b0efc 😎 Browse the preview: https://deploy-preview-703--hypershift-docs.netlify.app/quickstart |
590d1e6
to
f2511cb
Compare
f2511cb
to
e885746
Compare
Bring CAPA v1beta1, kube 1.23 deps and golang 1.17. Drops https://github.com/bombsimon/logrusr/ which does not support golang 1.17 in favour of zapr. Adds .ci-operator.yaml so upcoming golang bumps can be done in this repo atomically. Note the TODO in HostedCluster This kubernetes-sigs/cluster-api-provider-aws#2728 broke our assumption in CAPA 0.7 for externally managed infrastructure. This effectively limit our ability to span NodePools across multiple subnets. In a follow up we need to either enable upstream back to support arbitrary subnets IDs in the awsMachine CR or possibly expose a slice of available subnets for NodePools in hcluster.Spec.Platform.AWS.
e885746
to
0c77b1a
Compare
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.
/hold
Until the o/release PR merges
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, enxebre 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 |
/hold cancel |
This along with openshift/hypershift#703 and openshift#23848 let us bump golang versions by making changes to the source repo only.
Bring CAPA v1beta1, kube 1.23 deps and golang 1.17.
Drops https://github.com/bombsimon/logrusr/ which does not support golang 1.17 in favour of zapr.
Adds .ci-operator.yaml so upcoming golang bumps can be done in this repo atomically.
Note the TODO in HostedCluster
This kubernetes-sigs/cluster-api-provider-aws#2728 broke our assumption in CAPA 0.7 for externally managed infrastructure. This effectively limit our ability to span NodePools across multiple subnets. In a follow up we need to either enable upstream back to support arbitrary subnets IDs in the awsMachine CR or possibly expose a slice of available subnets for NodePools in hcluster.Spec.Platform.AWS.
Needs openshift/release#23848