Skip to content

Releases: kubernetes/kube-state-metrics

v1.9.7 / 2020-05-24

03 Jun 08:22
b3fa585
Compare
Choose a tag to compare
  • [BUGFIX] internal/store/mutatingwebhookconfiguration.go: Switch to v1 #1144

v1.9.6 / 2020-05-06

15 May 13:48
Compare
Choose a tag to compare

[BUGFIX] Fix VolumeAttachment API version mismatch: expected v1 but watching v1beta1 (#1136)

v1.9.5 / 2020-02-20

20 Feb 13:18
7710f43
Compare
Choose a tag to compare

[BUGFIX] Switch to using only v1 client of validatingwebhookconfiguration #1052

v1.9.4 / 2020-02-03

04 Feb 15:13
440c92f
Compare
Choose a tag to compare
  • [BUGFIX] Fix VolumeAttachment api version to be used (was v1beta1, should have been v1). #1043
  • [BUGFIX] Fix MutatingWebhookConfiguration api version to be used (was v1beta1, should have been v1). #1043
  • [BUGFIX] Fix ValidatingWebhookConfiguration api version to be used (was v1beta1, should have been v1). #1043
  • [BUGFIX] Use the correct expectedType for NetworkPolicy reflector. #1042

v1.9.3 / 2020-01-22

22 Jan 12:40
8d16ce1
Compare
Choose a tag to compare
  • [CHANGE] Remove experimental hpa metrics kube_hpa_status_current_metrics_average_utilization and kube_hpa_status_current_metrics_average_value #1030

v1.9.2 / 2020-01-13

13 Jan 20:58
065eee1
Compare
Choose a tag to compare

[BUGFIX] Fix segfault with External metrics #1023

v1.9.1 / 2020-01-10

10 Jan 11:29
952c71f
Compare
Choose a tag to compare
  • [BUGFIX] Fix segfault in hpa metrics #1019
  • [BUGFIX] Fix nil panics when parsing hpa memory current metrics #1014

v1.9.0 / 2019-12-20

20 Dec 14:44
a8d5b6a
Compare
Choose a tag to compare

⚠️ ⚠️ Note ⚠️ ⚠️ : v1.9.0 will be the last minor release for kube-state-metrics version 1.x.

After a testing period of 7 days, there were no additional bugs found or features introduced.

[BUGFIX] Move resource version from metric label to metric number value #997
[CHANGE] Add tools as go modules #927
[FEATURE] Add kube_hpa_spec_target_metric metric. #966
[FEATURE] Add hpa stats for current utilization and average value. #961
[FEATURE] Add kube_namespace_status_condition metric. #949
[FEATURE] Add kube_persistentvolumeclaim_status_condition and kube_persistentvolumeclaim_status_phase metrics #952
[FEATURE] Add kube_networkpolicy_* metrics #893
[FEATURE] Add kube_volumeattachment_* metrics #946
[FEATURE] add kube_mutatingwebhookconfiguration_, kube_validatingwebhookconfiguration_ metrics #914
[ENHANCEMENT] Add pod_cidr label to the kube_node_info metric. #963
[ENHANCEMENT] Generate all manifests from jsonnet #908
[ENHANCEMENT] Add kube-state-metrics alerting rules. #962
[ENHANCEMENT] Add "Evicted" to the set of container terminated reasons. #968
[BUGFIX] Add check for ReclaimPolicy, VolumeBindingMode storageclass metrics. #929
[BUGFIX] Use single MultiListerWatcher for single store to fix missing metrics when watching multiple namespaces. #969
[BUGFIX] Fix nil panics parsing HPA CPU current metrics. #993

v1.9.0-rc.1 / 2019-12-12

13 Dec 14:03
7cab988
Compare
Choose a tag to compare
Pre-release

Note: the metric has changed in order to fix the bug. See PR #997 for further details.

[BUGFIX] Move resource version from metric label to metric number value #997

v1.9.0-rc.0 / 2019-12-04

09 Dec 15:56
11db1d4
Compare
Choose a tag to compare
Pre-release
  • [CHANGE] Add tools as go modules #927
  • [FEATURE] Add kube_hpa_spec_target_metric metric. #966
  • [FEATURE] Add hpa stats for current utilization and average value. #961
  • [FEATURE] Add kube_namespace_status_condition metric. #949
  • [FEATURE] Add kube_persistentvolumeclaim_status_condition and kube_persistentvolumeclaim_status_phase metrics #952
  • [FEATURE] Add kube_networkpolicy_* metrics #893
  • [FEATURE] Add kube_volumeattachment_* metrics #946
  • [FEATURE] add kube_mutatingwebhookconfiguration_*, kube_validatingwebhookconfiguration_* metrics #914
  • [ENHANCEMENT] Add pod_cidr label to the kube_node_info metric. #963
  • [ENHANCEMENT] Generate all manifests from jsonnet #908
  • [ENHANCEMENT] Add kube-state-metrics alerting rules. #962
  • [ENHANCEMENT] Add "Evicted" to the set of container terminated reasons. #968
  • [BUGFIX] Add check for ReclaimPolicy, VolumeBindingMode storageclass metrics. #929
  • [BUGFIX] Use single MultiListerWatcher for single store to fix missing metrics when watching multiple namespaces. #969
  • [BUGFIX] Fix nil panics parsing HPA CPU current metrics. #993