chore(deps): update dependency kubernetes-sigs/descheduler to v0.32.0 #426

Merged
prskr merged 1 commit from renovate/kubernetes-sigs-descheduler-0.x into main 2025-01-04 16:23:29 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
kubernetes-sigs/descheduler Kustomization minor v0.30.1 -> v0.32.0

Release Notes

kubernetes-sigs/descheduler (kubernetes-sigs/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

v0.31.0: Descheduler v0.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.30.0...v0.31.0

v0.30.2

Compare Source


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 | Type | Update | Change | |---|---|---|---| | [kubernetes-sigs/descheduler](https://github.com/kubernetes-sigs/descheduler) | Kustomization | minor | `v0.30.1` -> `v0.32.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (kubernetes-sigs/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...descheduler-helm-chart-0.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 ### [`v0.31.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.31.0): Descheduler v0.31.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/descheduler-helm-chart-0.30.2...v0.31.0) #### What's Changed - bump to to 1.22.3 to address CVE-2024-24788 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1408 - Fix the replicas value type for the descheduler helm-chart by [@&#8203;hanyouqing](https://github.com/hanyouqing) in https://github.com/kubernetes-sigs/descheduler/pull/1378 - Helm chart - allow 'falsey' value in cmdOption by [@&#8203;omerap12](https://github.com/omerap12) in https://github.com/kubernetes-sigs/descheduler/pull/1390 - fix helm's default deschedulerPolicy by [@&#8203;duplabe](https://github.com/duplabe) in https://github.com/kubernetes-sigs/descheduler/pull/1412 - fix TOC location in Readme by [@&#8203;duplabe](https://github.com/duplabe) in https://github.com/kubernetes-sigs/descheduler/pull/1413 - use cmd context instead of using context.Background() by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1416 - fix the issue that the pod anti-filtering rules are not taking effect by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1395 - Bump otel semconv to 1.24 by [@&#8203;damemi](https://github.com/damemi) in https://github.com/kubernetes-sigs/descheduler/pull/1429 - chore: reduce repetition of go versions by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1432 - bump go to 1.22.4 for CVE-2024-24790 and CVE-2024-24789 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1433 - return pod qos in advance by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1435 - add validation ut by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1439 - refactor some methods in e2e test by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1441 - Automated cherry pick of [#&#8203;1427](https://github.com/kubernetes-sigs/descheduler/issues/1427): helm: upgrade to v0.30.1 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1431 - chore: cleanup duplicated code by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1438 - fix: return the unmatched cases first by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1446 - Unit-test: add necessary ownerRef to the pod. by [@&#8203;zhifei92](https://github.com/zhifei92) in https://github.com/kubernetes-sigs/descheduler/pull/1445 - PodEvictor: refactoring and preparation for eviction requests by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1447 - refactor: PodMatchNodeSelector method by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1450 - return node fit error in advance by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1436 - test: generate uid when building a pod by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1454 - feat: pod evictor options by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1455 - fix: indexer cache error when default evictor is re-initialized by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1452 - fix: add info for error return by [@&#8203;googs1025](https://github.com/googs1025) in https://github.com/kubernetes-sigs/descheduler/pull/1457 - PodEvictor: turn an exceeded limit into an error by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1456 - descheduler_test.go refactoring by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1459 - The descheduler supports limiting the total number of pods evicted per rescheduling cycle by [@&#8203;zhifei92](https://github.com/zhifei92) in https://github.com/kubernetes-sigs/descheduler/pull/1451 - descheduler_test.go: initDescheduler: pass a new ctx with cancel inst… by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1460 - pod evictor: make it thread safe by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1458 - Update README about maxNoOfPodsToEvictTotal by [@&#8203;zhifei92](https://github.com/zhifei92) in https://github.com/kubernetes-sigs/descheduler/pull/1463 - refactor: replace k8s.io/utils/pointer with k8s.io/utils/ptr by [@&#8203;eminaktas](https://github.com/eminaktas) in https://github.com/kubernetes-sigs/descheduler/pull/1464 - feat: Add namespace override settings in Helm Chart by [@&#8203;ternbusty](https://github.com/ternbusty) in https://github.com/kubernetes-sigs/descheduler/pull/1444 - fix: helm leader-election typo to `resourceNamespace` by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1443 - helm unit tests by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1467 - feat: add init and ephemeral container checks to PodLifeTime by [@&#8203;adammw](https://github.com/adammw) in https://github.com/kubernetes-sigs/descheduler/pull/1468 - bump(github.com/golangci/golangci-lint)=v1.59.1 by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1473 - e2e: TestTooManyRestarts: run descheduler as a whole instead of a single plugin by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1472 - e2e: TestRemoveDuplicates: limit the tested namespace by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1471 - KEP-1397: descheduler integration with evacuation API as an alternative to eviction API by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1354 - skip eviction when pod creation time is below minPodAge threshold setting by [@&#8203;victorgs](https://github.com/victorgs) in https://github.com/kubernetes-sigs/descheduler/pull/1475 - fix: minor version parsing in version compatibility check by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1430 - e2e: TestLeaderElection: delete the lease and increase the retry period by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1469 - bump go to 1.22.5 by [@&#8203;shahar-h](https://github.com/shahar-h) in https://github.com/kubernetes-sigs/descheduler/pull/1476 - \[TestTooManyRestarts] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1474 - docs: Provide OCI annotation for where to find image sources by [@&#8203;sklirg](https://github.com/sklirg) in https://github.com/kubernetes-sigs/descheduler/pull/1479 - Remove descheduler/v1alpha1 type by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1482 - tests: de-duplicate framework handle initialization by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1483 - \[unit test]: test descheduling limits by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1484 - \[unit test]: simplify test pod evictor reset by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1485 - README: drop v1alpha1 descheduler policy mention by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1498 - bump k8s.io libs to v0.31.0 by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1496 - chore: upgrade python EOL and action versions by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1505 - descheduler v0.31: update e2e test versions by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1504 - feat(helm): make securityContext conditional in Deployment and CronJob by [@&#8203;bendikp](https://github.com/bendikp) in https://github.com/kubernetes-sigs/descheduler/pull/1507 - Plugin args: tag arguments with omitempty to reduce the marshalled json size by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1480 - descheduler v0.31: update docs and manifests by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1506 - \[e2e] no test timeouts, produce the same image tag as in production by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1508 - chore: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml` by [@&#8203;Juneezee](https://github.com/Juneezee) in https://github.com/kubernetes-sigs/descheduler/pull/1510 #### New Contributors - [@&#8203;hanyouqing](https://github.com/hanyouqing) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1378 - [@&#8203;omerap12](https://github.com/omerap12) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1390 - [@&#8203;duplabe](https://github.com/duplabe) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1412 - [@&#8203;googs1025](https://github.com/googs1025) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1416 - [@&#8203;zhifei92](https://github.com/zhifei92) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1445 - [@&#8203;ternbusty](https://github.com/ternbusty) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1444 - [@&#8203;adammw](https://github.com/adammw) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1468 - [@&#8203;shahar-h](https://github.com/shahar-h) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1476 - [@&#8203;sklirg](https://github.com/sklirg) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1479 - [@&#8203;bendikp](https://github.com/bendikp) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1507 - [@&#8203;Juneezee](https://github.com/Juneezee) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1510 **Full Changelog**: https://github.com/kubernetes-sigs/descheduler/compare/v0.30.0...v0.31.0 ### [`v0.30.2`](https://github.com/kubernetes-sigs/descheduler/compare/v0.30.1...descheduler-helm-chart-0.30.2) [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.30.1...descheduler-helm-chart-0.30.2) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuODIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2025-01-02 03:34:33 +00:00
prskr merged commit e4fc5d52db into main 2025-01-04 16:23:29 +00:00
prskr deleted branch renovate/kubernetes-sigs-descheduler-0.x 2025-01-04 16:23:29 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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: infrastructure/apps#426
No description provided.