Skip to content

Commit

Permalink
Merge pull request #880 from brancz/cut-v1.8.0-rc.0
Browse files Browse the repository at this point in the history
*: cut v1.8.0-rc.0
  • Loading branch information
k8s-ci-robot authored Sep 10, 2019
2 parents 224167a + 89d2f9d commit b31a400
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.8.0-rc.0 / 2019-09-10

* [FEATURE] Add `kube_node_role` metric. #877
* [FEATURE] Introduce sharding (and experimental auto-sharding). #613
* [FEATURE] Add kube_pod_status_unschedulable metric. #835
* [ENHANCEMENT] Add metrics about kube-state-metric's interaction with the Kubernetes API. #866

## v1.7.2 / 2019-08-05

* [CHANGE] Revert "add `kube_*_annotations metrics` for all objects" #859
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub

| kube-state-metrics | client-go | **Kubernetes 1.11** | **Kubernetes 1.12** | **Kubernetes 1.13** | **Kubernetes 1.14** | **Kubernetes 1.15** |
|--------------------|------------|---------------------|---------------------|---------------------|---------------------|----------------------|
| **v1.3.1** | v6.0.0 ||| - | - | - |
| **v1.4.0** | v8.0.0 ||| - | - | - |
| **v1.5.0** | v8.0.0 ||| - | - | - |
| **v1.6.0** | v11.0.0 ||||| - |
| **v1.7.2** | v12.0.0 ||||||
| **v1.8.0-rc.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 Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.8.0-rc.0

0 comments on commit b31a400

Please sign in to comment.