Allow optional testing with Kubernetes 1.33#1096
Allow optional testing with Kubernetes 1.33#1096cert-manager-prow[bot] merged 4 commits intocert-manager:masterfrom
Conversation
As per the cert-manager.io support page: * https://cert-manager.io/docs/releases/#upcoming-releases Signed-off-by: Richard Wall <richard.wall@cyberark.com>
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
|
|
||
| primaryKubernetesVersion: "1.32", | ||
| otherKubernetesVersions: []string{"1.29", "1.30", "1.31"}, | ||
| otherKubernetesVersions: []string{"1.29", "1.30", "1.31", "1.33"}, |
There was a problem hiding this comment.
We say we will support it here: https://cert-manager.io/docs/releases/
There was a problem hiding this comment.
It's there, but in the primary Kubernetes version, for now.
If the 1.33 tests pass, I'll make those the primary.
There was a problem hiding this comment.
I'll go ahead and merge this, and test it with cert-manager/cert-manager#7786
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@wallrj: Updated the
DetailsIn 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-sigs/prow repository. |
This will allow me to use
/test pull-cert-manager-master-e2e-v1-33in:If it works, I'll create another PR to add the 1.33 images to release-1.18 and make 1.33 the default version for pull requests.