Update Helm release descheduler to v0.34.0 (#1914)
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 [@​meroupatate](https://github.com/meroupatate) in [#​1674](https://github.com/kubernetes-sigs/descheduler/pull/1674) - v0.33.0: bump helm chart by [@​a7i](https://github.com/a7i) in [#​1680](https://github.com/kubernetes-sigs/descheduler/pull/1680) - optimize: NodeFit function by reordering checks for performance by [@​googs1025](https://github.com/googs1025) in [#​1681](https://github.com/kubernetes-sigs/descheduler/pull/1681) - feature: sort pods by restarts count in RemovePodsHavingTooManyRestarts plugin by [@​googs1025](https://github.com/googs1025) in [#​1686](https://github.com/kubernetes-sigs/descheduler/pull/1686) - chore: move namespaces filtering logic to New() by [@​googs1025](https://github.com/googs1025) in [#​1684](https://github.com/kubernetes-sigs/descheduler/pull/1684) - RemovePodsViolatingNodeTaints: list only pods that are not failed/suceeded by [@​ingvagabund](https://github.com/ingvagabund) in [#​1688](https://github.com/kubernetes-sigs/descheduler/pull/1688) - fix(example): list only active pod by [@​googs1025](https://github.com/googs1025) in [#​1691](https://github.com/kubernetes-sigs/descheduler/pull/1691) - refactor: separate eviction constraints to constraints.go by [@​googs1025](https://github.com/googs1025) in [#​1693](https://github.com/kubernetes-sigs/descheduler/pull/1693) - Extend plugin's New with a context.Context by [@​ingvagabund](https://github.com/ingvagabund) in [#​1694](https://github.com/kubernetes-sigs/descheduler/pull/1694) - \*1677 Allow Succeeded and Failed states in PodLifeTime by [@​doctapp](https://github.com/doctapp) in [#​1696](https://github.com/kubernetes-sigs/descheduler/pull/1696) - metrics name refact by [@​lowang-bh](https://github.com/lowang-bh) in [#​1232](https://github.com/kubernetes-sigs/descheduler/pull/1232) - feat(prometheus): allow different url schemes by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1705](https://github.com/kubernetes-sigs/descheduler/pull/1705) - feature: use contextal logging for plugins by [@​googs1025](https://github.com/googs1025) in [#​1655](https://github.com/kubernetes-sigs/descheduler/pull/1655) - logger: Align with the previous logger verbosity by [@​ingvagabund](https://github.com/ingvagabund) in [#​1708](https://github.com/kubernetes-sigs/descheduler/pull/1708) - add activeDeadlineSeconds field for cronjob by [@​googs1025](https://github.com/googs1025) in [#​1709](https://github.com/kubernetes-sigs/descheduler/pull/1709) - chore: stop with no-op default evictor settings by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1717](https://github.com/kubernetes-sigs/descheduler/pull/1717) - fix: removepodsviolatingtopologyspreadconstraint to favor evictable pods when balancing domains by [@​a7i](https://github.com/a7i) in [#​1719](https://github.com/kubernetes-sigs/descheduler/pull/1719) - fix: Fix panic in descheduler when using `--secure-port=0` by [@​dongjiang1989](https://github.com/dongjiang1989) in [#​1647](https://github.com/kubernetes-sigs/descheduler/pull/1647) - feat(helm): run descedulerPolicy thru tpl func for more chart control by [@​schahal](https://github.com/schahal) in [#​1660](https://github.com/kubernetes-sigs/descheduler/pull/1660) - Test code refactorings by [@​ingvagabund](https://github.com/ingvagabund) in [#​1722](https://github.com/kubernetes-sigs/descheduler/pull/1722) - Default evictor no eviction policy by [@​ingvagabund](https://github.com/ingvagabund) in [#​1723](https://github.com/kubernetes-sigs/descheduler/pull/1723) - add PodProtections for DefaultEvictorArgs by [@​googs1025](https://github.com/googs1025) in [#​1665](https://github.com/kubernetes-sigs/descheduler/pull/1665) - add ValidateHighNodeUtilizationPluginConfig unit test by [@​googs1025](https://github.com/googs1025) in [#​1733](https://github.com/kubernetes-sigs/descheduler/pull/1733) - feature: add PodsWithResourceClaims parameter in DefaultEvictorArgs PodProtections by [@​googs1025](https://github.com/googs1025) in [#​1603](https://github.com/kubernetes-sigs/descheduler/pull/1603) - update readme for PodProtections by [@​googs1025](https://github.com/googs1025) in [#​1728](https://github.com/kubernetes-sigs/descheduler/pull/1728) - Improves the validation logic in the plugins by [@​googs1025](https://github.com/googs1025) in [#​1729](https://github.com/kubernetes-sigs/descheduler/pull/1729) - feat(token): automountServiceAccountToken set hard to true on deployment by [@​jmederer](https://github.com/jmederer) in [#​1641](https://github.com/kubernetes-sigs/descheduler/pull/1641) - standardize protectionEnabled param across eviction constraints by [@​googs1025](https://github.com/googs1025) in [#​1725](https://github.com/kubernetes-sigs/descheduler/pull/1725) - \[1732] chore: add cronjob/job labels and annotations to helm chart by [@​n2h9](https://github.com/n2h9) in [#​1736](https://github.com/kubernetes-sigs/descheduler/pull/1736) - chore: add pull request template by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1742](https://github.com/kubernetes-sigs/descheduler/pull/1742) - feat(test/e2e): introduce new flags to override RunAsUser and RunAsGroup security context setting by [@​ingvagabund](https://github.com/ingvagabund) in [#​1743](https://github.com/kubernetes-sigs/descheduler/pull/1743) - helm chart - Allow to add custom annotations for deployment by [@​anthosz](https://github.com/anthosz) in [#​1741](https://github.com/kubernetes-sigs/descheduler/pull/1741) - chore: give tracing.Shutdown() its own context by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1747](https://github.com/kubernetes-sigs/descheduler/pull/1747) - fix: correct comment for HaveNoEvictionAnnotation by [@​eminaktas](https://github.com/eminaktas) in [#​1746](https://github.com/kubernetes-sigs/descheduler/pull/1746) - descheduler: handle single-node clusters gracefully by [@​tsj-30](https://github.com/tsj-30) in [#​1755](https://github.com/kubernetes-sigs/descheduler/pull/1755) - feat(eviction): add annotations to eviction requests for observability by [@​tiraboschi](https://github.com/tiraboschi) in [#​1753](https://github.com/kubernetes-sigs/descheduler/pull/1753) - test: run by default with kind 0.30.0 and kubevirt v1.6.2 by [@​tiraboschi](https://github.com/tiraboschi) in [#​1762](https://github.com/kubernetes-sigs/descheduler/pull/1762) - \[v0.34.0] bump to kubernetes 1.34 deps by [@​a7i](https://github.com/a7i) in [#​1744](https://github.com/kubernetes-sigs/descheduler/pull/1744) - chore: update approvers by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1759](https://github.com/kubernetes-sigs/descheduler/pull/1759) - helm: Fix liveness probe timeout for descheduler chart by [@​rstribrn](https://github.com/rstribrn) in [#​1751](https://github.com/kubernetes-sigs/descheduler/pull/1751) - docs: use podProtections args in helm chart by [@​googs1025](https://github.com/googs1025) in [#​1765](https://github.com/kubernetes-sigs/descheduler/pull/1765) - \[v0.34.0] update docs and manifests by [@​a7i](https://github.com/a7i) in [#​1768](https://github.com/kubernetes-sigs/descheduler/pull/1768) #### New Contributors - [@​meroupatate](https://github.com/meroupatate) made their first contribution in [#​1674](https://github.com/kubernetes-sigs/descheduler/pull/1674) - [@​doctapp](https://github.com/doctapp) made their first contribution in [#​1696](https://github.com/kubernetes-sigs/descheduler/pull/1696) - [@​lowang-bh](https://github.com/lowang-bh) made their first contribution in [#​1232](https://github.com/kubernetes-sigs/descheduler/pull/1232) - [@​schahal](https://github.com/schahal) made their first contribution in [#​1660](https://github.com/kubernetes-sigs/descheduler/pull/1660) - [@​jmederer](https://github.com/jmederer) made their first contribution in [#​1641](https://github.com/kubernetes-sigs/descheduler/pull/1641) - [@​n2h9](https://github.com/n2h9) made their first contribution in [#​1736](https://github.com/kubernetes-sigs/descheduler/pull/1736) - [@​anthosz](https://github.com/anthosz) made their first contribution in [#​1741](https://github.com/kubernetes-sigs/descheduler/pull/1741) - [@​tsj-30](https://github.com/tsj-30) made their first contribution in [#​1755](https://github.com/kubernetes-sigs/descheduler/pull/1755) - [@​tiraboschi](https://github.com/tiraboschi) made their first contribution in [#​1753](https://github.com/kubernetes-sigs/descheduler/pull/1753) - [@​rstribrn](https://github.com/rstribrn) made their first contribution in [#​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==--> Reviewed-on: #1914 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #1914.
This commit is contained in:
@@ -14,7 +14,7 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: descheduler
|
||||
version: 0.33.0
|
||||
version: 0.34.0
|
||||
repository: https://kubernetes-sigs.github.io/descheduler/
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
|
||||
appVersion: 0.33.0
|
||||
|
||||
Reference in New Issue
Block a user