Skip to content

Commit 7c2a3b4

Browse files
committed
Extend functional test k8s version support matrix
1 parent 0fee859 commit 7c2a3b4

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/workflows/functional_test_v2.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,21 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
# The kubernetes_version matrix entries are currently following native Kubernetes version support and +1, see: https://endoflife.date/kubernetes
34-
# To check latest versions, see: https://hub.docker.com/r/kindest/node/tags
33+
# The kubernetes_version matrix entries are currently following the standard Kubernetes end of life policy
34+
# as the AWS EKS end of lifce policy (because we support EKS and they have the largest extended support matrix)
35+
# See:
36+
# - https://endoflife.date/kubernetes
37+
# - https://endoflife.date/amazon-eks
38+
# To check latest Kind versions, see: https://hub.docker.com/r/kindest/node/tags
3539
k8s-version:
36-
- v1.30.0 # Support: 28 Apr 2025 - 28 Jun 2025
37-
- v1.29.0 # Support: 28 Dec 2024 - 28 Feb 2025
38-
- v1.28.0 # Support: 28 Aug 2024 - 28 Oct 2024
39-
- v1.27.3 # Support: 28 Apr 2024 - 28 Jun 2024
40-
- v1.26.6 # Support: 28 Dec 2023 - 28 Feb 2024
41-
# Test current +1 out-of-date Kubernetes version to cover EKS's extended support version matrix
42-
- v1.25.11 # Support: 27 Aug 2023 - 27 Oct 2023
40+
- v1.32.0 # Standard K8s Support: 28 Apr 2025 - 28 Jun 2025, EKS Extended Support Ends 23 Mar 2027
41+
- v1.31.0 # Standard K8s Support: 28 Apr 2025 - 28 Jun 2025, EKS Extended Support Ends 26 Nov 2026
42+
- v1.30.0 # Standard K8s Support: 28 Apr 2025 - 28 Jun 2025, EKS Extended Support Ends 23 Jul 2026
43+
- v1.29.0 # Standard K8s Support: 28 Dec 2024 - 28 Feb 2025, EKS Extended Support Ends 23 Mar 2026
44+
- v1.28.0 # Standard K8s Support: 28 Aug 2024 - 28 Oct 2024, EKS Extended Support Ends 26 Nov 2025
45+
- v1.27.3 # Standard K8s Support: 28 Apr 2024 - 28 Jun 2024, EKS Extended Support Ends 24 Jul 2025
46+
- v1.26.6 # Standard K8s Support: 28 Dec 2023 - 28 Feb 2024, EKS Extended Support Ends 11 Jun 2025
47+
- v1.25.11 # Standard K8s Support: 27 Aug 2023 - 27 Oct 2023, EKS Extended Support Ends 01 May 2025
4348
test-job:
4449
- functional
4550
- histogram

0 commit comments

Comments
 (0)