Skip to content

Commit 9f7e59d

Browse files
authored
Merge pull request #833 from tariq1890/cut1.7.1
*: Cut v1.7.1
2 parents e8bfc3e + a813a66 commit 9f7e59d

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.7.1 / 2019-07-18
2+
3+
* [BUGFIX] Fix crash due to missing ingress http block. #831
4+
* [BUGFIX] Add nil guard checks when querying VPA objects. #832
5+
16
## v1.7.0 / 2019-07-17
27

38
After a testing period of 7 days, there were no additional bugs found or features introduced.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub
6161
| **v1.4.0** | v8.0.0 ||| - | - | - |
6262
| **v1.5.0** | v8.0.0 ||| - | - | - |
6363
| **v1.6.0** | v11.0.0 ||||| - |
64-
| **v1.7.0** | v12.0.0 ||||||
64+
| **v1.7.1** | v12.0.0 ||||||
6565
| **master** | v12.0.0 ||||||
6666
- `` Fully supported version range.
6767
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
@@ -74,8 +74,8 @@ release.
7474
#### Container Image
7575

7676
The latest container image can be found at:
77-
* `quay.io/coreos/kube-state-metrics:v1.7.0`
78-
* `k8s.gcr.io/kube-state-metrics:v1.7.0`
77+
* `quay.io/coreos/kube-state-metrics:v1.7.1`
78+
* `k8s.gcr.io/kube-state-metrics:v1.7.1`
7979

8080
**Note**:
8181
The recommended docker registry for kube-state-metrics is `quay.io`. kube-state-metrics on

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

kubernetes/kube-state-metrics-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: kube-state-metrics
1919
containers:
2020
- name: kube-state-metrics
21-
image: quay.io/coreos/kube-state-metrics:v1.7.0
21+
image: quay.io/coreos/kube-state-metrics:v1.7.1
2222
ports:
2323
- name: http-metrics
2424
containerPort: 8080

0 commit comments

Comments
 (0)