Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- uses: imranismail/setup-kustomize@2ba527d4d055ab63514ba50a99456fc35684947f # v2.1.0
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.15.3
version: v3.19.2
- name: Generate Chart
run: |
set -xe
Expand Down Expand Up @@ -205,11 +205,11 @@ jobs:
- ubuntu-24.04
- ubuntu-24.04-arm
k3s-version:
- '1.31' # EOL: 2025-10-28
- '1.30' # EOL: 2025-06-28
- '1.29' # EOL: 2025-02-28
- '1.28' # EOL: 2024-10-28
- '1.27' # EOL: 2024-06-28
- '1.34'
- '1.33'
- '1.32'
- '1.31'
- '1.30'
fail-fast: false
env:
IMAGE: ghcr.io/contrast-security-oss/agent-operator/operator@${{ needs.build-image.outputs.digest }}
Expand Down Expand Up @@ -284,11 +284,11 @@ jobs:
- manifests
- helm-manifests
k3s-version:
- '1.31' # EOL: 2025-10-28
- '1.30' # EOL: 2025-06-28
- '1.29' # EOL: 2025-02-28
- '1.28' # EOL: 2024-10-28
- '1.27' # EOL: 2024-06-28
- '1.34'
- '1.33'
- '1.32'
- '1.31'
- '1.30'
fail-fast: false
steps:
- name: Setup Pluto
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ Features:
Make sure the operator supports your cluster version.

| Kubernetes Version | OpenShift Version | Operator Version | End-of-Support |
|--------------------|-------------------|------------------|----------------|
| v1.31 | | v1.0.0+ | 2025-10-28 |
| v1.30 | | v1.0.0+ | 2025-06-28 |
| v1.29 | v4.16 | v1.0.0+ | 2025-02-28 |
| v1.28 | v4.15 | v1.0.0+ | 2024-10-28 |
| v1.27 | v4.14 | v1.0.0+ | 2024-06-28 |
| v1.26 | v4.13 | v1.0.0+ | 2024-02-28 |
| ------------------ | ----------------- | ---------------- | -------------- |
| v1.34 | | v1.0.0+ | 2026-10-27 |
| v1.33 | v4.20 | v1.0.0+ | 2026-06-28 |
| v1.32 | v4.19 | v1.0.0+ | 2026-02-28 |
| v1.31 | v4.18 | v1.0.0+ | 2025-10-28 |
| v1.30 | v4.17 | v1.0.0+ | 2025-06-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
13 changes: 6 additions & 7 deletions docs/public/02-supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
## Kubernetes/OpenShift Support

| Kubernetes Version | OpenShift Version | Operator Version | End-of-Support |
|--------------------|-------------------|------------------|----------------|
| v1.31 | | v1.0.0+ | 2025-10-28 |
| v1.30 | | v1.0.0+ | 2025-06-28 |
| v1.29 | v4.16 | v1.0.0+ | 2025-02-28 |
| v1.28 | v4.15 | v1.0.0+ | 2024-10-28 |
| v1.27 | v4.14 | v1.0.0+ | 2024-06-28 |
| v1.26 | v4.13 | v1.0.0+ | 2024-02-28 |
| ------------------ | ----------------- | ---------------- | -------------- |
| v1.34 | | v1.0.0+ | 2026-10-27 |
| v1.33 | v4.20 | v1.0.0+ | 2026-06-28 |
| v1.32 | v4.19 | v1.0.0+ | 2026-02-28 |
| v1.31 | v4.18 | v1.0.0+ | 2025-10-28 |
| v1.30 | v4.17 | v1.0.0+ | 2025-06-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
Loading