Skip to content

Commit fdc66b5

Browse files
committed
CHANGELOG.md: add changelog entry for v1.1.0-rc.0
1 parent cc1442b commit fdc66b5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.1.0-rc.0 / 2017-10-12
2+
3+
* [FEATURE] Add `kube_pod_container_status_waiting_reason` metric.
4+
* [FEATURE] Add `kube_node_status_capacity_nvidia_gpu_cards` and `kube_node_status_allocatable_nvidia_gpu_cards` metrics.
5+
* [FEATURE] Add `kube_persistentvolumeclaim_info`, `kube_persistentvolumeclaim_status_phase` and `kube_persistentvolumeclaim_resource_requests_storage_bytes` metrics.
6+
* [FEATURE] Add `kube_cronjob_created` metric.
7+
* [FEATURE] Add `kube_namespace_status_phase`, `kube_namespace_labels` and `kube_namespace_created` metrics.
8+
* [FEATURE] Add `*_created` metrics for all available collectors and resources.
9+
* [FEATURE] Add ability to specify glog flags.
10+
* [FEATURE] Add ability to limit kube-state-metrics objects to single namespace.
11+
* [ENHANCEMENT] Bump client-go to 5.0 release branch.
12+
* [ENHANCEMENT] Add pprof endpoints for profiling.
13+
* [ENHANCEMENT] Log resources and API versions used when collecting metrics from objects.
14+
* [ENHANCEMENT] Log number of resources used to generate metrics off of.
15+
* [ENHANCEMENT] Improve a usage message for collectors flag.
16+
* [BUGFIX] Fix Job start time nil panic.
17+
118
## v1.0.1 / 2017-08-24
219

320
* [BUGFIX] Fix nil pointer panic when pods have an owner without controllers.

0 commit comments

Comments
 (0)