Skip to content

Commit

Permalink
feat: add support & tests for Kubernetes 1.29 (#560)
Browse files Browse the repository at this point in the history
Add the new version to our ci and docs matrices.
  • Loading branch information
apricote authored Jan 8, 2024
1 parent 4392077 commit b620486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
k8s-test: v1.27.9
- k3s: v1.28
k8s-test: v1.28.5
- k3s: v1.29
k8s-test: v1.29.0
steps:
- uses: actions/setup-go@v5
with:
Expand All @@ -42,7 +44,7 @@ jobs:
kubectl
skaffold
helm: v3.11.2
kubectl: v1.28.1
kubectl: v1.29.0
skaffold: v2.3.0

- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions docs/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Current Kubernetes Releases: https://kubernetes.io/releases/

| Kubernetes | CSI Driver | Deployment File |
|------------|-----------:|--------------------------------------------------------------------------------------------------:|
| 1.29 | 2.6.0+ | https://raw.githubusercontent.com/hetznercloud/csi-driver/v2.6.0/deploy/kubernetes/hcloud-csi.yml |
| 1.28 | 2.6.0+ | https://raw.githubusercontent.com/hetznercloud/csi-driver/v2.6.0/deploy/kubernetes/hcloud-csi.yml |
| 1.27 | 2.6.0+ | https://raw.githubusercontent.com/hetznercloud/csi-driver/v2.6.0/deploy/kubernetes/hcloud-csi.yml |
| 1.26 | 2.6.0+ | https://raw.githubusercontent.com/hetznercloud/csi-driver/v2.6.0/deploy/kubernetes/hcloud-csi.yml |
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kubernetes/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -uex -o pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

k8s_test_version="${K8S_TEST_VERSION:-v1.28.1}"
k8s_test_version="${K8S_TEST_VERSION:-v1.29.0}"

mkdir -p "${SCRIPT_DIR}/test-binaries"
# TODO: Read linux-amd64 from env
Expand Down

0 comments on commit b620486

Please sign in to comment.