-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update controller-runtime and cluster-api dependencies #1363
Update controller-runtime and cluster-api dependencies #1363
Conversation
Hello @Birdrock!, thanks for opening your first Pull Request. Someone will review it soon. Thank you for committing to make Cartographer better |
I can resolve the conflicts, but I'd like to avoid drift as much as possible. Any chance someone could take a look at this? |
@@ -322,6 +322,27 @@ spec: | |||
resources: | |||
description: Resource constraints for the application. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | |||
properties: | |||
claims: |
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.
I don't understand why this is turning up now?. I wonder if previous commits did not remember to generate.
@@ -342,7 +363,8 @@ spec: | |||
description: 'Requests describes the minimum amount of compute |
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.
this is a nice improvment in codegen :D
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 so much for your time and effort on this!
f3dae05
to
5c1a45d
Compare
Resolved go.mod and go.sum conflicts. |
- [email protected] - [email protected] Co-authored-by: Dave Walter <[email protected]>
5c1a45d
to
8e0fa37
Compare
You'll just need to resolve the lint and regen issues:
|
Co-authored-by: Dave Walter <[email protected]>
I've made the updates requested. Please let me know if there is anything else I need to do. |
Looks like it'll need another workflow run. |
Changes proposed by this PR
Update controller-runtime to v0.16.2 and cluster-api to v1.5.2.
closes #1362
Release Note
PR Checklist
Note: Please do not remove items. Mark items as done
[x]
or usestrikethroughif you believe they are not relevantFixes #123
orUpdates #123
wip
commits