Skip to content

v0.5.0

Compare
Choose a tag to compare
@danielvegamyhre danielvegamyhre released this 15 Apr 20:12
· 220 commits to main since this release
cb941fc

What's Changed

Highlights

  • JobSet TTL support added in #443
  • Docsite is live at https://jobset.sigs.k8s.io/ with updated documentation and examples.
  • Include first failed job name in event emitted when JobSet fails, to speed up the debugging process for large complex workloads #477
  • Lower default resource request for JobSet controller manager so it fits on default cloud CPU VMs, but keep high limit to support maximum performance #480
  • Perform only 1 JobSet status update per reconcile attempt to reduce pressure on k8s apiserver #494
  • Introduced MangedBy field to the JobSet spec to enable Multi-Kueue support

Detailed release notes

New Contributors

Full Changelog: v0.5.0-devel...v0.5.0