Skip to content

Releases: Tinyblargon/ansible-role-docker-deploy

1.7.0

22 Oct 17:02
83498a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.7.0

1.6.0

11 Jul 20:45
f4f3a3b
Compare
Choose a tag to compare

What's Changed

  • feat: show docker compose warnings in #19

Full Changelog: 1.5.1...1.6.0

1.5.1

21 Jun 18:44
63347ed
Compare
Choose a tag to compare

What's Changed

  • fix: destination directory not created in #16

Full Changelog: 1.5.0...1.5.1

1.5.0

19 Apr 15:26
9da3bc6
Compare
Choose a tag to compare

What's Changed

  • feat: docker_deploy_files[x].no_log in #14

Full Changelog: 1.4.0...1.5.0

1.4.0

05 Apr 20:59
bcf7d33
Compare
Choose a tag to compare

What's Changed

  • Feat: Improve error reporting in #11
  • Fix: ./ not stripped from path in #12

Full Changelog: 1.3.3...1.4.0

1.3.3

27 Oct 09:15
a3ef344
Compare
Choose a tag to compare

fixed:

  • delete option also does --delete-excluded

1.3.2

04 Oct 23:58
3ecdaa7
Compare
Choose a tag to compare

Fix author name due to the new Ansible galaxy being case sensitive.

1.3.1

04 Oct 23:23
70b1145
Compare
Choose a tag to compare

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

30 Sep 11:43
ade7553
Compare
Choose a tag to compare

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

15 Sep 11:18
4860eaf
Compare
Choose a tag to compare

Add support for Ubuntu.