Releases: webdevops/go-crond
Releases · webdevops/go-crond
0.5.0
- Implemented
--allow-unprivileged
(allows to run cron with an unprivilged user without user switching)
- Implemented reload on SIGHUP
0.4.0
- Replace
--processes
with --threads
- Improve system default detection (
--system-defaults
)
- Improve output logging
- Improve code style
- Fix minor issues
0.3.0
- Add
--dumpversion
(only prints version number)
- Add user support for all
--run-parts*
(eg. --run-parts-1m=guest:/cronjobs/
- Improve logger output
0.2.1
- Add ARM and ARM64 support (Rasberry Pi and others)
0.2.0
- Bugfix release
- Fix empty shell when running run-parts
- Allow
--run-spec=1m:/cronjobs
with default and --run-spec=1m:application:/cronjobs
with custom user