Skip to content

Releases: kilgaloon/leprechaun

Fixing install script

17 Dec 11:45
37bb8d5
Compare
Choose a tag to compare
  • make install works as expected

Remote code execution

18 Feb 09:24
Compare
Choose a tag to compare
  • 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'

08 Dec 12:42
Compare
Choose a tag to compare
Pre-release
 Please enter a commit message to explain why this merge is necessary,

Major improvements

25 Nov 12:28
Compare
Choose a tag to compare
Major improvements Pre-release
Pre-release
  • #98 Steps execution by remote host
  • Other smaller improvements

Minor changes

01 Oct 09:53
Compare
Choose a tag to compare
  • Uncommented services registered in cmd main

Minor improvements

17 Sep 16:58
cccbbee
Compare
Choose a tag to compare

Minor improvements

23 Aug 12:43
Compare
Choose a tag to compare

Patch

10 Jul 09:34
Compare
Choose a tag to compare

Minor improvements

Steps improvements

09 Jul 11:25
aeec9bf
Compare
Choose a tag to compare

Minor improvements

25 Mar 14:48
974f79b
Compare
Choose a tag to compare
  • 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