Skip to content

Version 0.7.0 (2018-09-10)

Compare
Choose a tag to compare
@mhadam mhadam released this 10 Sep 14:44
· 53 commits to master since this release

Adds several features that will make SQL Runner more powerful and easier to use: you can now view query output, use templated playbooks, see how query templates are filled out, and add multiple values pairs to the -var flag.

New features

  • Add -showQueryOutput flag to show output from SQL queries (close #107)
  • Add -consulOnlyForLock flag to read local playbook but use Consul locking (close #96)
  • Add -fillTemplates flag to review SQL queries (close #124)
  • Add the possibility to template playbooks (close #103)
  • Add a random number templating function (close #109)

Enhancements

  • Elide default Snowflake region in Target config (close #121)
  • Attempt connection to targets on -dryRun (close #51)
  • Exit with dedicated return code if no queries to run (close #105)
  • Allow passing multiple key value pairs to the -var flag (close #120)

Under the hood

  • Bump pg version to 6 (close #133)
  • Update Vagrant configuration for dep and new playbooks (close #131)
  • Replace godep with dep (close #127)
  • Remove Wine from required playbooks (close #129)

Documentation

  • Add Goreport badge (close #95)
  • Fix v0.6.0 release date in CHANGELOG (close #126)