|
|
75525df1e5
|
Update Helm release descheduler to v0.34.0 (#1914)
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m3s
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>
|
2025-10-31 19:37:40 +00:00 |
|
|
|
fe446b4a90
|
update chart data
|
2025-05-09 23:10:33 -05:00 |
|
|
|
a930e3f10b
|
Update Helm release descheduler to v0.33.0
lint-and-test-charts / lint-test (pull_request) Successful in 14s
|
2025-05-04 23:01:14 +00:00 |
|
|
|
b9148056f1
|
add base services
|
2025-03-02 21:53:47 -06:00 |
|
|
|
9fe661cf24
|
migration to next
|
2025-03-02 16:56:16 -06:00 |
|
|
|
8faacd7077
|
add services
|
2025-02-17 15:56:09 -06:00 |
|
|
|
8b4eee804f
|
stage for rebuilt
|
2025-02-15 19:03:16 -06:00 |
|
renovate[bot]
|
6682df9fbb
|
Update Helm release descheduler to v0.32.2 (#1234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-13 23:43:21 +00:00 |
|
renovate[bot]
|
13123a1528
|
Update Helm release descheduler to v0.32.1 (#1039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-13 13:03:34 +00:00 |
|
|
|
60bb965b08
|
adjust resources
|
2025-01-08 16:29:23 -06:00 |
|
renovate[bot]
|
9756589fa8
|
Update Helm release descheduler to v0.32.0 (#1014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-06 19:34:39 -06:00 |
|
|
|
d0cc0d8390
|
enable service
|
2025-01-05 20:36:36 -06:00 |
|
|
|
0f57a7e92d
|
update chart versions
|
2024-12-12 12:38:24 -06:00 |
|
renovate[bot]
|
2c032e65bc
|
Update Helm release descheduler to v0.31.0
|
2024-09-16 19:26:01 +00:00 |
|
|
|
fe28c315a6
|
add descheduler
|
2024-08-11 19:48:57 -05:00 |
|