From e4df11634b4bce7a33413a726368ef559eee12b1 Mon Sep 17 00:00:00 2001 From: Mauri de Souza Meneguzzo Date: Wed, 2 Oct 2024 16:44:49 -0300 Subject: [PATCH] chore: update kind version to v0.24.0 (#5629) --- .buildkite/integration.pipeline.yml | 2 +- .buildkite/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index 71f481f8730..7b20d688c01 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -106,7 +106,7 @@ steps: key: "k8s-integration-tests" env: K8S_VERSION: "v1.31.0" - KIND_VERSION: "v0.20.0" + KIND_VERSION: "v0.24.0" command: ".buildkite/scripts/steps/k8s-extended-tests.sh" artifact_paths: - "build/k8s-logs*/*" diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 60cba8fc57a..a76e7879084 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -184,7 +184,7 @@ steps: - label: "K8s tests: {{matrix.k8s_version}}" env: K8S_VERSION: "v{{matrix.k8s_version}}" - KIND_VERSION: "v0.20.0" + KIND_VERSION: "v0.24.0" command: ".buildkite/scripts/steps/k8s-tests.sh" agents: provider: "gcp"