-
Notifications
You must be signed in to change notification settings - Fork 440
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
Add cert manager 1.8.0 #905
Add cert manager 1.8.0 #905
Conversation
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Close #888 |
README.md
Outdated
| v0.36.0 | v1.20 to v1.22 | v1alpha2, v1alpha3 | | ||
| v0.35.0 | v1.20 to v1.22 | v1alpha2, v1alpha3 | | ||
| v0.34.0 | v1.20 to v1.22 | v1alpha2, v1alpha3 | | ||
| v0.33.0 | v1.20 to v1.22 | v1alpha2, v1alpha3 | |
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.
did we actually tested 0.33.0 against e.g. the oldest version of cert-manager v1alpha3?
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
@pavolloffay, I'll keep only the v1alpha2 which is the default for cert-manager 1.6.3 due to :
https://cert-manager.io/docs/installation/supported-releases/#old-releases |
To move this forward we have to be confident that e.g. OTEL operator v0.33.0 works well with all cert-manager versions that have v1alpha2 kind (e.g. the oldest and newest). Are we confident? If no, then we should be rather explicit and keep the established approach. |
@pavolloffay, yes, we are confident that v1alpha2 is compatible with v0.33.0, since tested on that release the cert-manager v1.4.3 which deploys the v1alpha2 API version. As you could see in the following link: opentelemetry-operator/Makefile Line 137 in 402be27
|
Let's give it a try then :) |
* Add Yuri Oliveira as Operator Approver Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Add compatibility with cert-manager 1.8.0 Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Including Cert-Manager Kind Versions * Add compatibility with cert-manager 1.6.3 Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa [yurimsa@gmail.com]