Skip to content

Commit

Permalink
Add 1.31 to test matrix, remove 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Dec 10, 2024
1 parent e315b75 commit 4b0143f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ jobs:
strategy:
matrix:
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.26' # EOL: 2024-02-28
fail-fast: false
env:
IMAGE: ghcr.io/contrast-security-oss/agent-operator/operator@${{ needs.build-image.outputs.digest }}
Expand Down Expand Up @@ -252,11 +252,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.26' # EOL: 2024-02-28
fail-fast: false
steps:
- name: Setup Pluto
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Make sure the operator supports your cluster version.

| Kubernetes Version | OpenShift Version | Operator Version | End-of-Support |
|--------------------|-------------------|------------------|----------------|
| v1.31 | | v0.14.0+ | 2025-10-28 |
| v1.30 | | v0.14.0+ | 2025-06-28 |
| v1.29 | v4.16 | v0.14.0+ | 2025-02-28 |
| v1.28 | v4.15 | v0.14.0+ | 2024-10-28 |
Expand Down
1 change: 1 addition & 0 deletions docs/public/02-supported-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| Kubernetes Version | OpenShift Version | Operator Version | End-of-Support |
|--------------------|-------------------|------------------|----------------|
| v1.31 | | v0.14.0+ | 2025-10-28 |
| v1.30 | | v0.14.0+ | 2025-06-28 |
| v1.29 | v4.16 | v0.14.0+ | 2025-02-28 |
| v1.28 | v4.15 | v0.14.0+ | 2024-10-28 |
Expand Down

0 comments on commit 4b0143f

Please sign in to comment.