All Versions
12
Latest Version
Avg Release Cycle
31 days
Latest Release
1802 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.0 Changes
February 18, 2020- Remote code execution
- ๐ Syntax that command can't fail (
!
) otherwise recipe execution is stoped (Docs) - General improvements
- โ Test improvements
-
v1.5.0-rc
December 08, 2019 -
v1.5.0-beta2 Changes
November 25, 2019- #98 Steps execution by remote host
- Other smaller improvements
-
v1.5.0-beta
November 25, 2019 -
v1.4.2 Changes
October 01, 2019- Uncommented services registered in cmd main
-
v1.4.1 Changes
September 17, 2019- ๐ Support for go1.13 changes in tests (https://golang.org/doc/go1.13#testing)
-
v1.4.0 Changes
August 23, 2019 -
v1.3.1 Changes
July 10, 2019Minor improvements
-
v1.3.0 Changes
July 09, 2019 -
v1.2.0 Changes
March 25, 2019โฑ 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