-
Notifications
You must be signed in to change notification settings - Fork 22
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
Updated cert-manager version v1.11.0---> v1.15.1 #94
Updated cert-manager version v1.11.0---> v1.15.1 #94
Conversation
Hi @Horiodino. Thanks for your PR. I'm waiting for a devfile member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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.
/ok-to-test
Makefile
Outdated
@@ -17,7 +17,7 @@ | |||
VERSION ?= `cat $(PWD)/VERSION` | |||
# Default bundle image tag | |||
BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v$(VERSION) | |||
CERT_MANAGER_VERSION ?= v1.11.0 | |||
CERT_MANAGER_VERSION ?= v1.13.1 |
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.
Where are we finding v1.13.1
as the latest? I am looking here https://cert-manager.io/docs/releases/ and see 1.15
as the latest with 1.12
as LTS.
Do we want the latest or something with LTS? @michael-valdron @thepetk
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.
@Jdubrick I think is a fair point. I'd suggest the latest version that doesn't introduce breaking changes affecting our operateor. Looking at the same link you've shared I see that the suggested version 1.13.1
is no longer supported. As a result, if possible I'd suggest going for >1.14 version as they are supported.
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.
replied on @Jdubrick comment
Makefile
Outdated
@@ -17,7 +17,7 @@ | |||
VERSION ?= `cat $(PWD)/VERSION` | |||
# Default bundle image tag | |||
BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v$(VERSION) | |||
CERT_MANAGER_VERSION ?= v1.11.0 | |||
CERT_MANAGER_VERSION ?= v1.13.1 |
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.
@Jdubrick I think is a fair point. I'd suggest the latest version that doesn't introduce breaking changes affecting our operateor. Looking at the same link you've shared I see that the suggested version 1.13.1
is no longer supported. As a result, if possible I'd suggest going for >1.14 version as they are supported.
these days i always get google ai based search results that's why i use |
|
/retest |
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.
We'll need to update this in the documentation as well:
Line 82 in eb1219b
| `CERT_MANAGER_VERSION` | Version of `cert-manager` installed using `make install-cert` | `v1.11.0` | |
Signed-off-by: Horiodino <[email protected]>
918de7c
to
7050d2e
Compare
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 after all checks are passing
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
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Horiodino, Jdubrick, michael-valdron, thepetk 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 |
Please specify the area for this PR
What does does this PR do / why we need it:
cert-manager version v1.11.0---> v1.13.1 (latest version)
Which issue(s) this PR fixes:
Fixes # devfile/api#1320
PR acceptance criteria:
Documentation
Testing changes
Running Unit Tests
Running Integration Tests
Special notes to the reviewer: