cluster.meta

Issues/PRs archive for MTRNord/cluster
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.meta.git
Log | Files | Refs

28.md (12354B)


      1 # PR #28 chore(deps): update helm release descheduler to v0.32.2 - autoclosed
      2 
      3 - **Status:** closed
      4 - **Author:** @renovate[bot]
      5 - **Created:** 2025-12-07T21:14:42Z
      6 - **Branch:** renovate/descheduler-0.32.x → main
      7 - **Closed:** 2025-12-07T21:16:42Z
      8 - **Labels:** type/minor-update
      9 - **Diff:** [28.diff](./28.diff)
     10 
     11 ---
     12 
     13 This PR contains the following updates:
     14 
     15 | Package | Update | Change |
     16 |---|---|---|
     17 | [descheduler](https://redirect.github.com/kubernetes-sigs/descheduler) | minor | `0.31.0` -> `0.32.2` |
     18 
     19 ---
     20 
     21 ### Release Notes
     22 
     23 <details>
     24 <summary>kubernetes-sigs/descheduler (descheduler)</summary>
     25 
     26 ### [`v0.32.2`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.2): Descheduler v0.32.2
     27 
     28 [Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.32.1...v0.32.2)
     29 
     30 ##### What's Changed
     31 
     32 - \[v0.32.1] patch release for CVE-2024-45337 and CVE-2024-45338 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1601](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1601)
     33 - Automated cherry pick of [#&#8203;1596](https://redirect.github.com/kubernetes-sigs/descheduler/issues/1596): charts: add missing permission for policy at ClusterRole by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1621](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1621)
     34 - Automated cherry pick of [#&#8203;1599](https://redirect.github.com/kubernetes-sigs/descheduler/issues/1599): charts: add needed perms if metricsCollector is enabled by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1620](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1620)
     35 
     36 **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.32.1...v0.32.2>
     37 
     38 ### [`v0.32.1`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.1)
     39 
     40 [Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.32.1)
     41 
     42 ##### What's Changed
     43 
     44 - update license to year 2025 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1593](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1593)
     45 - \[release v0.32.0] bump chart and images by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1592](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1592)
     46 - Automated cherry pick of [#&#8203;1591](https://redirect.github.com/kubernetes-sigs/descheduler/issues/1591): bump x/net and x/crypto deps for CVE-2024-45337 and by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1600](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1600)
     47 
     48 **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.32.1>
     49 
     50 ### [`v0.32.0`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.0)
     51 
     52 [Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.0)
     53 
     54 ##### What's Changed
     55 
     56 - descheduler v0.31.0: bump kustomize files by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1511](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1511)
     57 - chore: bump golangci-lint to latest by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1513](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1513)
     58 - descheduler v0.31.0: bump helm chart by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1512](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1512)
     59 - fix: github action Release Charts to have write permissions by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1514](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1514)
     60 - \[e2e] abstract common methods by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1517](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1517)
     61 - \[DuplicatePods] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1520](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1520)
     62 - \[FailedPods] e2e: build a descheduler image and run the descheduler as a pod  by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1521](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1521)
     63 - \[TopologySpreadConstraint] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1523](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1523)
     64 - \[LeaderElection] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1522](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1522)
     65 - Make sure dry runs sees all the resources a normal run would do by [@&#8203;john7doe](https://redirect.github.com/john7doe) in [#&#8203;1526](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1526)
     66 - test: construct e2e deployments through buildTestDeployment by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1527](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1527)
     67 - Node utilization refactoring by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1532](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1532)
     68 - add ignorePodsWithoutPDB option by [@&#8203;john7doe](https://redirect.github.com/john7doe) in [#&#8203;1529](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1529)
     69 - Update Dockerfile - GoLang v 1.22.7 FIX - CVE-2024-34156, CVE-2024-34155 and CVE-2024-34158 by [@&#8203;sagar-18](https://redirect.github.com/sagar-18) in [#&#8203;1539](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1539)
     70 - Update nodes sorting function to respect available resources by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1541](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1541)
     71 - DeschedulerServer: new Apply function for applying configuration by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1542](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1542)
     72 - sortNodesByUsage: drop extended resources as they are already counted in by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1546](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1546)
     73 - nodeutilization: NodeUtilization: make pod utilization extraction configurable by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1543](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1543)
     74 - nodeutilization: evictPodsFromSourceNodes: iterate through existing resources by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1544](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1544)
     75 - nodeutilization: usage2KeysAndValues for constructing a key:value list for InfoS printing resource usage by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1549](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1549)
     76 - bump(golangci-lint)=v1.62.0 by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1551](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1551)
     77 - nodeutilization: separate code responsible for requested resource extraction into a dedicated usage client by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1545](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1545)
     78 - Introduce RequestEviction feature for evicting pods in background (KEP-1397) by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1466](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1466)
     79 - Use actual node resource utilization by consuming kubernetes metrics by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1555](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1555)
     80 - Bump to Go 1.23.3 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1565](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1565)
     81 - Bump golangci-lint to 1.62.2 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1567](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1567)
     82 - Bump kind version to v0.25.0 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1568](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1568)
     83 - Bump golangci-lint timeout from 2m to 5m by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1571](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1571)
     84 - Enable golangci-lint Verbose Output by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1572](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1572)
     85 - bump to kubernetes v0.32.0-rc.2 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1569](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1569)
     86 - docs: Removing deschedulerPolicy.strategies since it does not exist by [@&#8203;felipewnp](https://redirect.github.com/felipewnp) in [#&#8203;1570](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1570)
     87 - Fixed the issue when successfulJobsHistoryLimit and failedJobsHistoryLimit variables are 0. by [@&#8203;icloudnote](https://redirect.github.com/icloudnote) in [#&#8203;1573](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1573)
     88 - Bump kind to v0.26.0 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1576](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1576)
     89 - Improve chart default values by [@&#8203;pipo02mix](https://redirect.github.com/pipo02mix) in [#&#8203;1564](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1564)
     90 - bump to official kubernetes v0.32.0 deps by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1575](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1575)
     91 - feature(eviction): add event when EvictPod failed by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1536](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1536)
     92 - \[release v0.32] update kubernetes kind version to 1.32 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1587](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1587)
     93 - \[release v0.32] update docs/readme by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1588](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1588)
     94 
     95 ##### New Contributors
     96 
     97 - [@&#8203;john7doe](https://redirect.github.com/john7doe) made their first contribution in [#&#8203;1526](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1526)
     98 - [@&#8203;felipewnp](https://redirect.github.com/felipewnp) made their first contribution in [#&#8203;1570](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1570)
     99 - [@&#8203;icloudnote](https://redirect.github.com/icloudnote) made their first contribution in [#&#8203;1573](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1573)
    100 - [@&#8203;pipo02mix](https://redirect.github.com/pipo02mix) made their first contribution in [#&#8203;1564](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1564)
    101 
    102 **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.0>
    103 
    104 </details>
    105 
    106 ---
    107 
    108 ### Configuration
    109 
    110 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    111 
    112 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    113 
    114 ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    115 
    116 🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    117 
    118 ---
    119 
    120  - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    121 
    122 ---
    123 
    124 This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/MTRNord/cluster).
    125 <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9taW5vci11cGRhdGUiXX0=-->
    126 
    127