-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 1621712
authored
feat(helm): update chart descheduler to 0.30.0 (#765)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [descheduler](https://togithub.com/kubernetes-sigs/descheduler) |
minor | `0.29.0` -> `0.30.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>
###
[`v0.30.0`](https://togithub.com/kubernetes-sigs/descheduler/releases/tag/v0.30.0):
Descheduler v0.30.0
[Compare
Source](https://togithub.com/kubernetes-sigs/descheduler/compare/v0.29.0...v0.30.0)
#### What's Changed
- fix(podlifetime): fix failed unittest by
[@​xujihui1985](https://togithub.com/xujihui1985) in
[https://github.com/kubernetes-sigs/descheduler/pull/1334](https://togithub.com/kubernetes-sigs/descheduler/pull/1334)
- `PodLifeTime`: update support pods with container status and pods
reason by [@​dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/descheduler/pull/1330](https://togithub.com/kubernetes-sigs/descheduler/pull/1330)
- v1alpha1: log deprecation notice by
[@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1337](https://togithub.com/kubernetes-sigs/descheduler/pull/1337)
- feat: Add support for topologySpreadConstraints by
[@​UAntBou](https://togithub.com/UAntBou) in
[https://github.com/kubernetes-sigs/descheduler/pull/1289](https://togithub.com/kubernetes-sigs/descheduler/pull/1289)
- chore: update dependencies for security vulnerabilities
(CVE-2023-48795) by [@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1343](https://togithub.com/kubernetes-sigs/descheduler/pull/1343)
- trim managedFields in shared informer factory by
[@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1346](https://togithub.com/kubernetes-sigs/descheduler/pull/1346)
- fix: `RemovePodsHavingTooManyRestarts` to include
`InitContainerStatuses` by [@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1348](https://togithub.com/kubernetes-sigs/descheduler/pull/1348)
- Improve PodEvictor observability through EvictOptions by
[@​tioxy](https://togithub.com/tioxy) in
[https://github.com/kubernetes-sigs/descheduler/pull/1349](https://togithub.com/kubernetes-sigs/descheduler/pull/1349)
- Fix node taint wrong EvictOption field by
[@​tioxy](https://togithub.com/tioxy) in
[https://github.com/kubernetes-sigs/descheduler/pull/1358](https://togithub.com/kubernetes-sigs/descheduler/pull/1358)
- Disambiguate node fit log messages by
[@​jackfrancis](https://togithub.com/jackfrancis) in
[https://github.com/kubernetes-sigs/descheduler/pull/1362](https://togithub.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
[@​nikimanoledaki](https://togithub.com/nikimanoledaki) in
[https://github.com/kubernetes-sigs/descheduler/pull/1356](https://togithub.com/kubernetes-sigs/descheduler/pull/1356)
- Bump to k8s v0.30.0-alpha.3 by
[@​pravarag](https://togithub.com/pravarag) in
[https://github.com/kubernetes-sigs/descheduler/pull/1359](https://togithub.com/kubernetes-sigs/descheduler/pull/1359)
- skip eviction when replica count is below evictor `minReplicas`
threshold setting by [@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1257](https://togithub.com/kubernetes-sigs/descheduler/pull/1257)
- Add argument to remove only pods violating allowlisted taints by
[@​etoster](https://togithub.com/etoster) in
[https://github.com/kubernetes-sigs/descheduler/pull/1360](https://togithub.com/kubernetes-sigs/descheduler/pull/1360)
- use v1alpha2 api for helm chart default values by
[@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1139](https://togithub.com/kubernetes-sigs/descheduler/pull/1139)
- `RemoveDuplicates`: reduce cycle times identifying duplicates by
[@​ls-2018](https://togithub.com/ls-2018) in
[https://github.com/kubernetes-sigs/descheduler/pull/1365](https://togithub.com/kubernetes-sigs/descheduler/pull/1365)
- avoid redundant type conversion of DefaultEvictorArgs parameter in
DefaultEvictor by [@​fanhaouu](https://togithub.com/fanhaouu) in
[https://github.com/kubernetes-sigs/descheduler/pull/1369](https://togithub.com/kubernetes-sigs/descheduler/pull/1369)
- bump(golang.org/x/net)=v0.23.0 by
[@​ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1373](https://togithub.com/kubernetes-sigs/descheduler/pull/1373)
- Allow eviction of DaemonSet pods by
[@​tioxy](https://togithub.com/tioxy) in
[https://github.com/kubernetes-sigs/descheduler/pull/1342](https://togithub.com/kubernetes-sigs/descheduler/pull/1342)
- bump to go 1.22.2 by [@​jklaw90](https://togithub.com/jklaw90)
in
[https://github.com/kubernetes-sigs/descheduler/pull/1374](https://togithub.com/kubernetes-sigs/descheduler/pull/1374)
- helm: Allow the use of existing policy configMap by
[@​agmimidi](https://togithub.com/agmimidi) in
[https://github.com/kubernetes-sigs/descheduler/pull/1376](https://togithub.com/kubernetes-sigs/descheduler/pull/1376)
- Fix and improve the namespace filtering description in README by
[@​yuanchen8911](https://togithub.com/yuanchen8911) in
[https://github.com/kubernetes-sigs/descheduler/pull/1379](https://togithub.com/kubernetes-sigs/descheduler/pull/1379)
- Add an extra parameter ExitCode to RemoveFailedPods by
[@​yuanchen8911](https://togithub.com/yuanchen8911) in
[https://github.com/kubernetes-sigs/descheduler/pull/1381](https://togithub.com/kubernetes-sigs/descheduler/pull/1381)
- 753 - Descheduling framework by
[@​ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1372](https://togithub.com/kubernetes-sigs/descheduler/pull/1372)
- KEP-753: Descheduling framework: update diagram by
[@​ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1396](https://togithub.com/kubernetes-sigs/descheduler/pull/1396)
- \[release 1.30] upgrade kubernetes version and docs by
[@​a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1400](https://togithub.com/kubernetes-sigs/descheduler/pull/1400)
#### New Contributors
- [@​xujihui1985](https://togithub.com/xujihui1985) made their
first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1334](https://togithub.com/kubernetes-sigs/descheduler/pull/1334)
- [@​UAntBou](https://togithub.com/UAntBou) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1289](https://togithub.com/kubernetes-sigs/descheduler/pull/1289)
- [@​tioxy](https://togithub.com/tioxy) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1349](https://togithub.com/kubernetes-sigs/descheduler/pull/1349)
- [@​jackfrancis](https://togithub.com/jackfrancis) made their
first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1362](https://togithub.com/kubernetes-sigs/descheduler/pull/1362)
- [@​nikimanoledaki](https://togithub.com/nikimanoledaki) made
their first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1356](https://togithub.com/kubernetes-sigs/descheduler/pull/1356)
- [@​etoster](https://togithub.com/etoster) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1360](https://togithub.com/kubernetes-sigs/descheduler/pull/1360)
- [@​ls-2018](https://togithub.com/ls-2018) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1365](https://togithub.com/kubernetes-sigs/descheduler/pull/1365)
- [@​fanhaouu](https://togithub.com/fanhaouu) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1369](https://togithub.com/kubernetes-sigs/descheduler/pull/1369)
- [@​agmimidi](https://togithub.com/agmimidi) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1376](https://togithub.com/kubernetes-sigs/descheduler/pull/1376)
- [@​yuanchen8911](https://togithub.com/yuanchen8911) made their
first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1379](https://togithub.com/kubernetes-sigs/descheduler/pull/1379)
**Full Changelog**:
kubernetes-sigs/descheduler@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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->File tree
1 file changed
+1
-1
lines changedFilter options
- kubernetes/apps/kube-system/descheduler/app
1 file changed
+1
-1
lines changedkubernetes/apps/kube-system/descheduler/app/helmrelease.yaml
Copy file name to clipboardExpand all lines: kubernetes/apps/kube-system/descheduler/app/helmrelease.yaml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments