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

Merged
alexlebens merged 1 commits from renovate/unified-kubernetes-sigsdescheduler into main 2026-02-20 02:50:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
kubernetes-sigs/descheduler minor 0.34.0v0.35.0

Release Notes

kubernetes-sigs/descheduler (kubernetes-sigs/descheduler)

v0.35.0: Descheduler v0.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.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 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 | |---|---|---| | [kubernetes-sigs/descheduler](https://github.com/kubernetes-sigs/descheduler) | minor | `0.34.0` → `v0.35.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (kubernetes-sigs/descheduler)</summary> ### [`v0.35.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.35.0): Descheduler v0.35.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.0) #### What's Changed - feat: enable pod protection based on storage classes by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1752](https://github.com/kubernetes-sigs/descheduler/pull/1752) - fix: pod resource calculation to consider native sidecars by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1771](https://github.com/kubernetes-sigs/descheduler/pull/1771) - docs: fix incorrect gracePeriodSeconds default in README.md by [@&#8203;petersalas](https://github.com/petersalas) in [#&#8203;1773](https://github.com/kubernetes-sigs/descheduler/pull/1773) - docs: fix README.md link to kubernetes bot commands by [@&#8203;Sycrosity](https://github.com/Sycrosity) in [#&#8203;1772](https://github.com/kubernetes-sigs/descheduler/pull/1772) - Fix "Current requires cgo or $USER set in environment" error by [@&#8203;abelfodil](https://github.com/abelfodil) in [#&#8203;1764](https://github.com/kubernetes-sigs/descheduler/pull/1764) - refactor(TestPodLifeTime): remove ineffective owner references assignments by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1781](https://github.com/kubernetes-sigs/descheduler/pull/1781) - refactor(TestPodLifeTime): have a pod fully created through BuildTestPod without any edits by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1782](https://github.com/kubernetes-sigs/descheduler/pull/1782) - refactor(TestPodLifeTime): consolidations, simplifications and node instance for each unit test by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1783](https://github.com/kubernetes-sigs/descheduler/pull/1783) - refactor(TestPodLifeTime): inline pod creation in each unit test to avoid accidental pod spec updates by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1784](https://github.com/kubernetes-sigs/descheduler/pull/1784) - refactor(TestPodLifeTime): update unit test names and simplify pod creation by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1785](https://github.com/kubernetes-sigs/descheduler/pull/1785) - feat(TestPodLifeTime): check only expected pods are evicted by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1787](https://github.com/kubernetes-sigs/descheduler/pull/1787) - feat(PodLifeTime): document the plugin with details that can be used for reasoning during reviews and design discussions by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1789](https://github.com/kubernetes-sigs/descheduler/pull/1789) - refactor(TestPodLifeTime): split the unit tests into smaller semantically close groups by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1790](https://github.com/kubernetes-sigs/descheduler/pull/1790) - refactor(TestFindDuplicatePods): have a pod fully created through BuildTestPod without any edits by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1791](https://github.com/kubernetes-sigs/descheduler/pull/1791) - refactor(TestFindDuplicatePods): reduce duplicates and inline by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1792](https://github.com/kubernetes-sigs/descheduler/pull/1792) - refactor(TestRemoveDuplicates): reduce test code duplication by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1793](https://github.com/kubernetes-sigs/descheduler/pull/1793) - refactor(TestRemovePodsHavingTooManyRestarts): inline object creation by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1794](https://github.com/kubernetes-sigs/descheduler/pull/1794) - refactor(TestPodAntiAffinity): inline object creation by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1795](https://github.com/kubernetes-sigs/descheduler/pull/1795) - refactor(TestRemovePodsViolatingNodeAffinity): inline object creation by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1796](https://github.com/kubernetes-sigs/descheduler/pull/1796) - refactor(TestDeletePodsViolatingNodeTaints): inline object creation by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1797](https://github.com/kubernetes-sigs/descheduler/pull/1797) - doc: introduce contributing guidelines specific to the project by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1798](https://github.com/kubernetes-sigs/descheduler/pull/1798) - refactor(TestDefaultEvictor): de-dup code and use helpers by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1803](https://github.com/kubernetes-sigs/descheduler/pull/1803) - refactor(plugins): simplify the way pods are created by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1804](https://github.com/kubernetes-sigs/descheduler/pull/1804) - fix(TestReadyNodesWithNodeSelector): make sure nodeLister.List always returns a non-empty list so the lister is always tested by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1800](https://github.com/kubernetes-sigs/descheduler/pull/1800) - refactor(pkg/framework/profile): dedup unit test code by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1806](https://github.com/kubernetes-sigs/descheduler/pull/1806) - doc(Design Decisions FAQ): Why doesn't the framework provide helpers for registering and retrieving indexers for plugins by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1807](https://github.com/kubernetes-sigs/descheduler/pull/1807) - feat(profile): inject a plugin instance ID to each built plugin by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1808](https://github.com/kubernetes-sigs/descheduler/pull/1808) - feat: register a node indexer for the global node selector instead of listing nodes with the selector by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1802](https://github.com/kubernetes-sigs/descheduler/pull/1802) - chore(pkg/descheduler): make TestPodEvictorReset table driven by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1810](https://github.com/kubernetes-sigs/descheduler/pull/1810) - refactor(pkg/operator): replace informerResource with a kubeClientSandbox by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1811](https://github.com/kubernetes-sigs/descheduler/pull/1811) - refactor(pkg/descheduler): more handlers and dropping unused code by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1813](https://github.com/kubernetes-sigs/descheduler/pull/1813) - refactor(pkg/descheduler): create fake shared informer factory only once by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1812](https://github.com/kubernetes-sigs/descheduler/pull/1812) - fix(kubeClientSandbox): do not wait for pods in the fake indexers if they are already deleted by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1814](https://github.com/kubernetes-sigs/descheduler/pull/1814) - test(pkg/descheduler): test a prometheus client update propagates to a plugin profile handle by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1816](https://github.com/kubernetes-sigs/descheduler/pull/1816) - Add namespace label selector by [@&#8203;W1seKappa](https://github.com/W1seKappa) in [#&#8203;1786](https://github.com/kubernetes-sigs/descheduler/pull/1786) - tests: Prom client testing by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1818](https://github.com/kubernetes-sigs/descheduler/pull/1818) - Deduplicate descheduler initialization code so unit tests test more of the production code by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1819](https://github.com/kubernetes-sigs/descheduler/pull/1819) - test(token reconciling): have tests initialize the prom client reconciling through the descheduler's bootstraping entry too by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1820](https://github.com/kubernetes-sigs/descheduler/pull/1820) - refactor(promClientController): split it into two prom client controllers by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1821](https://github.com/kubernetes-sigs/descheduler/pull/1821) - feat(pkg/descheduler): create profiles outside the descheduling cycle by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1815](https://github.com/kubernetes-sigs/descheduler/pull/1815) - refactor: move prometheus client controller related code under a seperate file by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1823](https://github.com/kubernetes-sigs/descheduler/pull/1823) - Update go dependecies to fix vulnerabilities by [@&#8203;sammedsingalkar09](https://github.com/sammedsingalkar09) in [#&#8203;1822](https://github.com/kubernetes-sigs/descheduler/pull/1822) - chore: extend the list of supported Go versions by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1828](https://github.com/kubernetes-sigs/descheduler/pull/1828) - bump(golangci-lint): update and migrate by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1829](https://github.com/kubernetes-sigs/descheduler/pull/1829) - \[v0.35.0] bump to kubernetes 1.35 deps by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1827](https://github.com/kubernetes-sigs/descheduler/pull/1827) - chore: upgrade github.com/gomarkdown/markdown to latest version by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1831](https://github.com/kubernetes-sigs/descheduler/pull/1831) - \[v0.35.0] update docs and manifests by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1832](https://github.com/kubernetes-sigs/descheduler/pull/1832) - Change annotations condition to deploymentAnnotations for Deployment object annotations by [@&#8203;davidandreoletti](https://github.com/davidandreoletti) in [#&#8203;1830](https://github.com/kubernetes-sigs/descheduler/pull/1830) #### New Contributors - [@&#8203;petersalas](https://github.com/petersalas) made their first contribution in [#&#8203;1773](https://github.com/kubernetes-sigs/descheduler/pull/1773) - [@&#8203;Sycrosity](https://github.com/Sycrosity) made their first contribution in [#&#8203;1772](https://github.com/kubernetes-sigs/descheduler/pull/1772) - [@&#8203;abelfodil](https://github.com/abelfodil) made their first contribution in [#&#8203;1764](https://github.com/kubernetes-sigs/descheduler/pull/1764) - [@&#8203;W1seKappa](https://github.com/W1seKappa) made their first contribution in [#&#8203;1786](https://github.com/kubernetes-sigs/descheduler/pull/1786) - [@&#8203;sammedsingalkar09](https://github.com/sammedsingalkar09) made their first contribution in [#&#8203;1822](https://github.com/kubernetes-sigs/descheduler/pull/1822) - [@&#8203;davidandreoletti](https://github.com/davidandreoletti) made their first contribution in [#&#8203;1830](https://github.com/kubernetes-sigs/descheduler/pull/1830) **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the image label 2026-02-19 23:02:58 +00:00
renovate-bot added 1 commit 2026-02-19 23:03:00 +00:00
chore(deps): update dependency kubernetes-sigs/descheduler to v0.35.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 11s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Successful in 2m5s
c6524767b7
alexlebens merged commit 42c6e391bd into main 2026-02-20 02:50:14 +00:00
alexlebens deleted branch renovate/unified-kubernetes-sigsdescheduler 2026-02-20 02:50:23 +00:00
Sign in to join this conversation.