Skip to content

Commit

Permalink
ci: latest five k8s kind versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed Nov 18, 2024
1 parent 1ea4c76 commit d21ae1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: echo "setting versions"
outputs:
# JSON encoded array of k8s versions.
K8S_VERSIONS: '["1.31.1", "1.30.4", "1.29.8", "1.28.13"]'
K8S_VERSIONS: '["1.31.2", "1.30.6", "1.29.10", "1.28.15", "1.27.16"]'
VAULT_N: "1.18.1"
VAULT_N_1: "1.17.6"
VAULT_N_2: "1.16.3"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Changes:
* Building with Go 1.22.8
* Default Vault version updated to 1.18.1
* Testing with Vault 1.16 - 1.18
* Testing with K8s versions 1.28 - 1.31
* Testing with K8s versions 1.27 - 1.31
* Dependency updates:
* Docker image `alpine` 3.20.1 => 3.20.3
* Docker image `ubi8/ubi-minimal` 8.10-1018 => 8.10-1086
Expand Down

0 comments on commit d21ae1e

Please sign in to comment.