Skip to content

v2.10.0 / 2023-08-31

Compare
Choose a tag to compare
@mrueg mrueg released this 31 Aug 16:56
· 30 commits to release-2.10 since this release
25fb4fa

Note

  • Label and annotation metrics aren't exposed by default anymore to reduce the memory usage of the default configuration of kube-state-metrics. Before this change, they used to only include the name and namespace of the objects which is not relevant to users not opting in these metrics.

Changes

  • [BUGFIX] Log no _info suffix in name only once per reading the configuration for custommetrics by @chrischdi in #2157
  • [BUGFIX] Don't crash on non-existent valueFrom path values by @chihshenghuang in #2140
  • [BUGFIX] Index out of range in metrics_store.SanitizeHeaders by @mrueg in #2166
  • [BUGFIX] Always extract the headers but only write it when we have custommetrics by @chrischdi in #2154
  • [BUGFIX] Add filtering for Lease metrics by @ntoofu in #2122
  • [FEATURE] Implement kube_pod_status_initialized_time by @opeco17 in #2148
  • [FEATURE] Disable labels and annotations metrics when metric-annotations-… by @opeco17 in #2145
  • [FEATURE] Add webhooks client config service metrics by @dgrisonnet in #2114
  • [FEATURE] Support kube_persistentvolumeclaim_deletion_timestamp by @maxime1907 in #2074
  • [FEATURE] Support kube_persistentvolume_deletion_timestamp by @maxime1907 in #2075
  • [FEATURE] Adds new metric kube_pod_service_account by @swarup-stripe in #2096
  • [FEATURE] Add volumemode to PVC info metric by @machadovilaca in #2134
  • [FEATURE] Enable metric-annotations-allowlist and metric-labels-allowlist for ResourceQuota by @opeco17 in #2175
  • [FEATURE] Allow field KV general matching by @rexagod in #2067
  • [FEATURE] Support hot reload for kubeconfig by @opeco17 in #2144
  • [FEATURE] Add support for endpoint topology routing hints by @MarkSRobinson in #2090

New Contributors

Full Changelog: v2.9.2...v2.10.0