Skip to content

Commit

Permalink
[chore] Update functional tests to add v1.30 Kubernetes version cover…
Browse files Browse the repository at this point in the history
…age (#1281)

* Update functional tests to add v1.30 Kubernetes version coverage
  • Loading branch information
jvoravong authored May 7, 2024
1 parent 9f38bd1 commit ce5c315
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/functional_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
fail-fast: false
matrix:
# The kubernetes_version matrix entries are currently following native Kubernetes version support and +1, see: https://endoflife.date/kubernetes
# To check latest versions, see: https://hub.docker.com/r/kindest/node/tags
# To check latest Minikube versions, see: https://raw.githubusercontent.com/kubernetes/minikube/master/pkg/minikube/constants/constants_kubernetes_versions.go
# TODO: Automate updating this and expand/contract matrix coverage for other Kubernetes distributions
kubernetes_version:
- v1.29.0 # Support: 28 Dec 2024 - 28 Feb 2025
- v1.28.4 # Support: 28 Aug 2024 - 28 Oct 2024
- v1.27.8 # Support: 28 Apr 2024 - 28 Jun 2024
- v1.26.11 # Support: 28 Dec 2023 - 28 Feb 2024
- v1.25.16 # Support: 27 Aug 2023 - 27 Oct 2023
- v1.30.0 # Support: 28 Apr 2025 - 28 Jun 2025
- v1.29.4 # Support: 28 Dec 2024 - 28 Feb 2025
- v1.28.9 # Support: 28 Aug 2024 - 28 Oct 2024
- v1.27.13 # Support: 28 Apr 2024 - 28 Jun 2024
# Test current +1 out-of-date Kubernetes version to cover EKS's extended support version matrix
- v1.26.15 # Support: 28 Dec 2023 - 28 Feb 2024
container_runtime:
- "docker"
- "containerd"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
# The kubernetes_version matrix entries are currently following native Kubernetes version support and +1, see: https://endoflife.date/kubernetes
# To check latest versions, see: https://hub.docker.com/r/kindest/node/tags
k8s-version:
# TODO: Add 1.30 support once Kind publishes an official 1.30 image
- v1.29.0 # Support: 28 Dec 2024 - 28 Feb 2025
- v1.28.0 # Support: 28 Aug 2024 - 28 Oct 2024
- v1.27.3 # Support: 28 Apr 2024 - 28 Jun 2024
- v1.26.6 # Support: 28 Dec 2023 - 28 Feb 2024
# Test current +1 out-of-date Kubernetes version to cover EKS's extended support version matrix
- v1.25.11 # Support: 27 Aug 2023 - 27 Oct 2023
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ce5c315

Please sign in to comment.