-
Notifications
You must be signed in to change notification settings - Fork 297
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 cluster-api dependency to v1.4.1 #1833
Conversation
e29f8d6
to
42429b5
Compare
Blocked due to kubernetes-sigs/cluster-api#8357 |
b18dee9
to
f04e82e
Compare
/retitle ✨Bump cluster-api dependency to v1.4.0 |
/retest |
/retest pull-cluster-api-provider-vsphere-e2e |
@srm09: The
The following commands are available to trigger optional jobs:
Use
In response to this:
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/test-infra repository. |
/test pull-cluster-api-provider-vsphere-e2e |
/lgtm |
@@ -18,7 +18,6 @@ spec: | |||
containers: | |||
- args: | |||
- --leader-elect | |||
- --logtostderr |
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.
can this be problematic? seems like something that changed on controller-gen maybe and just re-generated? not sure
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.
https://cluster-api.sigs.k8s.io/developer/providers/v1.3-to-v1.4.html#other mentions the removal of these deprecated flags from component-base
which was necessary to get the CAPV manager running.
Overall lgtm, left a minor comment on removing logtostderr (can't remember if this was something from klog that does not exist anymore, or at least what is the motivation of changing this), but otherwise |
@rikatz: The
The following commands are available to trigger optional jobs:
Use
In response to this:
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/test-infra repository. |
/test pull-cluster-api-provider-vsphere-e2e |
/test pull-cluster-api-provider-vsphere-e2e |
/test pull-cluster-api-provider-vsphere-e2e |
2 similar comments
/test pull-cluster-api-provider-vsphere-e2e |
/test pull-cluster-api-provider-vsphere-e2e |
New changes are detected. LGTM label has been removed. |
/retitle ✨Bump cluster-api dependency to v1.4.1 |
- Updates generated CRD manifests This was triggered since the controller-tools dependency version was upgrdaed to v0.11.3 - Updates label name references from CAPI - Updates deprecated function references - CAPI v1.3-v1.4 upgrade doc mentions the recommnedation to drop the usages of logs.AddFlags(fs, logs.SkipLoggingConfigurationFlags()) - Fixes linter issues - Fixes tests - Fixes label replcaements - Update e2e components to use 1.4.1 images Signed-off-by: Sagar Muchhal <muchhals@vmware.com>
Adding back the |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: srm09 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 |
@srm09: The following test 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/test-infra repository. I understand the commands that are listed here. |
/test pull-cluster-api-provider-vsphere-e2e |
What this PR does / why we need it:
This patch bumps the CAPI module dependency to
v1.4.1
to integrate the latest minor release of CAPI with the CAPV release.Which issue(s) this PR fixes:
Fixes #1832
Special notes for your reviewer:
n/a
Release note: