diff --git a/.github/workflows/k8s_versions.yml b/.github/workflows/k8s_versions.yml index d40390e9c..e15e13b2e 100644 --- a/.github/workflows/k8s_versions.yml +++ b/.github/workflows/k8s_versions.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: include: + - K8S_VERSION: v1.34.0 - K8S_VERSION: v1.33.1 - K8S_VERSION: v1.32.0 - - K8S_VERSION: v1.31.2 steps: - uses: actions/checkout@v4 - uses: "./.github/actions/pre-reqs" @@ -52,9 +52,9 @@ jobs: fail-fast: false matrix: include: - - K8S_VERSION: v1.33.1 - - K8S_VERSION: v1.32.5 - - K8S_VERSION: v1.31.9 + - K8S_VERSION: v1.34.3 + - K8S_VERSION: v1.33.7 + - K8S_VERSION: v1.32.11 steps: - uses: actions/checkout@v4 - name: Set up Python 3.11 @@ -148,9 +148,9 @@ jobs: fail-fast: false matrix: include: + - K8S_VERSION: 1.34 - K8S_VERSION: 1.33 - K8S_VERSION: 1.32 - - K8S_VERSION: 1.31 steps: - uses: actions/checkout@v4 - name: Set up Python 3.11 diff --git a/config/eks-anywhere/eks/1.31/kustomization.yaml b/config/eks-anywhere/eks/1.34/kustomization.yaml similarity index 100% rename from config/eks-anywhere/eks/1.31/kustomization.yaml rename to config/eks-anywhere/eks/1.34/kustomization.yaml diff --git a/config/eks-anywhere/eks/1.31/mgmt.yaml b/config/eks-anywhere/eks/1.34/mgmt.yaml similarity index 87% rename from config/eks-anywhere/eks/1.31/mgmt.yaml rename to config/eks-anywhere/eks/1.34/mgmt.yaml index 41d1596d9..9b13d57f9 100644 --- a/config/eks-anywhere/eks/1.31/mgmt.yaml +++ b/config/eks-anywhere/eks/1.34/mgmt.yaml @@ -4,7 +4,7 @@ kind: Cluster metadata: name: mgmt spec: - kubernetesVersion: "1.31" + kubernetesVersion: "1.34" workerNodeGroupConfigurations: - count: 1 name: worker