Skip to content

Commit ac164f7

Browse files
Update kindest/node to v1.36.1
| datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | docker | kindest/node | v1.35.1 | v1.36.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a57578c commit ac164f7

3 files changed

Lines changed: 59 additions & 59 deletions

File tree

.github/scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$PWD" != "$ROOTDIR" ]; then
1313
fi
1414

1515
# renovate: datasource=docker depName=kindest/node
16-
K8S_LATEST_VERSION=1.35.1
16+
K8S_LATEST_VERSION=1.36.1
1717

1818
get_docker_md5() {
1919
docker_md5=$(find build .github/data/version.txt internal/configs/njs internal/configs/oidc -type f ! -name "*.md" -exec md5sum {} + | LC_ALL=C sort | md5sum | awk '{ print $1 }')

0 commit comments

Comments
 (0)