From eac5415ee8c8c60f34158a662a8460a2cc53a4bc Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Thu, 24 Apr 2025 17:08:58 +0200 Subject: [PATCH 1/3] Update supported Kubernetes versions Signed-off-by: Jannik Hollenbach --- .github/workflows/ci.yaml | 4 ++-- documentation/docs/getting-started/installation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cab97b9d8b..bb513e5072 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ env: GO_VERSION: "1.24.2" PYTHON_VERSION: "3.9.16" - KIND_NODE_IMAGE: "kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027" - KUBECTL_VERSION: "v1.32.1" + KIND_NODE_IMAGE: "kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e" + KUBECTL_VERSION: "v1.33.0" KIND_BINARY_VERSION: "v0.26.0" HELM_VERSION: "v3.17.0" HELM_PLUGIN_UNITTEST: "0.5.1" diff --git a/documentation/docs/getting-started/installation.md b/documentation/docs/getting-started/installation.md index e711537f15..423a84dcc8 100644 --- a/documentation/docs/getting-started/installation.md +++ b/documentation/docs/getting-started/installation.md @@ -22,9 +22,9 @@ If you didn't see any errors you now have the secureCodeBox Operator up and runn You're now ready to install your [first scan types and start your first scans](/docs/getting-started/first-scans). -## Version Support +## Supported Kubernetes Version -The secureCodeBox supports the 4 latest Kubernetes releases (`v1.30`, `v1.29`, `v1.28` & `v1.27`). Older versions might also work but are not officially supported or tested. +The secureCodeBox supports the 4 latest Kubernetes releases (`v1.33`, `v1.32`, `v1.31` & `v1.30`). Older versions might also work but are not officially supported or tested. ## Accessing the included MinIO Instance From 285baefe0612e7ac56d9d6ba1028112f206ee07c Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 25 Apr 2025 10:24:47 +0200 Subject: [PATCH 2/3] Update kind version to match node image version used --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb513e5072..c91c5bb832 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ env: PYTHON_VERSION: "3.9.16" KIND_NODE_IMAGE: "kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e" KUBECTL_VERSION: "v1.33.0" - KIND_BINARY_VERSION: "v0.26.0" + KIND_BINARY_VERSION: "v0.27.0" HELM_VERSION: "v3.17.0" HELM_PLUGIN_UNITTEST: "0.5.1" From 483e6e19c8823ffe4494b87e17ac1572eece618b Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 25 Apr 2025 10:26:51 +0200 Subject: [PATCH 3/3] Minor helm version update --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c91c5bb832..33a7ec4ad4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ env: KIND_NODE_IMAGE: "kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e" KUBECTL_VERSION: "v1.33.0" KIND_BINARY_VERSION: "v0.27.0" - HELM_VERSION: "v3.17.0" + HELM_VERSION: "v3.17.3" HELM_PLUGIN_UNITTEST: "0.5.1" jobs: