File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
config/eks-anywhere/eks/1.34 Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 include :
16+ - K8S_VERSION : v1.34.0
1617 - K8S_VERSION : v1.33.1
1718 - K8S_VERSION : v1.32.0
18- - K8S_VERSION : v1.31.2
1919 steps :
2020 - uses : actions/checkout@v4
2121 - uses : " ./.github/actions/pre-reqs"
5252 fail-fast : false
5353 matrix :
5454 include :
55- - K8S_VERSION : v1.33.1
56- - K8S_VERSION : v1.32.5
57- - K8S_VERSION : v1.31.9
55+ - K8S_VERSION : v1.34.3
56+ - K8S_VERSION : v1.33.7
57+ - K8S_VERSION : v1.32.11
5858 steps :
5959 - uses : actions/checkout@v4
6060 - name : Set up Python 3.11
@@ -148,9 +148,9 @@ jobs:
148148 fail-fast : false
149149 matrix :
150150 include :
151+ - K8S_VERSION : 1.34
151152 - K8S_VERSION : 1.33
152153 - K8S_VERSION : 1.32
153- - K8S_VERSION : 1.31
154154 steps :
155155 - uses : actions/checkout@v4
156156 - name : Set up Python 3.11
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Cluster
44metadata :
55 name : mgmt
66spec :
7- kubernetesVersion : " 1.31 "
7+ kubernetesVersion : " 1.34 "
88 workerNodeGroupConfigurations :
99 - count : 1
1010 name : worker
You can’t perform that action at this time.
0 commit comments