Skip to content

Commit

Permalink
Curate k8s testing versions to only keep the actively maintained (#30619
Browse files Browse the repository at this point in the history
) (#30625)

(cherry picked from commit 577a34c)

Co-authored-by: Chris Mark <[email protected]>
  • Loading branch information
mergify[bot] and ChrsMark authored Mar 2, 2022
1 parent a73ce32 commit fc09aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: lint
k8sTest:
k8sTest: "v1.23.0,v1.22.0,v1.21.1,v1.20.7,v1.19.11,v1.18.19"
k8sTest: "v1.23.0,v1.22.0,v1.21.1"
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 @@ -155,7 +155,7 @@ roleRef:
=== Compatibility

The Kubernetes module is tested with the following versions of Kubernetes:
1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x
1.21.x, 1.22.x, 1.23.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.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x
1.21.x, 1.22.x, 1.23.x

[float]
=== Dashboard
Expand Down

0 comments on commit fc09aa1

Please sign in to comment.