-
Notifications
You must be signed in to change notification settings - Fork 41
🌱 Bump CAPI to v1.10.4 #386
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
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma 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 |
/test pull-cluster-api-addon-provider-helm-test-main |
/test pull-cluster-api-addon-provider-helm-verify-main |
/test pull-cluster-api-addon-provider-helm-verify-main |
/test pull-cluster-api-addon-provider-helm-test-main |
/test pull-cluster-api-addon-provider-helm-verify-main |
3a6c7ed
to
73cba9b
Compare
@@ -37,19 +37,19 @@ var helmchartproxylog = logf.Log.WithName("helmchartproxy-resource") | |||
func (r *HelmChartProxy) SetupWebhookWithManager(mgr ctrl.Manager) error { | |||
return ctrl.NewWebhookManagedBy(mgr). | |||
For(r). | |||
WithDefaulter(r). |
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.
@mboersma What do you think about moving web-hooks to the separate package and exclude it from the apidiff calculation to avoid confusion?
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.
That's a good idea @dmvolod. I'll try to get back to this soon and figure out the CI failures, and I'll take a look at that refactoring.
Let me know if you need help debugging the e2e test failures! |
/retitle 🌱 Bump CAPI to v1.10.1 |
@mboersma Are you still working on this? |
@Jont828 thanks for the nudge, I updated this PR but there are still some failures. Let me know if you have any ideas. I think I've updated all the metadata files correctly but it seems like that kind of failure. |
5dc2ee0
to
b74581a
Compare
/retest |
@mboersma: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
What this PR does / why we need it:
Bumps the Cluster API dependency to release v1.10.4.
Which issue(s) this PR fixes:
Fixes #371