🚨 Breaking or Notable
- Container images are now hosted on GitHub Container Registry instead of Docker Hub!
- Added support for multi-architecture images, adding support for
arm/v7
andarm64
: #102
- Added support for multi-architecture images, adding support for
💫 New Features & Changes
- Improve performance of the CronController to use a heap instead: #95
- Support specifying MaxConcurrency per JobConfig: #92
🐞 Bug Fixes
- Fixes crash in cronexpr library: #96, furiko-io/cronexpr#1
- Fixes panic in CronController when deleting a JobConfig where no schedule is set: #103
What's Changed
- feat(concurrency): Support variable MaxConcurrency by @irvinlim in #92
- chore: Add pre-commit hook script by @irvinlim in #94
- fix comment misspell by @qingyuanz in #97
- feat(croncontroller): Implement heap-based Schedule by @irvinlim in #95
- update_cronexpr_lib by @qingyuanz in #96
- change kustomize to v4.5.5 by @qingyuanz in #98
- fix: Gracefully handle no schedule in Bump() by @irvinlim in #103
- chore: Support arm/v7 and arm64 and migrate to GitHub Container Registry by @irvinlim in #102
- chore: Fix README badge [ci-skip] by @irvinlim in #104
New Contributors
- @qingyuanz made their first contribution in #97
Full Changelog: v0.2.0...v0.2.1