-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: update CAPI to v1.9.3 #1010
base: main
Are you sure you want to change the base?
Conversation
obj, err := external.Get(ctx, cli, ref, ref.Namespace) | ||
obj, err := external.Get(ctx, cli, ref) |
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.
Small signature change here.
Can we do this as part of normal dependabot update PR #1006 ? |
I did try to update the changes @jimmidyson , couldn't push the changes
|
@SandhyaRavi2403 I'll grant you permissions for next time - thanks for trying though! I've fixed this up now in the dependabot PR. |
We could do that @jimmidyson, but do we really want to add all these other changes in that PR? |
@dkoshkin OK let's do it this way around. Why is this labelled as |
What problem does this PR solve?:
Update CAPI to the latest released version https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.9.3
Which issue(s) this PR fixes:
Fixes #
How Has This Been Tested?:
Special notes for your reviewer: