Update Helm release descheduler to v0.30.0 #307

Merged
jahanson merged 1 commit from renovate/descheduler-0.x into main 2024-05-20 09:35:05 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
descheduler minor 0.29.0 -> 0.30.0

Release Notes

kubernetes-sigs/descheduler (descheduler)

v0.30.0: Descheduler v0.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.29.0...v0.30.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.29.0` -> `0.30.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (descheduler)</summary> ### [`v0.30.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.30.0): Descheduler v0.30.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.29.0...v0.30.0) #### What's Changed - fix(podlifetime): fix failed unittest by [@&#8203;xujihui1985](https://github.com/xujihui1985) in https://github.com/kubernetes-sigs/descheduler/pull/1334 - `PodLifeTime`: update support pods with container status and pods reason by [@&#8203;dongjiang1989](https://github.com/dongjiang1989) in https://github.com/kubernetes-sigs/descheduler/pull/1330 - v1alpha1: log deprecation notice by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1337 - feat: Add support for topologySpreadConstraints by [@&#8203;UAntBou](https://github.com/UAntBou) in https://github.com/kubernetes-sigs/descheduler/pull/1289 - chore: update dependencies for security vulnerabilities (CVE-2023-48795) by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1343 - trim managedFields in shared informer factory by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1346 - fix: `RemovePodsHavingTooManyRestarts` to include `InitContainerStatuses` by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1348 - Improve PodEvictor observability through EvictOptions by [@&#8203;tioxy](https://github.com/tioxy) in https://github.com/kubernetes-sigs/descheduler/pull/1349 - Fix node taint wrong EvictOption field by [@&#8203;tioxy](https://github.com/tioxy) in https://github.com/kubernetes-sigs/descheduler/pull/1358 - Disambiguate node fit log messages by [@&#8203;jackfrancis](https://github.com/jackfrancis) in https://github.com/kubernetes-sigs/descheduler/pull/1362 - Check whether pod matches the inter-pod anti-affinity of another Pod in a given Node in `NodeFit()` by [@&#8203;nikimanoledaki](https://github.com/nikimanoledaki) in https://github.com/kubernetes-sigs/descheduler/pull/1356 - Bump to k8s v0.30.0-alpha.3 by [@&#8203;pravarag](https://github.com/pravarag) in https://github.com/kubernetes-sigs/descheduler/pull/1359 - skip eviction when replica count is below evictor `minReplicas` threshold setting by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1257 - Add argument to remove only pods violating allowlisted taints by [@&#8203;etoster](https://github.com/etoster) in https://github.com/kubernetes-sigs/descheduler/pull/1360 - use v1alpha2 api for helm chart default values by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1139 - `RemoveDuplicates`: reduce cycle times identifying duplicates by [@&#8203;ls-2018](https://github.com/ls-2018) in https://github.com/kubernetes-sigs/descheduler/pull/1365 - avoid redundant type conversion of DefaultEvictorArgs parameter in DefaultEvictor by [@&#8203;fanhaouu](https://github.com/fanhaouu) in https://github.com/kubernetes-sigs/descheduler/pull/1369 - bump(golang.org/x/net)=v0.23.0 by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1373 - Allow eviction of DaemonSet pods by [@&#8203;tioxy](https://github.com/tioxy) in https://github.com/kubernetes-sigs/descheduler/pull/1342 - bump to go 1.22.2 by [@&#8203;jklaw90](https://github.com/jklaw90) in https://github.com/kubernetes-sigs/descheduler/pull/1374 - helm: Allow the use of existing policy configMap by [@&#8203;agmimidi](https://github.com/agmimidi) in https://github.com/kubernetes-sigs/descheduler/pull/1376 - Fix and improve the namespace filtering description in README by [@&#8203;yuanchen8911](https://github.com/yuanchen8911) in https://github.com/kubernetes-sigs/descheduler/pull/1379 - Add an extra parameter ExitCode to RemoveFailedPods by [@&#8203;yuanchen8911](https://github.com/yuanchen8911) in https://github.com/kubernetes-sigs/descheduler/pull/1381 - 753 - Descheduling framework by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1372 - KEP-753: Descheduling framework: update diagram by [@&#8203;ingvagabund](https://github.com/ingvagabund) in https://github.com/kubernetes-sigs/descheduler/pull/1396 - \[release 1.30] upgrade kubernetes version and docs by [@&#8203;a7i](https://github.com/a7i) in https://github.com/kubernetes-sigs/descheduler/pull/1400 #### New Contributors - [@&#8203;xujihui1985](https://github.com/xujihui1985) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1334 - [@&#8203;UAntBou](https://github.com/UAntBou) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1289 - [@&#8203;tioxy](https://github.com/tioxy) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1349 - [@&#8203;jackfrancis](https://github.com/jackfrancis) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1362 - [@&#8203;nikimanoledaki](https://github.com/nikimanoledaki) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1356 - [@&#8203;etoster](https://github.com/etoster) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1360 - [@&#8203;ls-2018](https://github.com/ls-2018) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1365 - [@&#8203;fanhaouu](https://github.com/fanhaouu) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1369 - [@&#8203;agmimidi](https://github.com/agmimidi) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1376 - [@&#8203;yuanchen8911](https://github.com/yuanchen8911) made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1379 **Full Changelog**: https://github.com/kubernetes-sigs/descheduler/compare/v0.29.0...v0.30.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
smeagol-help added 1 commit 2024-05-20 09:33:45 -05:00
jahanson merged commit 5f6981ee11 into main 2024-05-20 09:35:05 -05:00
jahanson deleted branch renovate/descheduler-0.x 2024-05-20 09:35:05 -05: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: jahanson/theshire#307
No description provided.