*: cut v1.8.0-rc.1

This commit is contained in:
Tariq Ibrahim 2019-09-23 14:16:12 -07:00
parent e16f7cd75e
commit 47181f5417
No known key found for this signature in database
GPG Key ID: DFC94E4A008B908A
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
## v1.8.0-rc.1 / 2019-09-24
* [CHANGE] Pin go version to go mod artifact file #882
* [BUGFIX] Correct mapping of hpa condition status labels #890
## v1.8.0-rc.0 / 2019-09-10
* [FEATURE] Introduce sharding (and experimental auto-sharding) #613
* [FEATURE] Add `kube_pod_status_unschedulable metric` #835
* [CHANGE] Makefile: Remove tmpdir after container build #867
* [ENHANCEMENT] Add list/watch success/error count total metrics #866
* [FEATURE] Add `kube_node_role metric` #877
* [ENHANCEMENT] Add support for Darwin OS in e2e test #879
## v1.7.2 / 2019-08-05
* [CHANGE] Revert "add `kube_*_annotations metrics` for all objects" #859

View File

@ -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.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).

View File

@ -1 +1 @@
1.7.2
1.8.0-rc.1