Releases: covermymeds/dbdeployer
Releases · covermymeds/dbdeployer
Bug Fix
Security Fix
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
Bug fix
Bug fix, minor new features
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
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
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
Add git binary to image and add version flag
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
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
- This passes