Merge pull request #814 from brancz/cut-v1.7.0-rc.0

*: cut v1.7.0-rc.0
This commit is contained in:
Kubernetes Prow Robot 2019-07-10 08:56:25 -07:00 committed by GitHub
commit 48a9424dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
## v1.7.0-rc.0 / 2019-07-10
* [CHANGE] Use appsv1 apigroup for ReplicaSet. #804
* [CHANGE] Use distroless/static as base image to further reduce image size. #748
* [CHANGE] Return standardized text for health endpoint. #767
* [ENHANCEMENT] Add DeadlineExceeded pod termination reason. #740
* [ENHANCEMENT] Add CreateContainerError and InvalidImageName waiting reasons. #763
* [FEATURE] Add Pod init container metrics. #762
* [FEATURE] Add Metrics About StorageClass. #777
* [FEATURE] Allow black/white- listing of metrics by regex. #773
* [FEATURE] Add metrics for VerticalPodAutoscaler objects (experimental and disabled by default). #791
* [FEATURE] Add (experimental) `kube_*_annotations` metrics. #770
## v1.6.0 / 2019-05-06
After a testing period of 10 days (release candidate 2), there were no

View File

@ -57,11 +57,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.2.0** | v6.0.0 | ✓ | ✓ | - | - | - |
| **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.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).

View File

@ -1 +1 @@
1.6.0
1.7.0-rc.0