Skip to content

Commit 2ca60f3

Browse files
authored
Add Kubernetes 1.34 to CI (#594)
## Blocked: Pending Ubuntu image v1.34 release *Issue #, if available:* N/A *Description of changes:* Add Kubernetes 1.34 to CI https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent f398b82 commit 2ca60f3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/matrix.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
"Ubuntu2404",
1111
]
1212
kubernetes-version:
13-
["1.28.13", "1.29.8", "1.30.4", "1.31.0", "1.32.1", "1.33.2"]
13+
["1.28.13", "1.29.8", "1.30.4", "1.31.0", "1.32.1", "1.33.2", "1.34.1"]
1414
include:
1515
# Ubuntu2004 is only supported on EKS <= 1.29.
1616
# See https://eksctl.io/usage/custom-ami-support/?h=ubuntu#setting-the-node-ami-family.
@@ -34,6 +34,10 @@ matrix:
3434
- cluster-type: "eksctl"
3535
family: "AmazonLinux2"
3636
kubernetes-version: "1.33.2"
37+
# AL2 is not supported by Kubernetes 1.34.
38+
- cluster-type: "eksctl"
39+
family: "AmazonLinux2"
40+
kubernetes-version: "1.34.1"
3741
# Ubuntu2204 is only supported on EKS >= 1.29 && EKS < 1.33.
3842
# See https://eksctl.io/usage/custom-ami-support/?h=ubuntu#setting-the-node-ami-family.
3943
- cluster-type: "eksctl"
@@ -42,6 +46,9 @@ matrix:
4246
- cluster-type: "eksctl"
4347
family: "Ubuntu2204"
4448
kubernetes-version: "1.33.2"
49+
- cluster-type: "eksctl"
50+
family: "Ubuntu2204"
51+
kubernetes-version: "1.34.1"
4552
# Ubuntu2404 is only supported on EKS >= 1.31.
4653
# See https://eksctl.io/usage/custom-ami-support/?h=ubuntu#setting-the-node-ami-family.
4754
- cluster-type: "eksctl"

0 commit comments

Comments
 (0)