cert-manager / cert-manager

Automatically provision and manage TLS certificates in Kubernetes
https://cert-manager.io
Apache License 2.0
11.63k stars 2.02k forks source link

Support testing on Kubernetes v1.30 #7006

Closed SgtCoDFish closed 1 month ago

SgtCoDFish commented 1 month ago

Currently cert-manager regularly tests on Kubernetes v1.29 and each supported version of cert-manager also tests regularly on a suite of Kubernetes versions, as documented on our supported releases page.

We want to test on K8s v1.30 too for all supported cert-manager versions.

Currently kind doesn't seem to have built images for v1.30 which has been the blocker for this so far. We either need to wait for Kind to create images or else we need to build our own. This issue is to track our support for testing on v1.30

/kind feature

SgtCoDFish commented 1 month ago

This is now complete!

The following PRs are related: