File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v1.3.0 / 2018-04-04
2+
3+ After a testing period of 12 days, there were no additional bugs found or features introduced.
4+
15## v1.3.0-rc.0 / 2018-03-23
26
37* [ FEATURE] Allow to specify multiple namespace.
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ At most 5 kube-state-metrics releases will be recorded below.
4848
4949| kube-state-metrics | client-go | ** Kubernetes 1.4** | ** Kubernetes 1.5** | ** Kubernetes 1.6** | ** Kubernetes 1.7** | ** Kubernetes 1.8** | ** Kubernetes 1.9** |
5050| --------------------| -----------| ---------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
51- | ** v0.4.0** | v2.0.0-alpha.1 | ✓ | ✓ | - | - | - | - |
5251| ** v0.5.0** | v2.0.0-alpha.1 | ✓ | ✓ | - | - | - | - |
5352| ** v1.0.x** | 4.0.0-beta.0 | ✓ | ✓ | ✓ | ✓ | - | - |
5453| ** v1.1.0** | release-5.0 | ✓ | ✓ | ✓ | ✓ | ✓ | - |
5554| ** v1.2.0** | v6.0.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
55+ | ** v1.3.0** | v6.0.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
5656| ** master** | v6.0.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
5757- ` ✓ ` Fully supported version range.
5858- ` - ` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
@@ -65,8 +65,8 @@ release.
6565#### Container Image
6666
6767The latest container image can be found at:
68- * ` quay.io/coreos/kube-state-metrics:v1.2 .0 `
69- * ` k8s.gcr.io/kube-state-metrics:v1.2 .0 `
68+ * ` quay.io/coreos/kube-state-metrics:v1.3 .0 `
69+ * ` k8s.gcr.io/kube-state-metrics:v1.3 .0 `
7070
7171** Note** :
7272The recommended docker registry for kube-state-metrics is ` quay.io ` . kube-state-metrics on
Original file line number Diff line number Diff line change 1818 serviceAccountName : kube-state-metrics
1919 containers :
2020 - name : kube-state-metrics
21- image : quay.io/coreos/kube-state-metrics:v1.2 .0
21+ image : quay.io/coreos/kube-state-metrics:v1.3 .0
2222 ports :
2323 - name : http-metrics
2424 containerPort : 8080
You can’t perform that action at this time.
0 commit comments