What’s New — Grouped Jobs
- Group Kubernetes Jobs by labels via
--job-grouping-labels <l1,l2,...>
to get one consolidated recommendation per group. - Limit per group with
--job-grouping-limit <N>
(default 500). - Jobs in groups are excluded from the regular Job list; grouping is per-namespace.
- CronJob-owned Jobs are excluded from grouping.
Example:
krr simple --job-grouping-labels app,team --job-grouping-limit 3
What’s Changed
- Remove pyinstaller from pyproject dep (#477) by @moshemorad
- Replace kubectl with alpine version (#479) by @arikalon1
- GroupedJobs + Prometheus credentials auto-refresh by @Avi-Robusta (#478)
Full Changelog: v1.26.3...v1.27.0