Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 03 Dec 18:55
· 108 commits to master since this release

Support for Consul, new template functions and -dryRun feature

Bug fixes

  • Initialize the variables map inside the playbook properly, thanks @andrioni! (#47)

New features

  • Add -dryRun mode (#45)
  • Add ability for SQL files to be read from Consul (#44)
  • Add ability to read playbook from Consul (#43)
  • Add an environment variable function (#30)

Under the hood

  • Bump gopkg.in/pg.v2 to v3 (#48)
  • Moved SQL file reading to startup (#22)