@@ -30,16 +30,21 @@ jobs:
30
30
strategy :
31
31
fail-fast : false
32
32
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
35
39
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
43
48
test-job :
44
49
- functional
45
50
- histogram
0 commit comments