Skip to content

Commit

Permalink
Bump k3s/k3d versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Jul 10, 2024
1 parent cb56706 commit 1ddba0c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
GOARCH: amd64
CGO_ENABLED: 0
SETUP_K3D_VERSION: 'v5.5.1'
SETUP_K3D_VERSION: 'v5.7.1'

jobs:
e2e-fleet-test:
Expand All @@ -27,7 +27,7 @@ jobs:
k3s_version:
# k3d version list k3s | sed 's/+/-/' | sort -h
# https://hub.docker.com/r/rancher/k3s/tags
- v1.29.0-k3s1
- v1.30.2-k3s2
- v1.24.17-k3s1
test_type:
- name: default
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-fleet-upgrade-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
env:
GOARCH: amd64
CGO_ENABLED: 0
SETUP_K3D_VERSION: 'v5.5.1'
SETUP_K3D_VERSION: 'v5.7.1'

jobs:
fleet-upgrade-test:
runs-on: ubuntu-latest
strategy:
matrix:
k3s_version:
- v1.27.5-k3s1
- v1.30.2-k3s2
steps:
-
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-multicluster-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
GOARCH: amd64
CGO_ENABLED: 0
SETUP_K3D_VERSION: 'v5.5.1'
SETUP_K3D_VERSION: 'v5.7.1'

jobs:
e2e-fleet-mc-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
GOARCH: amd64
CGO_ENABLED: 0
SETUP_K3D_VERSION: 'v5.5.1'
SETUP_K3D_VERSION: 'v5.7.1'

jobs:
e2e-fleet-test:
Expand All @@ -25,8 +25,8 @@ jobs:
k3s_version:
# k3d version list k3s | sed 's/+/-/' | sort -h
# https://hub.docker.com/r/rancher/k3s/tags
- v1.30.2-k3s2
- v1.27.5-k3s1
- v1.26.8-k3s1
- v1.24.17-k3s1
test_type:
- acceptance
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-rancher-upgrade-fleet-to-head-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
env:
GOARCH: amd64
CGO_ENABLED: 0
SETUP_K3D_VERSION: 'v5.5.1'
SETUP_K3S_VERSION: 'v1.26.8-k3s1'
SETUP_K3D_VERSION: 'v5.7.1'
SETUP_K3S_VERSION: 'v1.30.2-k3s2'

jobs:
rancher-fleet-integration:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-rancher-upgrade-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
env:
GOARCH: amd64
CGO_ENABLED: 0
SETUP_K3D_VERSION: 'v5.5.1'
SETUP_K3D_VERSION: 'v5.7.1'

jobs:
rancher-fleet-upgrade:
Expand Down

0 comments on commit 1ddba0c

Please sign in to comment.