Skip to content

Commit

Permalink
Merge pull request #827 from LiliC/cut-1.7
Browse files Browse the repository at this point in the history
*: Cut v1.7.0 release
  • Loading branch information
k8s-ci-robot authored Jul 18, 2019
2 parents e3d1cab + ae9af05 commit 66ac307
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.7.0 / 2019-07-17

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

## v1.7.0-rc.1 / 2019-07-10

* [BUGFIX] Use the appsv1 apigroup when building the reflector for replicasets. #816
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-rc.0** | v12.0.0 ||||||
| **v1.7.0** | 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.6.0`
* `k8s.gcr.io/kube-state-metrics:v1.6.0`
* `quay.io/coreos/kube-state-metrics:v1.7.0`
* `k8s.gcr.io/kube-state-metrics:v1.7.0`

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

0 comments on commit 66ac307

Please sign in to comment.