File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
env :
6
6
golang-version : ' 1.15'
7
- kind-version : ' v0.11.0 '
7
+ kind-version : ' v0.11.1 '
8
8
jobs :
9
9
generate :
10
10
runs-on : ${{ matrix.os }}
52
52
strategy :
53
53
matrix :
54
54
kind-image :
55
- - ' kindest/node:v1.20.0 '
55
+ - ' kindest/node:v1.20.7 '
56
56
- ' kindest/node:v1.21.1'
57
+ - ' kindest/node:v1.22.0'
57
58
steps :
58
59
- uses : actions/checkout@v2
59
60
with :
Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ $ minikube addons disable metrics-server
106
106
107
107
The following versions are supported and work as we test against these versions in their respective branches. But note that other versions might work!
108
108
109
- | kube-prometheus stack | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 |
110
- | --------------------------------------------------------------------------------------------------| -----------------| -----------------| -----------------| -----------------|
111
- | [ ` release-0.5 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.5 ) | ✔ | ✗ | ✗ | ✗ |
112
- | [ ` release-0.6 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.6 ) | ✗ | ✔ | ✗ | ✗ |
113
- | [ ` release-0.7 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.7 ) | ✗ | ✔ | ✔ | ✗ |
114
- | [ ` 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 ) | ✗ | ✗ | ✔ | ✔ |
109
+ | kube-prometheus stack | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 |
110
+ | ------------------------------------------------------------------------------------------| --------- --------| -----------------| -----------------| -----------------| -----------------|
111
+ | [ ` release-0.5 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.5 ) | ✔ | ✗ | ✗ | ✗ | ✗ |
112
+ | [ ` release-0.6 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.6 ) | ✗ | ✔ | ✗ | ✗ | ✗ |
113
+ | [ ` release-0.7 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.7 ) | ✗ | ✔ | ✔ | ✗ | ✗ |
114
+ | [ ` 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 ) | ✗ | ✗ | ✔ | ✔ | ✔ |
116
116
117
117
## Quickstart
118
118
You can’t perform that action at this time.
0 commit comments