Skip to content

Commit

Permalink
Update K8S EOLs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 26, 2023
1 parent 7d3c4a7 commit 86eb7e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
matrix:
k8s: # See https://hub.docker.com/r/kindest/node/tags for valid tags
# For relevant EOLs https://endoflife.date/kubernetes / https://endoflife.date/amazon-eks / https://endoflife.date/azure-kubernetes-service / https://endoflife.date/google-kubernetes-engine
- v1.23.17 # EOL 2023-02-28 (2023-10 for EKS)
- v1.24.15 # EOL 2023-07-28
- v1.25.11 # EOL 2023-10-27
- v1.26.6 # EOL 2024-02-28
- v1.27.3 # EOL 2024-06-28
- v1.23.17 # EOL 2023-02-28 (latest 2023-10-11 for EKS)
- v1.24.15 # EOL 2023-07-28 (latest 2024-01-31 for EKS)
- v1.25.11 # EOL 2023-10-27 (latest 2024-05-07 for EKS)
- v1.26.6 # EOL 2024-02-28 (latest 2024-06-01 for EKS)
- v1.27.3 # EOL 2024-06-28 (latest 2024-08-24 for GKE)
- v1.28.0 # EOL 2024-10-28
steps:
- name: Checkout
Expand Down

0 comments on commit 86eb7e9

Please sign in to comment.