Update chart descheduler to 0.32.0 #1044

Merged
jahanson merged 1 commit from renovate/descheduler-0.x into main 2025-01-04 20:39:55 -06:00
Contributor

This PR contains the following updates:

Package Update Change
descheduler minor 0.31.0 -> 0.32.0

Release Notes

kubernetes-sigs/descheduler (descheduler)

v0.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.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 becomes conflicted, 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.31.0` -> `0.32.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (descheduler)</summary> ### [`v0.32.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.0) [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.0) #### What's Changed - descheduler v0.31.0: bump kustomize files by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1511 - chore: bump golangci-lint to latest by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1513 - descheduler v0.31.0: bump helm chart by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1512 - fix: github action Release Charts to have write permissions by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1514 - \[e2e] abstract common methods by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1517 - \[DuplicatePods] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1520 - \[FailedPods] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1521 - \[TopologySpreadConstraint] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1523 - \[LeaderElection] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1522 - Make sure dry runs sees all the resources a normal run would do by [@&#8203;john7doe](https://github.com/john7doe) in https://github.com/kubernetes-sigs/descheduler/pull/1526 - test: construct e2e deployments through buildTestDeployment by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1527 - Node utilization refactoring by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1532 - add ignorePodsWithoutPDB option by [@&#8203;john7doe](https://github.com/john7doe) in https://github.com/kubernetes-sigs/descheduler/pull/1529 - Update Dockerfile - GoLang v 1.22.7 FIX - CVE-2024-34156, CVE-2024-34155 and CVE-2024-34158 by [@&#8203;sagar-18](https://github.com/sagar-18) in https://github.com/kubernetes-sigs/descheduler/pull/1539 - Update nodes sorting function to respect available resources by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1541 - DeschedulerServer: new Apply function for applying configuration by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1542 - sortNodesByUsage: drop extended resources as they are already counted in by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1546 - nodeutilization: NodeUtilization: make pod utilization extraction configurable by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1543 - nodeutilization: evictPodsFromSourceNodes: iterate through existing resources by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1544 - nodeutilization: usage2KeysAndValues for constructing a key:value list for InfoS printing resource usage by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1549 - bump(golangci-lint)=v1.62.0 by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1551 - nodeutilization: separate code responsible for requested resource extraction into a dedicated usage client by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1545 - Introduce RequestEviction feature for evicting pods in background (KEP-1397) by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1466 - Use actual node resource utilization by consuming kubernetes metrics by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1555 - Bump to Go 1.23.3 by [@&#8203;seanmalloy](https://github.com/seanmalloy) in https://github.com/kubernetes-sigs/descheduler/pull/1565 - Bump golangci-lint to 1.62.2 by [@&#8203;seanmalloy](https://github.com/seanmalloy) in https://github.com/kubernetes-sigs/descheduler/pull/1567 - Bump kind version to v0.25.0 by [@&#8203;seanmalloy](https://github.com/seanmalloy) in https://github.com/kubernetes-sigs/descheduler/pull/1568 - Bump golangci-lint timeout from 2m to 5m by [@&#8203;seanmalloy](https://github.com/seanmalloy) in https://github.com/kubernetes-sigs/descheduler/pull/1571 - Enable golangci-lint Verbose Output by [@&#8203;seanmalloy](https://github.com/seanmalloy) in https://github.com/kubernetes-sigs/descheduler/pull/1572 - bump to kubernetes v0.32.0-rc.2 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1569 - docs: Removing deschedulerPolicy.strategies since it does not exist by [@&#8203;felipewnp](https://github.com/felipewnp) in https://github.com/kubernetes-sigs/descheduler/pull/1570 - Fixed the issue when successfulJobsHistoryLimit and failedJobsHistoryLimit variables are 0. by [@&#8203;icloudnote](https://github.com/icloudnote) in https://github.com/kubernetes-sigs/descheduler/pull/1573 - Bump kind to v0.26.0 by [@&#8203;seanmalloy](https://github.com/seanmalloy) in https://github.com/kubernetes-sigs/descheduler/pull/1576 - Improve chart default values by [@&#8203;pipo02mix](https://github.com/pipo02mix) in https://github.com/kubernetes-sigs/descheduler/pull/1564 - bump to official kubernetes v0.32.0 deps by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1575 - feature(eviction): add event when EvictPod failed by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1536 - \[release v0.32] update kubernetes kind version to 1.32 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1587 - \[release v0.32] update docs/readme by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1588 #### New Contributors - [@&#8203;john7doe](https://github.com/john7doe) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1526 - [@&#8203;felipewnp](https://github.com/felipewnp) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1570 - [@&#8203;icloudnote](https://github.com/icloudnote) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1573 - [@&#8203;pipo02mix](https://github.com/pipo02mix) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1564 **Full Changelog**: https://github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvbWlub3IiXX0=-->
smeagol-help added 1 commit 2025-01-02 17:37:46 -06:00
jahanson merged commit c76586a9b6 into main 2025-01-04 20:39:55 -06:00
jahanson deleted branch renovate/descheduler-0.x 2025-01-04 20:39:55 -06:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/theshire#1044
No description provided.