Releases: osl-incubator/makim
Releases · osl-incubator/makim
1.24.0
1.24.0 (2025-03-07)
Bug Fixes
- test: schedulers cannot be serialized resulting to scheduler test failure (#149) (ab5c6b0)
Features
- Implement --skip-hooks flag to bypass hook execution (#159) (66ffaf8)
1.23.1
1.23.1 (2025-02-25)
Bug Fixes
- Fix and improve the PyInstaller executable output (#140) (29f8a48)
1.23.0
1.23.0 (2025-02-24)
Features
- Fix github step in the semantic release workflow (#139) (cd1ff7d)
1.22.0
1.22.0 (2025-02-24)
Features
- Add pyinstaller into the release pipeline (#138) (cba558c)
1.21.0
1.21.0 (2025-01-28)
Bug Fixes
- pre-commit: Add more tools for pre-commit hooks (#127) (268b1f5)
Features
- Add an initial support for cron/scheduler into CLI (#128) (b4f4d94)
- Add support for jobs using cron (#126) (6357391)
1.20.0
1.20.0 (2024-11-04)
Bug Fixes
Features
- ssh: support SSH-based command execution (#124) (dd0b2fd)
1.19.0
1.19.0 (2024-10-17)
Features
- Check if the .makim.yaml file is valid according to the schema file (#122) (29d0b51)
1.17.0
1.17.0 (2024-10-08)
Bug Fixes
- Add missing single quote to the message about wrong command (#111) (af80420)
- Rename attribute shell to backend (#114) (7d617ce)
- type-check: update mypy configuration (#117) (f2bf92e)
Features