v2.10.0 / 2023-08-31
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
- @venkatbvc made their first contribution in #2089
- @ntoofu made their first contribution in #2122
- @maxime1907 made their first contribution in #2074
- @swarup-stripe made their first contribution in #2096
- @dependabot made their first contribution in #2136
- @machadovilaca made their first contribution in #2134
- @david-martin made their first contribution in #2151
- @chihshenghuang made their first contribution in #2140
- @adberger made their first contribution in #2163
- @opeco17 made their first contribution in #2148
- @dfredell made their first contribution in #1988
- @MarkSRobinson made their first contribution in #2090
Full Changelog: v2.9.2...v2.10.0