cnp-flux-config
cnp-flux-config copied to clipboard
Update Helm release descheduler to v0.31.0 in base
This PR contains the following updates:
Package | Update | Change |
---|---|---|
descheduler | minor | 0.29.0 -> 0.31.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/descheduler (descheduler)
v0.31.0
Descheduler for Kubernetes is used to rebalance clusters by evicting pods that can potentially be scheduled on better nodes. In the current implementation, descheduler does not schedule replacement of evicted pods but relies on the default scheduler for that.
v0.30.1
: Descheduler v0.30.1
What's Changed
- bump to to 1.22.3 to address CVE-2024-24788 by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1408
- [release 1.30] update kustomize image tags and helm versions by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1405
- Automated cherry pick of #1378: Fix the replicas type for the helm-chart #1390: allow 'falsey' value in cmdOption #1412: fix helm's default deschedulerPolicy #1413: fix TOC location in Readme #1416: use cmd context instead of using context.Background() #1395: fix the issue that the pod anti-filtering rules are not by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1425
Full Changelog: https://github.com/kubernetes-sigs/descheduler/compare/v0.30.0...v0.30.1
v0.30.0
: Descheduler v0.30.0
What's Changed
- fix(podlifetime): fix failed unittest by @xujihui1985 in https://github.com/kubernetes-sigs/descheduler/pull/1334
-
PodLifeTime
: update support pods with container status and pods reason by @dongjiang1989 in https://github.com/kubernetes-sigs/descheduler/pull/1330 - v1alpha1: log deprecation notice by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1337
- feat: Add support for topologySpreadConstraints by @UAntBou in https://github.com/kubernetes-sigs/descheduler/pull/1289
- chore: update dependencies for security vulnerabilities (CVE-2023-48795) by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1343
- trim managedFields in shared informer factory by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1346
- fix:
RemovePodsHavingTooManyRestarts
to includeInitContainerStatuses
by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1348 - Improve PodEvictor observability through EvictOptions by @tioxy in https://github.com/kubernetes-sigs/descheduler/pull/1349
- Fix node taint wrong EvictOption field by @tioxy in https://github.com/kubernetes-sigs/descheduler/pull/1358
- Disambiguate node fit log messages by @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 @nikimanoledaki in https://github.com/kubernetes-sigs/descheduler/pull/1356 - Bump to k8s v0.30.0-alpha.3 by @pravarag in https://github.com/kubernetes-sigs/descheduler/pull/1359
- skip eviction when replica count is below evictor
minReplicas
threshold setting by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1257 - Add argument to remove only pods violating allowlisted taints by @etoster in https://github.com/kubernetes-sigs/descheduler/pull/1360
- use v1alpha2 api for helm chart default values by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1139
-
RemoveDuplicates
: reduce cycle times identifying duplicates by @ls-2018 in https://github.com/kubernetes-sigs/descheduler/pull/1365 - avoid redundant type conversion of DefaultEvictorArgs parameter in DefaultEvictor by @fanhaouu in https://github.com/kubernetes-sigs/descheduler/pull/1369
- bump(golang.org/x/net)=v0.23.0 by @ingvagabund in https://github.com/kubernetes-sigs/descheduler/pull/1373
- Allow eviction of DaemonSet pods by @tioxy in https://github.com/kubernetes-sigs/descheduler/pull/1342
- bump to go 1.22.2 by @jklaw90 in https://github.com/kubernetes-sigs/descheduler/pull/1374
- helm: Allow the use of existing policy configMap by @agmimidi in https://github.com/kubernetes-sigs/descheduler/pull/1376
- Fix and improve the namespace filtering description in README by @yuanchen8911 in https://github.com/kubernetes-sigs/descheduler/pull/1379
- Add an extra parameter ExitCode to RemoveFailedPods by @yuanchen8911 in https://github.com/kubernetes-sigs/descheduler/pull/1381
- 753 - Descheduling framework by @ingvagabund in https://github.com/kubernetes-sigs/descheduler/pull/1372
- KEP-753: Descheduling framework: update diagram by @ingvagabund in https://github.com/kubernetes-sigs/descheduler/pull/1396
- [release 1.30] upgrade kubernetes version and docs by @a7i in https://github.com/kubernetes-sigs/descheduler/pull/1400
New Contributors
- @xujihui1985 made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1334
- @UAntBou made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1289
- @tioxy made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1349
- @jackfrancis made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1362
- @nikimanoledaki made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1356
- @etoster made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1360
- @ls-2018 made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1365
- @fanhaouu made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1369
- @agmimidi made their first contribution in https://github.com/kubernetes-sigs/descheduler/pull/1376
- @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
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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 was generated by Mend Renovate. View the repository job log.