diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 850c055e..19c739a4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -171,12 +171,10 @@ jobs: strategy: matrix: k3s-version: - - 1.26 # EOL: 2024-02-24 - - 1.25 # EOL: 2023-10-27 - - 1.24 # EOL: 2023-09-29 - - 1.23 # EOL: 2023-02-28 - - 1.22 # EOL: 2022-10-28 - - 1.21 # EOL: 2022-06-28 + - 1.28 # EOL: 2024-10-28 + - 1.27 # EOL: 2024-06-28 + - 1.26 # EOL: 2024-02-28 + - 1.25 # EOL: 2023-10-28 fail-fast: false env: IMAGE: ghcr.io/contrast-security-oss/agent-operator/operator@${{ needs.build-image.outputs.digest }} @@ -253,12 +251,10 @@ jobs: - manifests - helm-manifests k3s-version: - - 1.26 # EOL: 2024-02-24 - - 1.25 # EOL: 2023-10-27 - - 1.24 # EOL: 2023-09-29 - - 1.23 # EOL: 2023-02-28 - - 1.22 # EOL: 2022-10-28 - - 1.21 # EOL: 2022-06-28 + - 1.28 # EOL: 2024-10-28 + - 1.27 # EOL: 2024-06-28 + - 1.26 # EOL: 2024-02-28 + - 1.25 # EOL: 2023-10-28 fail-fast: false steps: - name: Setup Pluto diff --git a/README.md b/README.md index 93fa49a3..fd375985 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,10 @@ Make sure the operator supports your cluster version. | Kubernetes Version | OpenShift Version | Operator Version | End-of-Support | |--------------------|-------------------|------------------|----------------| -| v1.26 | | v0.14.0+ | 2024-02-24 | -| v1.25 | v4.12 | v0.8.0+ | 2023-10-27 | -| v1.24 | v4.11 | v0.4.0+ | 2023-09-29 | -| v1.23 | v4.10 | v0.1.0+ | 2023-02-28 | -| v1.22 | v4.9 | v0.1.0+ | 2022-10-28 | -| v1.21 | v4.8 | v0.1.0+ | 2022-06-28 | +| v1.28 | | v0.14.0+ | 2024-10-28 | +| v1.27 | | v0.14.0+ | 2024-06-28 | +| v1.26 | v4.13 | v0.14.0+ | 2024-02-28 | +| v1.25 | v4.12 | v0.8.0+ | 2023-10-28 | To install the latest version of the operator into a cluster, apply the installation YAML containing all the required manifests, including the CRDs and RBACs. diff --git a/docs/public/02-supported-technologies.md b/docs/public/02-supported-technologies.md index f0761945..8e91dc98 100644 --- a/docs/public/02-supported-technologies.md +++ b/docs/public/02-supported-technologies.md @@ -4,12 +4,10 @@ | Kubernetes Version | OpenShift Version | Operator Version | End-of-Support | |--------------------|-------------------|------------------|----------------| -| v1.26 | | v0.14.0+ | 2024-02-24 | -| v1.25 | | v0.8.0+ | 2023-10-27 | -| v1.24 | | v0.4.0+ | 2023-09-29 | -| v1.23 | v4.10 | v0.1.0+ | 2023-02-28 | -| v1.22 | v4.9 | v0.1.0+ | 2022-10-28 | -| v1.21 | v4.8 | v0.1.0+ | 2022-06-28 | +| v1.28 | | v0.14.0+ | 2024-10-28 | +| v1.27 | | v0.14.0+ | 2024-06-28 | +| v1.26 | v4.13 | v0.14.0+ | 2024-02-28 | +| v1.25 | v4.12 | v0.8.0+ | 2023-10-28 | - The Contrast Agent Operator follows the upstream [Kubernetes community support policy](https://kubernetes.io/releases/patch-releases/#support-period). End-of-life dates are documented on the [Kubernetes releases](https://kubernetes.io/releases/#release-history) page. - OpenShift support is dependent on the included version of Kubernetes. For example, OpenShift v4.10 uses Kubernetes v1.23 and will be supported by Contrast until 2023-02-28. See Red Hat's [support article](https://access.redhat.com/solutions/4870701) for the mapping between Kubernetes and OpenShift versions.