Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions content/en/docs/installation/supported-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,21 @@ The list of supported Kubernetes versions displayed in the [Supported
Releases](#supported-releases) section depends on what the cert-manager
maintainers think is reasonable to support and to test.

Our testing coverage is:

| Release branch | Prow configuration | Dashboard | Kubernetes versions tested | Periodicity |
| :------------: | :---------------------------- | :------------------------ | :-------------------------: | :-----------: |
| PRs | [`presubmits.yaml`][] | [`presubmits-blocking`][] | 1.22 | On each PR |
| master | [`periodics.yaml`][] | [`master`][] | 1.16 → 1.22 | Every 2 hours |
| release-1.6 | [`next-periodics.yaml`][] | [`next`][] | 1.16 → 1.22 | Every 2 hours |
| release-1.5 | [`previous-periodics.yaml`][] | [`previous`][] | 1.16 → 1.22 | Every 2 hours |
| release-1.4 | N/A | | N/A | N/A |
As of 16 Dec 2021, our testing coverage is:

| Release branch | Prow configuration | Dashboard | Kubernetes versions tested | Periodicity |
|:--------------:|:------------------------------|:--------------------------|:--------------------------:|:-------------:|
| PRs | [`presubmits.yaml`][] | [`presubmits-blocking`][] | 1.22 | On each PR |
| master | [`periodics.yaml`][] | [`master`][] | 1.18 → 1.23 | Every 2 hours |
| release-1.7 | n/a\* | n/a | n/a | n/a |
| release-1.6 | [`previous-periodics.yaml`][] | [`previous`][] | 1.18 → 1.23 | Every 2 hours |
| release-1.5 | n/a | | n/a | n/a |

\*The release-1.7 is currently equal to release-1.6; we decided to disable the
periodic tests until we release `1.7.0-alpha.0`. The disabling of the periodic
tests was performed in the [testing PR
606](https://github.com/jetstack/testing/pull/606). This note should be removed
as soon as we release `1.7.0-alpha.0`.

[`presubmits.yaml`]: https://github.com/jetstack/testing/blob/master/config/jobs/cert-manager/cert-manager-presubmits.yaml
[`periodics.yaml`]: https://github.com/jetstack/testing/blob/master/config/jobs/cert-manager/cert-manager-periodics.yaml
Expand Down