Skip to content

Commit ee94967

Browse files
authored
Merge pull request #335 from brancz/cut-1.2-rc.0
Cut 1.2.0-rc.0
2 parents 56a3d45 + 299e432 commit ee94967

2 files changed

Lines changed: 27 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v1.2.0-rc.0 / 2018-01-05
2+
3+
* [CHANGE] The CronJob collector now expects the version to be v1beta1.
4+
* [FEATURE] Add `Endpoints` metrics collector.
5+
* [FEATURE] Add `PersistentVolume` metrics collector.
6+
* [FEATURE] Add `HorizontalPodAutoscaler` metrics collector.
7+
* [FEATURE] Add `kube_pod_container_status_terminated_reason` metric.
8+
* [FEATURE] Add `kube_job_labels` metric.
9+
* [FEATURE] Add `kube_cronjob_labels` metric.
10+
* [FEATURE] Add `kube_service_spec_type` metric.
11+
* [FEATURE] Add `kube_statefulset_status_replicas_current` metric.
12+
* [FEATURE] Add `kube_statefulset_status_replicas_ready` metric.
13+
* [FEATURE] Add `kube_statefulset_status_replicas_updated` metric.
14+
* [ENHANCEMENT] Allow specifying the host/IP kube-state-metrics binds to.
15+
* [ENHANCEMENT] Add `volumename` label to `kube_persistentvolumeclaim_info` metric.
16+
* [ENHANCEMENT] Add `cluster_ip` label to `kube_service_info` metric.
17+
* [ENHANCEMENT] Print version on startup and useful debug information at runtime.
18+
* [ENHANCEMENT] Add metrics for kube-state-metrics itself. For separation purposes this listens on a separate host/IP and port, both configurable respectively.
19+
120
## v1.1.0 / 2017-10-19
221

322
After a testing period of one week, there were no additional bugs found or features introduced.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ Currently, `client-go` is in version `release-5.0`.
4747
#### Compatibility matrix
4848
At most 5 kube-state-metrics releases will be recorded below.
4949

50-
| kube-state-metrics | client-go | **Kubernetes 1.4** | **Kubernetes 1.5** | **Kubernetes 1.6** | **Kubernetes 1.7** | **Kubernetes 1.8** |
51-
|--------------------|-----------|---------------------|--------------------|--------------------|--------------------|--------------------|
52-
| **v0.4.0** | v2.0.0-alpha.1 ||| - | - | - |
53-
| **v0.5.0** | v2.0.0-alpha.1 ||| - | - | - |
54-
| **v1.0.x** | 4.0.0-beta.0 ||||| - |
55-
| **v1.1.0** | release-5.0 ||||||
56-
| **master** | v5.0.0 ||||||
50+
| kube-state-metrics | client-go | **Kubernetes 1.4** | **Kubernetes 1.5** | **Kubernetes 1.6** | **Kubernetes 1.7** | **Kubernetes 1.8** | **Kubernetes 1.9** |
51+
|--------------------|-----------|---------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
52+
| **v0.4.0** | v2.0.0-alpha.1 ||| - | - | - | - |
53+
| **v0.5.0** | v2.0.0-alpha.1 ||| - | - | - | - |
54+
| **v1.0.x** | 4.0.0-beta.0 ||||| - | - |
55+
| **v1.1.0** | release-5.0 |||||| - |
56+
| **v1.2.0** | v6.0.0 |||||||
57+
| **master** | v6.0.0 |||||||
5758
- `` Fully supported version range.
5859
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
5960

0 commit comments

Comments
 (0)