Skip to content

Commit

Permalink
[8.15](backport #41309) bump kind to 0.24.0 (#41429)
Browse files Browse the repository at this point in the history
* bump kind to 0.24.0 (#41309)

* update kind to 0.24.0

(cherry picked from commit 3366150)

# Conflicts:
#	.buildkite/filebeat/filebeat-pipeline.yml
#	.buildkite/metricbeat/pipeline.yml

* fix conflicts

---------

Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
  • Loading branch information
mergify[bot] and mauri870 authored Oct 24, 2024
1 parent ce303f4 commit 101b0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ env:
ASDF_MAGE_VERSION: 1.15.0

# Integration Tests
K8S_VERSION: "v1.29.0"
ASDF_KIND_VERSION: "0.20.0"
K8S_VERSION: "v1.31.0"
ASDF_KIND_VERSION: "0.24.0"

# Unit tests
RACE_DETECTOR: "true"
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
IMAGE_BEATS_WITH_HOOKS_LATEST: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest"

# Integration Tests
K8S_VERSION: "v1.29.0"
ASDF_KIND_VERSION: "0.20.0"
K8S_VERSION: "v1.31.0"
ASDF_KIND_VERSION: "0.24.0"

# Module Tests
BEAT_PATH: "metricbeat"
Expand Down

0 comments on commit 101b0e2

Please sign in to comment.