Skip to content

Commit da35954

Browse files
committed
.github: drop support for 1.20 on main
According to our policy, main branch of kube-prometheus should support the 2 latest versions of Kubernetes. These changes update the tests and the compatibility matrix to reflect that. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
1 parent b5ec932 commit da35954

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
strategy:
5353
matrix:
5454
kind-image:
55-
- 'kindest/node:v1.20.7'
5655
- 'kindest/node:v1.21.1'
5756
- 'kindest/node:v1.22.0'
5857
steps:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following versions are supported and work as we test against these versions
112112
| [`release-0.6`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.6) ||||||
113113
| [`release-0.7`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.7) ||||||
114114
| [`release-0.8`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.8) ||||||
115-
| [`HEAD`](https://github.com/prometheus-operator/kube-prometheus/tree/main) ||| |||
115+
| [`HEAD`](https://github.com/prometheus-operator/kube-prometheus/tree/main) ||| |||
116116

117117
## Quickstart
118118

0 commit comments

Comments
 (0)