Skip to content

Commit 3a9f952

Browse files
committed
CHANGELOG.md: Add entry for 1.2.0-rc.0
1 parent 56a3d45 commit 3a9f952

1 file changed

Lines changed: 19 additions & 0 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.

0 commit comments

Comments
 (0)