From d21ae1e9b2299f97cee9c3fac187088758f9c6ed Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Mon, 11 Nov 2024 17:38:06 -0800 Subject: [PATCH] ci: latest five k8s kind versions --- .github/workflows/tests.yaml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4b4b26a5..7e1297e8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f361ce..ecb494cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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