Releases: Tinyblargon/ansible-role-docker-deploy
Releases · Tinyblargon/ansible-role-docker-deploy
1.7.0
What's Changed
- fix: incorrect namespace by @Tinyblargon in #20
- Feat: Recreate anonymous volumes by @Tinyblargon in #21
Full Changelog: 1.6.0...1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
What's Changed
Full Changelog: 1.3.3...1.4.0
1.3.3
fixed:
- delete option also does --delete-excluded
1.3.2
Fix author name due to the new Ansible galaxy being case sensitive.
1.3.1
Fixed: Quotes not escaped properly in displayed output.
Fixed: Folders not create for files defined in docker_deploy_files
.
Docs: Info about docker_deploy_files
missing.
1.3.0
Added the docker_deploy_files
variable. This variable allows for greater control in cases where specific environment or secret files need to be present. This can now be achieved without direct manipulation in the local docker_deploy_source
.
1.2.0
Add support for Ubuntu.