Skip to content

Commit

Permalink
🧹 upgrade k8s versions in CI (#1102)
Browse files Browse the repository at this point in the history
* 🧹 upgrade k8s versions in CI

Signed-off-by: Ivan Milchev <[email protected]>

* disable 1.30 since k3s doesn't support it

Signed-off-by: Ivan Milchev <[email protected]>

---------

Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Apr 30, 2024
1 parent a7fcdbd commit cc2f67b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: ["1.26", "1.27", "1.28"]
k8s-version: ["1.27", "1.28", "1.29"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: ["1.25", "1.26", "1.27", "1.28", "1.29"]
k8s-version: ["1.27", "1.28", "1.29"]

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.26.12, v1.27.9, v1.28.5, v1.29.0]
k8s-version: [v1.28.9, v1.29.4] #v1.30.0] k3d doesn't support 1.30 yet
k8s-distro: [minikube, k3d]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .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.26.12, v1.27.9, v1.28.5, v1.29.0]
k8s-version: [v1.28.9, v1.29.4, v1.30.0]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cc2f67b

Please sign in to comment.