Skip to content

Commit

Permalink
Merge pull request #860 from LiliC/1.7.2
Browse files Browse the repository at this point in the history
*: cut v1.7.2 release
  • Loading branch information
k8s-ci-robot committed Aug 5, 2019
2 parents 2d8d31b + 9128aca commit 4c0e83b
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.2 / 2019-08-05

* [CHANGE] Revert "add `kube_*_annotations metrics` for all objects" #859
* [CHANGE] Remove `kube_namespace_annotations` metric #859

## v1.7.1 / 2019-07-18

* [BUGFIX] Fix crash due to missing ingress http block. #831
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.1** | v12.0.0 ||||||
| **v1.7.2** | 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.1`
* `k8s.gcr.io/kube-state-metrics:v1.7.1`
* `quay.io/coreos/kube-state-metrics:v1.7.2`
* `k8s.gcr.io/kube-state-metrics:v1.7.2`

**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.1
1.7.2
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.1
image: quay.io/coreos/kube-state-metrics:v1.7.2
ports:
- name: http-metrics
containerPort: 8080
Expand Down

0 comments on commit 4c0e83b

Please sign in to comment.