*: cut v1.8.0-rc.1
This commit is contained in:
parent
e16f7cd75e
commit
47181f5417
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue