Update Helm release descheduler to v0.34.0 #1914

Merged
alexlebens merged 1 commits from renovate/descheduler-0.x into main 2025-10-31 19:37:41 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
descheduler minor 0.33.0 -> 0.34.0

Release Notes

kubernetes-sigs/descheduler (descheduler)

v0.34.0: Descheduler v0.34.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.33.0...v0.34.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 | |---|---|---| | [descheduler](https://github.com/kubernetes-sigs/descheduler) | minor | `0.33.0` -> `0.34.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (descheduler)</summary> ### [`v0.34.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.34.0): Descheduler v0.34.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.33.0...v0.34.0) #### What's Changed - Remove reference to obsolete deschedulerPolicy fields in chart values by [@&#8203;meroupatate](https://github.com/meroupatate) in [#&#8203;1674](https://github.com/kubernetes-sigs/descheduler/pull/1674) - v0.33.0: bump helm chart by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1680](https://github.com/kubernetes-sigs/descheduler/pull/1680) - optimize: NodeFit function by reordering checks for performance by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1681](https://github.com/kubernetes-sigs/descheduler/pull/1681) - feature: sort pods by restarts count in RemovePodsHavingTooManyRestarts plugin by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1686](https://github.com/kubernetes-sigs/descheduler/pull/1686) - chore: move namespaces filtering logic to New() by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1684](https://github.com/kubernetes-sigs/descheduler/pull/1684) - RemovePodsViolatingNodeTaints: list only pods that are not failed/suceeded by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1688](https://github.com/kubernetes-sigs/descheduler/pull/1688) - fix(example): list only active pod by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1691](https://github.com/kubernetes-sigs/descheduler/pull/1691) - refactor: separate eviction constraints to constraints.go by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1693](https://github.com/kubernetes-sigs/descheduler/pull/1693) - Extend plugin's New with a context.Context by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1694](https://github.com/kubernetes-sigs/descheduler/pull/1694) - \*1677 Allow Succeeded and Failed states in PodLifeTime by [@&#8203;doctapp](https://github.com/doctapp) in [#&#8203;1696](https://github.com/kubernetes-sigs/descheduler/pull/1696) - metrics name refact by [@&#8203;lowang-bh](https://github.com/lowang-bh) in [#&#8203;1232](https://github.com/kubernetes-sigs/descheduler/pull/1232) - feat(prometheus): allow different url schemes by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1705](https://github.com/kubernetes-sigs/descheduler/pull/1705) - feature: use contextal logging for plugins by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1655](https://github.com/kubernetes-sigs/descheduler/pull/1655) - logger: Align with the previous logger verbosity by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1708](https://github.com/kubernetes-sigs/descheduler/pull/1708) - add activeDeadlineSeconds field for cronjob by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1709](https://github.com/kubernetes-sigs/descheduler/pull/1709) - chore: stop with no-op default evictor settings by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1717](https://github.com/kubernetes-sigs/descheduler/pull/1717) - fix: removepodsviolatingtopologyspreadconstraint to favor evictable pods when balancing domains by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1719](https://github.com/kubernetes-sigs/descheduler/pull/1719) - fix: Fix panic in descheduler when using `--secure-port=0` by [@&#8203;dongjiang1989](https://github.com/dongjiang1989) in [#&#8203;1647](https://github.com/kubernetes-sigs/descheduler/pull/1647) - feat(helm): run descedulerPolicy thru tpl func for more chart control by [@&#8203;schahal](https://github.com/schahal) in [#&#8203;1660](https://github.com/kubernetes-sigs/descheduler/pull/1660) - Test code refactorings by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1722](https://github.com/kubernetes-sigs/descheduler/pull/1722) - Default evictor no eviction policy by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1723](https://github.com/kubernetes-sigs/descheduler/pull/1723) - add PodProtections for DefaultEvictorArgs by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1665](https://github.com/kubernetes-sigs/descheduler/pull/1665) - add ValidateHighNodeUtilizationPluginConfig unit test by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1733](https://github.com/kubernetes-sigs/descheduler/pull/1733) - feature: add PodsWithResourceClaims parameter in DefaultEvictorArgs PodProtections by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1603](https://github.com/kubernetes-sigs/descheduler/pull/1603) - update readme for PodProtections by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1728](https://github.com/kubernetes-sigs/descheduler/pull/1728) - Improves the validation logic in the plugins by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1729](https://github.com/kubernetes-sigs/descheduler/pull/1729) - feat(token): automountServiceAccountToken set hard to true on deployment by [@&#8203;jmederer](https://github.com/jmederer) in [#&#8203;1641](https://github.com/kubernetes-sigs/descheduler/pull/1641) - standardize protectionEnabled param across eviction constraints by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1725](https://github.com/kubernetes-sigs/descheduler/pull/1725) - \[1732] chore: add cronjob/job labels and annotations to helm chart by [@&#8203;n2h9](https://github.com/n2h9) in [#&#8203;1736](https://github.com/kubernetes-sigs/descheduler/pull/1736) - chore: add pull request template by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1742](https://github.com/kubernetes-sigs/descheduler/pull/1742) - feat(test/e2e): introduce new flags to override RunAsUser and RunAsGroup security context setting by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1743](https://github.com/kubernetes-sigs/descheduler/pull/1743) - helm chart - Allow to add custom annotations for deployment by [@&#8203;anthosz](https://github.com/anthosz) in [#&#8203;1741](https://github.com/kubernetes-sigs/descheduler/pull/1741) - chore: give tracing.Shutdown() its own context by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1747](https://github.com/kubernetes-sigs/descheduler/pull/1747) - fix: correct comment for HaveNoEvictionAnnotation by [@&#8203;eminaktas](https://github.com/eminaktas) in [#&#8203;1746](https://github.com/kubernetes-sigs/descheduler/pull/1746) - descheduler: handle single-node clusters gracefully by [@&#8203;tsj-30](https://github.com/tsj-30) in [#&#8203;1755](https://github.com/kubernetes-sigs/descheduler/pull/1755) - feat(eviction): add annotations to eviction requests for observability by [@&#8203;tiraboschi](https://github.com/tiraboschi) in [#&#8203;1753](https://github.com/kubernetes-sigs/descheduler/pull/1753) - test: run by default with kind 0.30.0 and kubevirt v1.6.2 by [@&#8203;tiraboschi](https://github.com/tiraboschi) in [#&#8203;1762](https://github.com/kubernetes-sigs/descheduler/pull/1762) - \[v0.34.0] bump to kubernetes 1.34 deps by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1744](https://github.com/kubernetes-sigs/descheduler/pull/1744) - chore: update approvers by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1759](https://github.com/kubernetes-sigs/descheduler/pull/1759) - helm: Fix liveness probe timeout for descheduler chart by [@&#8203;rstribrn](https://github.com/rstribrn) in [#&#8203;1751](https://github.com/kubernetes-sigs/descheduler/pull/1751) - docs: use podProtections args in helm chart by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1765](https://github.com/kubernetes-sigs/descheduler/pull/1765) - \[v0.34.0] update docs and manifests by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1768](https://github.com/kubernetes-sigs/descheduler/pull/1768) #### New Contributors - [@&#8203;meroupatate](https://github.com/meroupatate) made their first contribution in [#&#8203;1674](https://github.com/kubernetes-sigs/descheduler/pull/1674) - [@&#8203;doctapp](https://github.com/doctapp) made their first contribution in [#&#8203;1696](https://github.com/kubernetes-sigs/descheduler/pull/1696) - [@&#8203;lowang-bh](https://github.com/lowang-bh) made their first contribution in [#&#8203;1232](https://github.com/kubernetes-sigs/descheduler/pull/1232) - [@&#8203;schahal](https://github.com/schahal) made their first contribution in [#&#8203;1660](https://github.com/kubernetes-sigs/descheduler/pull/1660) - [@&#8203;jmederer](https://github.com/jmederer) made their first contribution in [#&#8203;1641](https://github.com/kubernetes-sigs/descheduler/pull/1641) - [@&#8203;n2h9](https://github.com/n2h9) made their first contribution in [#&#8203;1736](https://github.com/kubernetes-sigs/descheduler/pull/1736) - [@&#8203;anthosz](https://github.com/anthosz) made their first contribution in [#&#8203;1741](https://github.com/kubernetes-sigs/descheduler/pull/1741) - [@&#8203;tsj-30](https://github.com/tsj-30) made their first contribution in [#&#8203;1755](https://github.com/kubernetes-sigs/descheduler/pull/1755) - [@&#8203;tiraboschi](https://github.com/tiraboschi) made their first contribution in [#&#8203;1753](https://github.com/kubernetes-sigs/descheduler/pull/1753) - [@&#8203;rstribrn](https://github.com/rstribrn) made their first contribution in [#&#8203;1751](https://github.com/kubernetes-sigs/descheduler/pull/1751) **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.33.0...v0.34.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->
renovate-bot added the chart label 2025-10-31 17:01:33 +00:00
renovate-bot added 1 commit 2025-10-31 17:01:33 +00:00
Update Helm release descheduler to v0.34.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
e1795a4db0
alexlebens merged commit 75525df1e5 into main 2025-10-31 19:37:41 +00:00
alexlebens deleted branch renovate/descheduler-0.x 2025-10-31 19:37:42 +00:00
Sign in to join this conversation.