Skip to content

Commit

Permalink
Merge pull request #833 from tariq1890/cut1.7.1
Browse files Browse the repository at this point in the history
*: Cut v1.7.1
  • Loading branch information
k8s-ci-robot committed Jul 19, 2019
2 parents e8bfc3e + a813a66 commit 9f7e59d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.7.1 / 2019-07-18

* [BUGFIX] Fix crash due to missing ingress http block. #831
* [BUGFIX] Add nil guard checks when querying VPA objects. #832

## v1.7.0 / 2019-07-17

After a testing period of 7 days, there were no additional bugs found or features introduced.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub
| **v1.4.0** | v8.0.0 ||| - | - | - |
| **v1.5.0** | v8.0.0 ||| - | - | - |
| **v1.6.0** | v11.0.0 ||||| - |
| **v1.7.0** | v12.0.0 ||||||
| **v1.7.1** | v12.0.0 ||||||
| **master** | v12.0.0 ||||||
- `` Fully supported version range.
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
Expand All @@ -74,8 +74,8 @@ release.
#### Container Image

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

**Note**:
The recommended docker registry for kube-state-metrics is `quay.io`. kube-state-metrics on
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.7.1
2 changes: 1 addition & 1 deletion kubernetes/kube-state-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.7.0
image: quay.io/coreos/kube-state-metrics:v1.7.1
ports:
- name: http-metrics
containerPort: 8080
Expand Down

0 comments on commit 9f7e59d

Please sign in to comment.