Skip to content

Commit

Permalink
Remove EOL versions, add new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Oct 25, 2023
1 parent deb5e5b commit b5caede
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
10 changes: 4 additions & 6 deletions docs/public/02-supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5caede

Please sign in to comment.