Descheduler v0.29.0
What's Changed
- topologySpreadConstraints: handle
nodeTaintsPolicy
andnodeAffinityPolicy
constraints 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
- fix: golangci config by @jklaw90 in #1242
- docs: fix evictableNamespaces example by @a7i in #1241
- update image references to point to v0.28.0 by @a7i in #1246
- nodefit: use info log level when pod doesn't fit by @antoinedeschenes in #1220
- helm: support of
timeZone
for CronJob by @a7i in #1245 - helm: ability to specify
dnsConfig
by @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
matchLabelKeys
by @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
- 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
- chore: upgrade libs to kubernetes 0.28.4 and matching go version by @a7i in #1292
- release v0.28.1: bump helm chart and images by @a7i in #1305
- helm: ability to specify security context for pod by @victorgs in #1311
- helm: allow configuration of ipFamilyPolicy by @dongjiang1989 in #1314
- fix: topologySpreadConstraint fields in structured logs by @SataQiu in #1317
PodLifeTime
: consider pods with container statusImagePullBackOff
by @a7i in #1318- kubernetes 1.29: update deps and go-version by @a7i in #1322
CVE-2023-48795
: bump k8s deps by @a7i in #1333
New Contributors
- @cayla made their first contribution in #1229
- @dimunech made their first contribution in #1281
- @PeterSzegedi made their first contribution in #1294
- @victorgs made their first contribution in #1311
- @SataQiu made their first contribution in #1317
Full Changelog: v0.28.0...v0.29.0