-
Notifications
You must be signed in to change notification settings - Fork 432
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 cert-manager to v1.11.0 #3139
Conversation
78430bc
to
66c9cac
Compare
66c9cac
to
81a09d3
Compare
@@ -410,7 +410,7 @@ include_user_tilt_files() | |||
load("ext://cert_manager", "deploy_cert_manager") | |||
|
|||
if settings.get("deploy_cert_manager"): | |||
deploy_cert_manager() | |||
deploy_cert_manager(version = settings.get("cert_manager_version")) |
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.
It looks like cert_manager_version
was unused, and we were getting the default version of v1.3.1 here.
/cherry-pick release-1.7 This goes along with bumping CAPI to v1.3.3, I'd argue. |
@mboersma: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. 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. |
/cherry-pick release-1.6 This is also part of the CAPI v1.2.10 release. |
@mboersma: once the present PR merges, I will cherry-pick it on top of release-1.6 in a new PR and assign it to you. 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. |
/lgtm |
LGTM label has been added. Git tree hash: 29f2440d38d5cbc55cccba2208105f810fafceb9
|
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 Unrelated AKS provisioning failure. |
@mboersma: #3139 failed to apply on top of branch "release-1.7":
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. |
@mboersma: #3139 failed to apply on top of branch "release-1.6":
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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates the cert-manager component to recent release v1.11.0, keeping in sync with CAPI.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
I have tested this locally with
make tilt-up
and everything looks happy.TODOs:
Release note: