Skip to content

Commit

Permalink
🧹 Regular bump and cleanup of k8s verions (#917)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Nov 3, 2023
1 parent 6464651 commit 0338d0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: ["1.23", "1.24", "1.25", "1.26", "1.27"]
k8s-version: ["1.24", "1.25", "1.26", "1.27", "1.28"]

env:
TF_VAR_test_name: ${{ github.event.inputs.mondooOperatorImageTag }}
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: ["1.24", "1.25", "1.26", "1.27"]
k8s-version: ["1.25", "1.26", "1.27"]

env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ format('{0}/{1}', github.workspace, 'gcp_sa.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.24.16, v1.25.12, v1.26.7, v1.27.4]
k8s-version: [v1.26.10, v1.27.7, v1.28.3]
k8s-distro: [minikube, k3d]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.24.16, v1.25.12, v1.26.7, v1.27.4]
k8s-version: [v1.26.10, v1.27.7, v1.28.3]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.24.16, v1.25.12, v1.26.7, v1.27.4]
k8s-version: [v1.26.10, v1.27.7, v1.28.3]

steps:
- name: Checkout
Expand Down

0 comments on commit 0338d0b

Please sign in to comment.