Skip to content

Releases: covermymeds/dbdeployer

Bug Fix

02 Apr 20:19
04bab9f
Compare
Choose a tag to compare

2021-03-31 Release 1.5.10

Summary

Bug Fix

Changes

  • variables_to_replace did not pass through to sub calls when passed on cli

Security Fix

25 Jun 15:24
5d59e43
Compare
Choose a tag to compare

2020-06-25 Release 1.5.9

Summary

Security Fix

Changes

  • Change mssql dbtype to use environment variable instead of passing password on cli

Bug fix

30 Apr 22:05
fbf8e3e
Compare
Choose a tag to compare

Summary

Bug fix

Changes

  • Fix bug with eval statements wrapping incorrectly when rolled out with bash

Bug fix

23 Apr 18:44
11293fc
Compare
Choose a tag to compare

Changes

  • fix bug with full path not displaying in some cases for deploy file in auto deploy folders
  • fix bug that caused confirm flag to not pass through in some cases

Bug fix, minor new features

10 Feb 06:26
Compare
Choose a tag to compare

Changes

  • fix bug that prevented auto deploy folders from working with environment overrides
  • fix bug in git plugin for auto deploy folders to allow environment overrides
  • give warning on git plugin when branch is behind master to avoid orphan changes from showing up
  • validate that files exist in git plugin. Things in master would show up as file not found when comparing branch
  • add --check-pending which gives a 0 or 1 return code if files need deployed

Add cli override for parameters,fix run as implementation

14 Feb 17:54
bb7a4bd
Compare
Choose a tag to compare

Summary

Add cli override for parameters,fix run as implementation

Changes

  • add override for the --allow-drop-databases command option
  • fix run as implementation to pass through to forked processes

Add disable feature for plugins

13 Feb 17:26
accccb4
Compare
Choose a tag to compare

2019-02-12 Release 1.5.4

Summary

Add disable feature for plugins

Changes

  • Flag to disable any plugins that are inherited via config

Bug Fix

12 Feb 22:12
2a1d498
Compare
Choose a tag to compare

2019-02-12 Release 1.5.3

Summary

Bug Fix

Changes

  • Fix bug in git plugin allowing for proper execution of environment folders

Add git binary to image and add version flag

08 Feb 17:56
03556ca
Compare
Choose a tag to compare

2019-02-08 Release 1.5.2

Summary

Add git binary to image and add version flag

Changes

  • Added git to the docker file as a dependency to support the git plugin
  • Added version to help output

Bug Fix, added post deployment script execution

05 Feb 16:40
Compare
Choose a tag to compare

2019-02-1 Relase 1.5.1

Summary

Bug Fix, added post deployment script execution

Changes

  • Fix issue when not in git checkoiut location using git plugin
  • Added --post-deploy-script option to exec arbitrary script at end of run
    • This passes -d $dbname and -n $db_destination_name to script passed in