Releases: kilgaloon/leprechaun
Releases · kilgaloon/leprechaun
Fixing install script
Remote code execution
- Remote code execution
- Syntax that command can't fail (
!
) otherwise recipe execution is stoped (Docs) - General improvements
- Test improvements
1.5.0-rc: Merge branch 'development'
Please enter a commit message to explain why this merge is necessary,
Major improvements
- #98 Steps execution by remote host
- Other smaller improvements
Minor changes
- Uncommented services registered in cmd main
Minor improvements
- Support for go1.13 changes in tests (https://golang.org/doc/go1.13#testing)
Minor improvements
Patch
Steps improvements
Minor improvements
-
cmd run extended so that user can choose which services to run from the start ex: --cmd="run scheduler,cron,server", services are separated by comma, omit ones that you don't want to be started on daemon bootstrap
-
cron commands message responses type fixed
-
its not more possible to start same service multiple times, this wasn't intenional
-
sentry added for error reporting, this can be disabled in configs with
daemon.error_reporting = false