Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
GO_VERSION: "1.19"
PYTHON_VERSION: "3.9.16"
NVM_VERSION: "0.39.3" # Does not need to be updated as often as the Node.js version or the NPM version
KIND_NODE_IMAGE: "kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde"
KIND_NODE_IMAGE: "kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31"
KIND_BINARY_VERSION: "v0.20.0"
KUBECTL_VERSION: "v1.27.4"
HELM_VERSION: "v3.12.2"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "iteratec GmbH",
"license": "Apache-2.0",
"dependencies": {
"@kubernetes/client-node": "^0.18.1"
"@kubernetes/client-node": "^0.19.0"
},
"devDependencies": {
"jest": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Your now ready to install your [first scan types and start your first scans](/do

## Version Support

The secureCodeBox supports the 4 latest Kubernetes releases (`v1.27`, `v1.26`, `v1.25` & `v1.24`). Older version might also work but are not officially supported or tested.
The secureCodeBox supports the 4 latest Kubernetes releases (`v1.28`, `v1.27`, `v1.26` & `v1.25`). Older version might also work but are not officially supported or tested.

## Accessing the included MinIO Instance

Expand Down
Loading