cert-manager / website

Source code for the cert-manager.io website, including project documentation
https://cert-manager.io
Apache License 2.0
53 stars 333 forks source link

Update supported releases to reflect actual tests #1478

Closed SgtCoDFish closed 4 months ago

SgtCoDFish commented 4 months ago

We're not currently testing older versions with k8s 1.30, because of complexities with what versions kind supports. For reference:

Kind v0.23.0: K8s v1.25 - v1.30
Kind v0.22.0: K8s v1.23 - v1.29
Kind v0.20.0: K8s v1.21 - v1.29 (used by cert-manager 1.13.x and 1.14.x and will be used by 1.12.11 and newer)
Kind v0.18.0: K8s v1.21 - v1.27 (used by cert-manager 1.12.10 and earlier)

(Kind v0.21.0 ignored, it was buggy and fixed by v0.22.0)

Related: https://github.com/cert-manager/cert-manager/pull/7029 updates the version of kind on release-1.12

Testing v1.30 with older cert-manager versions will require more engineering, which means that this page is incorrect. I'm updating this page to be correct.

netlify[bot] commented 4 months ago

Deploy Preview for cert-manager-website ready!

Name Link
Latest commit 2628b52c48595625e834b876c184fc72eea38c73
Latest deploy log https://app.netlify.com/sites/cert-manager-website/deploys/66433e1b28a06d00087890b9
Deploy Preview https://deploy-preview-1478--cert-manager-website.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

SgtCoDFish commented 4 months ago

/hold

There are complications with older versions here

cert-manager-prow[bot] commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

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: - ~~[OWNERS](https://github.com/cert-manager/website/blob/master/OWNERS)~~ [inteon] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
SgtCoDFish commented 4 months ago

/unhold

Hopefully https://github.com/cert-manager/cert-manager/pull/7020 will merge soon which will unblock https://github.com/cert-manager/testing/pull/1027 which will make our tests match the supported releases page. I think it's fine to merge this now!