Update registry.k8s.io/kube-state-metrics/kube-state-metrics Docker tag to v2.10.0 #73

Merged
AverageMarcus merged 1 commits from renovate/registry.k8s.io-kube-state-metrics-kube-state-metrics-2.x into master 2023-08-31 18:04:23 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
registry.k8s.io/kube-state-metrics/kube-state-metrics minor v2.9.2 -> v2.10.0

Release Notes

kubernetes/kube-state-metrics (registry.k8s.io/kube-state-metrics/kube-state-metrics)

v2.10.0: / 2023-08-31

Compare Source

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

New Contributors

Full Changelog: https://github.com/kubernetes/kube-state-metrics/compare/v2.9.2...v2.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry.k8s.io/kube-state-metrics/kube-state-metrics](https://github.com/kubernetes/kube-state-metrics) | minor | `v2.9.2` -> `v2.10.0` | --- ### Release Notes <details> <summary>kubernetes/kube-state-metrics (registry.k8s.io/kube-state-metrics/kube-state-metrics)</summary> ### [`v2.10.0`](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.10.0): / 2023-08-31 [Compare Source](https://github.com/kubernetes/kube-state-metrics/compare/v2.9.2...v2.10.0) #### 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. <!----> - \[BUGFIX] Log no \_info suffix in name only once per reading the configuration for custommetrics by [@&#8203;chrischdi](https://github.com/chrischdi) in https://github.com/kubernetes/kube-state-metrics/pull/2157 - \[BUGFIX] Don't crash on non-existent valueFrom path values by [@&#8203;chihshenghuang](https://github.com/chihshenghuang) in https://github.com/kubernetes/kube-state-metrics/pull/2140 - \[BUGFIX] Index out of range in metrics_store.SanitizeHeaders by [@&#8203;mrueg](https://github.com/mrueg) in https://github.com/kubernetes/kube-state-metrics/pull/2166 - \[BUGFIX] Always extract the headers but only write it when we have custommetrics by [@&#8203;chrischdi](https://github.com/chrischdi) in https://github.com/kubernetes/kube-state-metrics/pull/2154 - \[BUGFIX] Add filtering for Lease metrics by [@&#8203;ntoofu](https://github.com/ntoofu) in https://github.com/kubernetes/kube-state-metrics/pull/2122 - \[FEATURE] Implement kube_pod_status_initialized_time by [@&#8203;opeco17](https://github.com/opeco17) in https://github.com/kubernetes/kube-state-metrics/pull/2148 - \[FEATURE] Disable labels and annotations metrics when metric-annotations-… by [@&#8203;opeco17](https://github.com/opeco17) in https://github.com/kubernetes/kube-state-metrics/pull/2145 - \[FEATURE] Add webhooks client config service metrics by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in https://github.com/kubernetes/kube-state-metrics/pull/2114 - \[FEATURE] Support kube_persistentvolumeclaim_deletion_timestamp by [@&#8203;maxime1907](https://github.com/maxime1907) in https://github.com/kubernetes/kube-state-metrics/pull/2074 - \[FEATURE] Support kube_persistentvolume_deletion_timestamp by [@&#8203;maxime1907](https://github.com/maxime1907) in https://github.com/kubernetes/kube-state-metrics/pull/2075 - \[FEATURE] Adds new metric `kube_pod_service_account` by [@&#8203;swarup-stripe](https://github.com/swarup-stripe) in https://github.com/kubernetes/kube-state-metrics/pull/2096 - \[FEATURE] Add volumemode to PVC info metric by [@&#8203;machadovilaca](https://github.com/machadovilaca) in https://github.com/kubernetes/kube-state-metrics/pull/2134 - \[FEATURE] Enable metric-annotations-allowlist and metric-labels-allowlist for ResourceQuota by [@&#8203;opeco17](https://github.com/opeco17) in https://github.com/kubernetes/kube-state-metrics/pull/2175 - \[FEATURE] Allow field KV general matching by [@&#8203;rexagod](https://github.com/rexagod) in https://github.com/kubernetes/kube-state-metrics/pull/2067 - \[FEATURE] Support hot reload for kubeconfig by [@&#8203;opeco17](https://github.com/opeco17) in https://github.com/kubernetes/kube-state-metrics/pull/2144 - \[FEATURE] Add support for endpoint topology routing hints by [@&#8203;MarkSRobinson](https://github.com/MarkSRobinson) in https://github.com/kubernetes/kube-state-metrics/pull/2090 #### New Contributors - [@&#8203;venkatbvc](https://github.com/venkatbvc) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2089 - [@&#8203;ntoofu](https://github.com/ntoofu) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2122 - [@&#8203;maxime1907](https://github.com/maxime1907) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2074 - [@&#8203;swarup-stripe](https://github.com/swarup-stripe) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2096 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2136 - [@&#8203;machadovilaca](https://github.com/machadovilaca) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2134 - [@&#8203;david-martin](https://github.com/david-martin) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2151 - [@&#8203;chihshenghuang](https://github.com/chihshenghuang) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2140 - [@&#8203;adberger](https://github.com/adberger) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2163 - [@&#8203;opeco17](https://github.com/opeco17) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2148 - [@&#8203;dfredell](https://github.com/dfredell) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/1988 - [@&#8203;MarkSRobinson](https://github.com/MarkSRobinson) made their first contribution in https://github.com/kubernetes/kube-state-metrics/pull/2090 **Full Changelog**: https://github.com/kubernetes/kube-state-metrics/compare/v2.9.2...v2.10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added 1 commit 2023-08-31 18:01:04 +00:00
AverageMarcus merged commit 5c7eb1f5cc into master 2023-08-31 18:04:23 +00:00
AverageMarcus deleted branch renovate/registry.k8s.io-kube-state-metrics-kube-state-metrics-2.x 2023-08-31 18:04:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#73
No description provided.