This release builds with k8s.io/client-go: v0.31.2
This release removes kube_endpoint_address_not_ready and kube_endpoint_address_available which have been deprecated in 2022. Please use kube_endpoint_addressas a replacement.
[BUGFIX] Use --track-unscheduled-pods to select unscheduled pods in Daemonset sharding by @CatherineF-dev in #2388
[BUGFIX] Install tools so VERSION gets set by @mrueg in #2456
[BUGFIX] Syntax errors in kube-state-metrics.libsonnet by @jeffmccune in #2454
[BUGFIX] Set kube_job_status_failed metric even when there are no job.Status.Conditions present by @richabanker in #2485
[BUGFIX] de-duplication of custom resource metrics by @bartlettc22 in #2502
[BUGFIX] Configure sharding every time MetricsHandler.Run runs by @wallee94 in #2478
[BUGFIX] Panic in util.GVRFromType for core objects by @L3n41c in #2535
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.13.0` -> `v2.14.0` |
---
### Release Notes
<details>
<summary>kubernetes/kube-state-metrics (registry.k8s.io/kube-state-metrics/kube-state-metrics)</summary>
### [`v2.14.0`](https://github.com/kubernetes/kube-state-metrics/blob/HEAD/CHANGELOG.md#v2140--2024-11-08)
[Compare Source](https://github.com/kubernetes/kube-state-metrics/compare/v2.13.0...v2.14.0)
##### Note
- This release builds with Golang `v1.23.3`
- This release builds with `k8s.io/client-go`: `v0.31.2`
- This release removes `kube_endpoint_address_not_ready` and `kube_endpoint_address_available` which have been deprecated in 2022. Please use `kube_endpoint_address`as a replacement.
- \[BUGFIX] Use --track-unscheduled-pods to select unscheduled pods in Daemonset sharding by [@​CatherineF-dev](https://github.com/CatherineF-dev) in [#​2388](https://github.com/kubernetes/kube-state-metrics/pull/2388)
- \[BUGFIX] Install tools so VERSION gets set by [@​mrueg](https://github.com/mrueg) in [#​2456](https://github.com/kubernetes/kube-state-metrics/pull/2456)
- \[BUGFIX] Syntax errors in kube-state-metrics.libsonnet by [@​jeffmccune](https://github.com/jeffmccune) in [#​2454](https://github.com/kubernetes/kube-state-metrics/pull/2454)
- \[BUGFIX] Set kube_job_status_failed metric even when there are no job.Status.Conditions present by [@​richabanker](https://github.com/richabanker) in [#​2485](https://github.com/kubernetes/kube-state-metrics/pull/2485)
- \[BUGFIX] de-duplication of custom resource metrics by [@​bartlettc22](https://github.com/bartlettc22) in [#​2502](https://github.com/kubernetes/kube-state-metrics/pull/2502)
- \[BUGFIX] Configure sharding every time MetricsHandler.Run runs by [@​wallee94](https://github.com/wallee94) in [#​2478](https://github.com/kubernetes/kube-state-metrics/pull/2478)
- \[BUGFIX] Panic in `util.GVRFromType` for core objects by [@​L3n41c](https://github.com/L3n41c) in [#​2535](https://github.com/kubernetes/kube-state-metrics/pull/2535)
- \[BUGFIX] Big memory value overflow by [@​leiwingqueen](https://github.com/leiwingqueen) in [#​2540](https://github.com/kubernetes/kube-state-metrics/pull/2540)
- \[BUGFIX] Expose empty labels by [@​mrueg](https://github.com/mrueg) in [#​2539](https://github.com/kubernetes/kube-state-metrics/pull/2539)
- \[BUGFIX] CustomResourceMetrics: Convert status condition Unknown to a valid value by [@​Haleygo](https://github.com/Haleygo) in [#​2536](https://github.com/kubernetes/kube-state-metrics/pull/2536)
- \[CHANGE] Remove deprecated endpoint address metric by [@​mrueg](https://github.com/mrueg) in [#​2527](https://github.com/kubernetes/kube-state-metrics/pull/2527)
- \[FEATURE] Add new metric kube_job_status_suspended by [@​Indresh2410](https://github.com/Indresh2410) in [#​2542](https://github.com/kubernetes/kube-state-metrics/pull/2542)
- \[FEATURE] Move endpoint ports into address metric by [@​mrueg](https://github.com/mrueg) in [#​2503](https://github.com/kubernetes/kube-state-metrics/pull/2503)
- \[ENHANCEMENT] Use concurrent map when storing metrics by [@​rarruda](https://github.com/rarruda) in [#​2510](https://github.com/kubernetes/kube-state-metrics/pull/2510)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate
force-pushed renovate/registry.k8s.io-kube-state-metrics-kube-state-metrics-2.x from 87b77de7de to fb2332dbb12024-11-12 04:44:47 +00:00Compare
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.13.0->v2.14.0Release Notes
kubernetes/kube-state-metrics (registry.k8s.io/kube-state-metrics/kube-state-metrics)
v2.14.0Compare Source
Note
This release builds with Golang
v1.23.3This release builds with
k8s.io/client-go:v0.31.2This release removes
kube_endpoint_address_not_readyandkube_endpoint_address_availablewhich have been deprecated in 2022. Please usekube_endpoint_addressas a replacement.[BUGFIX] Use --track-unscheduled-pods to select unscheduled pods in Daemonset sharding by @CatherineF-dev in #2388
[BUGFIX] Install tools so VERSION gets set by @mrueg in #2456
[BUGFIX] Syntax errors in kube-state-metrics.libsonnet by @jeffmccune in #2454
[BUGFIX] Set kube_job_status_failed metric even when there are no job.Status.Conditions present by @richabanker in #2485
[BUGFIX] de-duplication of custom resource metrics by @bartlettc22 in #2502
[BUGFIX] Configure sharding every time MetricsHandler.Run runs by @wallee94 in #2478
[BUGFIX] Panic in
util.GVRFromTypefor core objects by @L3n41c in #2535[BUGFIX] Big memory value overflow by @leiwingqueen in #2540
[BUGFIX] Expose empty labels by @mrueg in #2539
[BUGFIX] CustomResourceMetrics: Convert status condition Unknown to a valid value by @Haleygo in #2536
[CHANGE] Remove deprecated endpoint address metric by @mrueg in #2527
[FEATURE] Add new metric kube_job_status_suspended by @Indresh2410 in #2542
[FEATURE] Move endpoint ports into address metric by @mrueg in #2503
[ENHANCEMENT] Use concurrent map when storing metrics by @rarruda in #2510
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.
This PR has been generated by Renovate Bot.
87b77de7detofb2332dbb1