From cdea14ad27416fda0f52abcc54c71a4114d3701b Mon Sep 17 00:00:00 2001 From: Frederic Branczyk Date: Wed, 10 Jul 2019 10:08:20 +0200 Subject: [PATCH] *: cut v1.7.0-rc.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- VERSION | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39af6228b..31cb7dd9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4356fd251b..7c78272117 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/VERSION b/VERSION index dc1e644a10..d623c85aa9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0-rc.0