Releases: kubernetes-sigs/descheduler
Descheduler v0.28.1
What's Changed
- topologySpreadConstraints: handle
nodeTaintsPolicyandnodeAffinityPolicyconstraints by @a7i in #1218 - fix: structured err logs in eviction by @a7i in #1228
- helm: update cronjob args argument to avoid unmarshal error by @cayla in #1229
- helm: update cronjob args argument to avoid unmarshal error by @a7i in #1231
- fix: golangci config by @jklaw90 in #1242
- docs: fix evictableNamespaces example by @a7i in #1241
- nodefit: use info log level when pod doesn't fit by @antoinedeschenes in #1220
- helm: support of
timeZonefor CronJob by @a7i in #1245 - helm: ability to specify
dnsConfigby @audip in #1260 - Bump dependencies to address CVE-2023-44487 by @ingvagabund in #1263
- CVE 2023 44487 fixes by @ingvagabund in #1270
- bump deps for CVE-2023-25151 by @a7i in #1277
- topologyspreadconstraint: support
matchLabelKeysby @a7i in #1233 - fix: display ownerKey in the logs correctly by @dimunech in #1281
- fix: version skew compatibility for managed kubernetes providers by @a7i in #1249
- Release 1.28.1 by @a7i in #1285
- adding jklaw90 to reviewers by @jklaw90 in #1276
- copy cherry_pick_pull script form kubernetes/kubernetes by @a7i in #1282
- CVE-2023-47108: replace otelgrpc version by @a7i in #1293
- fix: json logging by @a7i in #1296
- Make the logged nodeutilization percentages human-readable by @PeterSzegedi in #1294
- fix: revert defer of context done by @a7i in #1299
- v0.28.1 - sync release-1.28 branch by @a7i in #1301
- Automated cherry pick of #1292: chore: upgrade libs to kubernetes 0.28.4 and matching go by @a7i in #1302
New Contributors
- @cayla made their first contribution in #1229
- @dimunech made their first contribution in #1281
- @PeterSzegedi made their first contribution in #1294
Full Changelog: v0.28.0...v0.28.1
descheduler-helm-chart-0.28.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.
Descheduler v0.28.0
What's Changed
- add unit tests for version compatibility check by @a7i in #1096
- fix plugin arg conversion when using multiple profiles with same plugin by @a7i in #1143
- Use dl.k8s.io instead of kubernetes-release bucket by @ratnopamc in #1145
- update deprecated sets.String to generic sets by @a7i in #1146
- helm: ability to override command and args. set args inline by @a7i in #1151
- fix: imagepullsecrets indentation for kind: Deployment by @a7i in #1150
- docs: supplement missing link by @mikutas in #1159
- bump chart to v0.27.1 by @a7i in #1160
- Custom labels for ServiceMonitor resource by @nlamirault in #1147
- pod anti-affinity check among nodes by @10hin in #1033
- PodLifeTime: support CrashLoopBackOff container state by @a7i in #1164
- update pause image from 'kubernetes/pause' to 'registry.k8s.io/pause' by @a7i in #1166
- TooManyRestart: state filter for CrashLoopBackOff by @a7i in #1165
- Replace deprecated command with environment file by @jongwooo in #1173
- use pod informers for listing pods in removepodsviolatingtopologyspreadconstraint and removepodsviolatinginterpodantiaffinity by @a7i in #1163
- removepodsviolatingtopologyspreadconstraint: implement explicit constraints by @a7i in #1148
- FakeClientset: bump watch channel size by @ingvagabund in #1174
- deschedule/balance order (continuation) by @ingvagabund in #1177
- bump log level for processing info by @a7i in #1141
- fix priority threshold by name alone by @knelasevero in #1186
- feat: Enable open telemetry tracing by @harshanarayana in #1189
- bump to k8s 1.28 beta.0 by @a7i in #1201
- nodefit: aggregate errors by @lucming in #1203
- fix: base configmap missing plugin RemoveDuplicates by @a7i in #1207
- feat: Implement preferredDuringSchedulingIgnoredDuringExecution for RemovePodsViolatingNodeAffinity by @jordipiqueselles in #1210
- fix: descheduler_loop_duration_seconds has wrong value by @Abirdcfly in #1215
- .gitattribute to not pollute PRs or stats by @a7i in #1202
- Bump Kubernetes dependencies to v1.28.0 by @JaneLiuL in #1216
- profile: fix span attribute typo by @antoinedeschenes in #1221
- k8s 1.28: update docs and go-version by @a7i in #1224
New Contributors
- @ratnopamc made their first contribution in #1145
- @mikutas made their first contribution in #1159
- @nlamirault made their first contribution in #1147
- @10hin made their first contribution in #1033
- @jongwooo made their first contribution in #1173
- @jordipiqueselles made their first contribution in #1210
- @Abirdcfly made their first contribution in #1215
- @antoinedeschenes made their first contribution in #1221
Full Changelog: v0.27.0...v0.28.0
descheduler-helm-chart-0.27.1
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.27.1
descheduler-helm-chart-0.27.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.
Descheduler v0.27.0
What's Changed
- add v1alpha2 registry based conversion by @knelasevero in #1006
- support client connection configuration to provide QPS and burst by @a7i in #1034
- enable auto generation of the documents by @harshanarayana in #1048
- Fix v1alpha1 conversion to use universal decoder by @gustavomfc in #1051
- metrics: enable loop duration and strategy duration metrics by @harshanarayana in #1041
- v1alpha2 docs by @knelasevero in #1049
- remove some logic useless by @lucming in #1059
- check pod number by @xiaoanyunfei in #1057
- Adding descheduler policy API Version option in helm templates by @gdasson in #1068
- Fix typo in nodeutilization types by @JannikSt in #1072
- Add note to HighNodeUtilization readme for GKE users by @damemi in #1075
- expose security context from helm chart by @JaneLiuL in #1066
- remove e2e tests from helm github action by @a7i in #937
- Add k8s compatibility warnings to logs by @JaneLiuL in #1063
- docs: typo by @dangen-effy in #1090
- Descheduling profile with PoC fake plugin by @ingvagabund in #1093
- bump golangci for go 1.20 by @a7i in #1101
- dry-run cli flag to use uppercase by @yanggangtony in #1103
- fix default value assignment of EvictLocalStoragePods by @yanggangtony in #1104
- bump to k8s 1.27 rc0 by @a7i in #1100
- fix go doc for method IsPodWithPVC by @yanggangtony in #1105
- Populate extension points automatically for deschedule, balance, filter and preEvictionFilter by @ingvagabund in #1097
- Delete "io/ioutil" package. by @yanggangtony in #1111
- Fix typo log message for cachedClient by @yanggangtony in #1112
- bump to k8s 1.27 by @a7i in #1115
- update v0.26.1 references by @a7i in #1109
- Drop Evict extension point by @ingvagabund in #1120
- Add json tags to internal api fields by @damemi in #1122
- Add knelasevero to approvers by @knelasevero in #1130
- Drop remaining mentions of evict extension point by @ingvagabund in #1127
- Add note on documentation versions with links by @damemi in #1132
- Add missing quote to configmap by @damemi in #1133
- fix policy example configmap by @AllenZMC in #1135
- Do some code cleans. by @yanggangtony in #1129
New Contributors
- @Bobonium made their first contribution in #995
- @harshanarayana made their first contribution in #1048
- @gustavomfc made their first contribution in #1051
- @lucming made their first contribution in #1059
- @gdasson made their first contribution in #1068
- @JannikSt made their first contribution in #1072
- @dangen-effy made their first contribution in #1090
- @yanggangtony made their first contribution in #1103
- @AllenZMC made their first contribution in #1135
Full Changelog: v0.26.0...v0.27.0
descheduler-helm-chart-0.26.1
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.
Descheduler v0.26.1
What's Changed
- Split CMD into ENTRYPOINT and CMD for Dockerfile by @Bobonium in #995
- Revert "Split CMD into ENTRYPOINT and CMD for Dockerfile" by @a7i in #1042
- Update helm chart to v0.26.0 by @damemi in #1038
- fix default value assignment of EvictLocalStoragePods by @a7i in #1106
New Contributors
Full Changelog: v0.26.0...v0.26.1
descheduler-helm-chart-0.26.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.