Update Helm release descheduler to v0.33.0 #255

Merged
alexlebens merged 1 commits from renovate/descheduler-0.x into main 2025-05-05 04:28:31 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
descheduler minor 0.32.2 -> 0.33.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/descheduler (descheduler)

v0.33.0: Descheduler v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.33.0


Configuration

📅 Schedule: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, 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.32.2` -> `0.33.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (descheduler)</summary> ### [`v0.33.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.33.0): Descheduler v0.33.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.32.2...v0.33.0) #### What's Changed - update license to year 2025 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1593 - \[release v0.32.0] bump chart and images by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1592 - bump x/net and x/crypto deps for CVE-2024-45337 and CVE-2024-45338 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1591 - chore: update README.md for DeschedulerPolicy by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1578 - chore: add ignorePvcPods param in default evictor filter unit test by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1602 - feature(descheduler): add grace_period_seconds for DeschedulerPolicy by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1538 - charts: add missing permission for policy by [@&#8203;linuxmaniac](https://github.com/linuxmaniac) in https://github.com/kubernetes-sigs/descheduler/pull/1596 - flake: rollback gracePeriod for evict pod in e2e test by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1606 - charts: add needed perms if metricsCollector is enabled by [@&#8203;linuxmaniac](https://github.com/linuxmaniac) in https://github.com/kubernetes-sigs/descheduler/pull/1599 - tracing: test for and address semconv/SDK version conflicts by [@&#8203;LukeCarrier](https://github.com/LukeCarrier) in https://github.com/kubernetes-sigs/descheduler/pull/1612 - PodMatchNodeSelector: Replaced PodMatchNodeSelector implementation wi… by [@&#8203;jandai](https://github.com/jandai) in https://github.com/kubernetes-sigs/descheduler/pull/1632 - chore: add descheduler plugin example by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in https://github.com/kubernetes-sigs/descheduler/pull/1636 - chore: add setDefaultEvictor return an error by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1637 - ReferencedResourceList: alias for map\[v1.ResourceName]\*resource.Quantity to avoid the type definition duplication by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1640 - lownodeutilization: evictionLimits to limit the evictions per plugin by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1642 - nodeutilization: invoke ValidateLowNodeUtilizationArgs instead of validateLowNodeUtilizationThresholds to make the test more generic by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1644 - nodeutilization: make the node classification more generic by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1645 - \[nodeutilization]: allow to set a metrics source as a string so it can be later extended for exclusive configuration by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1614 - \[lownodeutilization]: Actual utilization: integration with Prometheus by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1533 - \[nodeutilization]: produce node utilization of resources that are listed in the list of resources by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1652 - feat: refactoring thresholds and usage assessment by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in https://github.com/kubernetes-sigs/descheduler/pull/1649 - feat: move classifier to its own package by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in https://github.com/kubernetes-sigs/descheduler/pull/1653 - \[nodeutilization]: skip nodes without extended resource when computing the average utilization by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1650 - Mention cmdOptions.dry-run in the helm chart readme by [@&#8203;tspearconquest](https://github.com/tspearconquest) in https://github.com/kubernetes-sigs/descheduler/pull/1580 - nominate googs1025 for descheduler reviewers by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1654 - chore: log average and assessed thresholds by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in https://github.com/kubernetes-sigs/descheduler/pull/1657 - fix removepodsviolatingtopologyspreadconstraint plugin sort logic by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1629 - TestLowNodeUtilizationKubernetesMetrics: set the right -cpu value for the cpu stressor by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1661 - docs: add histogram metric README.md by [@&#8203;freedomchurl](https://github.com/freedomchurl) in https://github.com/kubernetes-sigs/descheduler/pull/1651 - feat: introduce strict eviction policy by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in https://github.com/kubernetes-sigs/descheduler/pull/1663 - Move values.yaml comment about defining your own configmap to a NOTES.txt output instead by [@&#8203;tspearconquest](https://github.com/tspearconquest) in https://github.com/kubernetes-sigs/descheduler/pull/1582 - chore: update owners to add me as reviewer by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in https://github.com/kubernetes-sigs/descheduler/pull/1667 - chore: Bump to official kubernetes v0.33.0 deps by [@&#8203;dongjiang1989](https://github.com/dongjiang1989) in https://github.com/kubernetes-sigs/descheduler/pull/1675 - fix: update the mailing list address by [@&#8203;sanposhiho](https://github.com/sanposhiho) in https://github.com/kubernetes-sigs/descheduler/pull/1676 - add miss evictDaemonSetPods param in README.md by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1672 - chore(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/descheduler/pull/1679 - \[v0.33.0] update docs and manifests by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1678 #### New Contributors - [@&#8203;linuxmaniac](https://github.com/linuxmaniac) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1596 - [@&#8203;LukeCarrier](https://github.com/LukeCarrier) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1612 - [@&#8203;jandai](https://github.com/jandai) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1632 - [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1636 - [@&#8203;tspearconquest](https://github.com/tspearconquest) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1580 - [@&#8203;freedomchurl](https://github.com/freedomchurl) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1651 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1679 **Full Changelog**: https://github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.33.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4xLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
renovate-bot force-pushed renovate/descheduler-0.x from 42e90d8600 to 6eb33ea920 2025-05-04 22:00:43 +00:00 Compare
renovate-bot force-pushed renovate/descheduler-0.x from 6eb33ea920 to a930e3f10b 2025-05-04 23:01:22 +00:00 Compare
alexlebens merged commit b4854393a8 into main 2025-05-05 04:28:31 +00:00
alexlebens deleted branch renovate/descheduler-0.x 2025-05-05 04:28:32 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#255
No description provided.