Skip to content

Commit 867f071

Browse files
committed
Add Kubernetes v1.35.0 to CI
Signed-off-by: Tadiwa Magwenzi <tadiwaom@amazon.com>
1 parent f473810 commit 867f071

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.29.8", "1.30.4", "1.31.0", "1.32.1", "1.33.2", "1.34.1"]
13+
["1.29.8", "1.30.4", "1.31.0", "1.32.1", "1.33.2", "1.34.1", "1.35.0"]
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.34.1"
37+
# AL2 is not supported by Kubernetes 1.35.
38+
- cluster-type: "eksctl"
39+
family: "AmazonLinux2"
40+
kubernetes-version: "1.35.0"
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.34.1"
49+
- cluster-type: "eksctl"
50+
family: "Ubuntu2204"
51+
kubernetes-version: "1.35.0"
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)