Skip to content

Releases: dokku/ansible-dokku

v2021.10.2

02 Oct 09:40
7fd5f80
Compare
Choose a tag to compare

v2021.9.5

04 Sep 23:37
b371939
Compare
Choose a tag to compare

v2021.9.3

03 Sep 15:35
2f6f4d4
Compare
Choose a tag to compare
  • dokku_clone: add version parameter and switch to git:sync (#98) @ltalirz
  • reduce code duplication (#109) @ltalirz
  • feat: dokku_network and dokku_network_property modules (#108) @lemoony

This release requires dokku version 0.23.0 or later (or the dokku_clone module will not work).
Please upgrade your dokku version, either manually or e.g. by pinning the dokku_version role variable.

v2021.5.9

02 Sep 21:12
769031a
Compare
Choose a tag to compare

v2021.5.8

08 May 08:30
4427ea8
Compare
Choose a tag to compare

v2021.2.22

22 Feb 17:01
e3e43f3
Compare
Choose a tag to compare
  • package pinning: fix installation order (#101)

v2021.2.17

17 Feb 12:55
65972f4
Compare
Choose a tag to compare
  • fix (deprecated) version pinning (#100 )

v2021.2.3

03 Feb 09:58
0f8ce10
Compare
Choose a tag to compare
  • fix permissions for apt version pinning files (#95)
  • docs: ubuntu focal support (#96)
  • feat: make version pinning optional (#97)

This release turns off pinning the versions of dokku-related packages by default (but will not update packages that are already installed).
If you wish to continue pinning the versions of dokku-related packages, you now need to provide values to the corresponding variables (dokku_version, herokuish_version, ...) explicitly.

v2020.11.25

25 Nov 22:22
31fac31
Compare
Choose a tag to compare
  • dokku_ports: set port instead of add port #91

v2020.10.28

28 Oct 19:14
1c996a5
Compare
Choose a tag to compare
  • add contributing guidelines #82
  • update SSH key when user is updated #84
  • move to CI to GitHub Actions (and linting to pre-commit hooks) #86