Skip to content

Commit c3d544b

Browse files
Update kindest/node Docker tag to v1.34.0 (#3804)
| datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | docker | kindest/node | v1.33.2 | v1.34.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9d1181 commit c3d544b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Output Variables
5959
id: vars
6060
run: |
61-
K8S_KIND_VERSION=v1.33.2 # renovate: datasource=docker depName=kindest/node
61+
K8S_KIND_VERSION=v1.34.0 # renovate: datasource=docker depName=kindest/node
6262
echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
6363
echo "min_k8s_version=v1.25.16" >> $GITHUB_OUTPUT
6464
echo "k8s_latest=${K8S_KIND_VERSION}" >> $GITHUB_OUTPUT

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
2525
# renovate: datasource=github-tags depName=golangci/golangci-lint
2626
GOLANGCI_LINT_VERSION = v2.4.0
2727
# renovate: datasource=docker depName=kindest/node
28-
KIND_K8S_VERSION = v1.33.2
28+
KIND_K8S_VERSION = v1.34.0
2929
# renovate: datasource=github-tags depName=norwoodj/helm-docs
3030
HELM_DOCS_VERSION = v1.14.2
3131
# renovate: datasource=github-tags depName=ahmetb/gen-crd-api-reference-docs

0 commit comments

Comments
 (0)