Skip to content

Commit

Permalink
Add support for kubernetes version 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Jan 23, 2025
1 parent 27adc68 commit a2d763c
Show file tree
Hide file tree
Showing 21 changed files with 2,640 additions and 8,986 deletions.
32 changes: 16 additions & 16 deletions .buildkite/deploy/kubernetes/deploy-k8s-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ steps:
- github_commit_status:
context: "deploy/k8s checks"

- label: "K8S Test/K8S version: v1.31.0"
key: "k8s-test-131"
- label: "K8S Test/K8S version: v1.32.0"
key: "k8s-test-132"
env:
K8S_VERSION: "v1.31.0"
K8S_VERSION: "v1.32.0"
MODULE: "${MODULE}"
commands: |
set -euo pipefail
Expand All @@ -59,12 +59,12 @@ steps:
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
notify:
- github_commit_status:
context: "deploy/k8s test v1.31.0"
context: "deploy/k8s test v1.32.0"

- label: "K8S Test/K8S version: v1.30.4"
key: "k8s-test-130"
- label: "K8S Test/K8S version: v1.31.0"
key: "k8s-test-131"
env:
K8S_VERSION: "v1.30.4"
K8S_VERSION: "v1.31.0"
MODULE: "${MODULE}"
commands: |
set -euo pipefail
Expand All @@ -81,12 +81,12 @@ steps:
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
notify:
- github_commit_status:
context: "deploy/k8s test v1.30.4"
context: "deploy/k8s test v1.31.0"

- label: "K8S Test/K8S version: v1.29.8"
key: "k8s-test-129"
- label: "K8S Test/K8S version: v1.30.4"
key: "k8s-test-130"
env:
K8S_VERSION: "v1.29.8"
K8S_VERSION: "v1.30.4"
MODULE: "${MODULE}"
commands: |
set -euo pipefail
Expand All @@ -103,12 +103,12 @@ steps:
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
notify:
- github_commit_status:
context: "deploy/k8s test v1.29.8"
context: "deploy/k8s test v1.30.4"

- label: "K8S Test/K8S version: v1.28.13"
key: "k8s-test-128"
- label: "K8S Test/K8S version: v1.29.8"
key: "k8s-test-129"
env:
K8S_VERSION: "v1.28.13"
K8S_VERSION: "v1.29.8"
MODULE: "${MODULE}"
commands: |
set -euo pipefail
Expand All @@ -125,4 +125,4 @@ steps:
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
notify:
- github_commit_status:
context: "deploy/k8s test v1.28.13"
context: "deploy/k8s test v1.29.8"
2 changes: 1 addition & 1 deletion .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
ASDF_MAGE_VERSION: 1.15.0

# Integration Tests
K8S_VERSION: "v1.31.0"
K8S_VERSION: "v1.32.0"
ASDF_KIND_VERSION: "0.24.0"

# Unit tests
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.31.0"
K8S_VERSION: "v1.32.0"
ASDF_KIND_VERSION: "0.24.0"

# Module Tests
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ stages:
make check-no-changes;
stage: checks
k8sTest:
k8sTest: "v1.31.0,v1.30.4,v1.29.8,v1.28.13"
k8sTest: "v1.32.0,v1.31.0,v1.30.4,v1.29.8"
stage: mandatory
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/kubernetes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ roleRef:
=== Compatibility

The Kubernetes module is tested with the following versions of Kubernetes:
1.28.x, 1.29.x, 1.30.x and 1.31.x
1.29.x, 1.30.x, 1.31.x and 1.32.x

[float]
=== Dashboard
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ roleRef:
=== Compatibility

The Kubernetes module is tested with the following versions of Kubernetes:
1.28.x, 1.29.x, 1.30.x and 1.31.x
1.29.x, 1.30.x, 1.31.x and 1.32.x

[float]
=== Dashboard
Expand Down
2,774 changes: 0 additions & 2,774 deletions metricbeat/module/kubernetes/controllermanager/_meta/test/metrics.1.28

This file was deleted.

Loading

0 comments on commit a2d763c

Please sign in to comment.