Skip to content

Releases: datastax/zdm-proxy-automation

ZDM Proxy Util v2.3.1

29 Feb 15:50
8980640
Compare
Choose a tag to compare

ZDM Util: upgrade Go version and some of its dependencies (#70)

ZDM Proxy Util v2.3.0

03 Feb 19:57
a2a502c
Compare
Choose a tag to compare
ZDM-207 Make ansible scripts and terraform working with both Ubuntu a…

ZDM Proxy Util v2.2.1

02 Feb 17:15
5892457
Compare
Choose a tag to compare
Fix rolling restart playbook (#55)

This PR fixes a recent regression that appears to have been caused by a
change in behaviour of the Ansible Docker module. This broke the
`rolling_restart_zdm_proxy.yml` playbook (all other playbooks were not
affected).

Changes in this PR are:
- The rolling restart operation is now done by running the `docker
restart` shell command, rather than using the Docker module.
- The Ansible Docker module version has been pinned to `2.7.0`, which is
the latest version available through `pip` and compatible with the
version of Ansible used by the automation.

No documentation changes are needed for this PR, as these are purely
internal fixes that do not change the user interaction.

ZDM Proxy Util v2.2.0

31 Jan 16:59
ac7db2c
Compare
Choose a tag to compare
ZDM-494 Make it easier to encrypt sensitive variables and remove them…

ZDM Proxy Util v2.1.0

13 Jan 17:45
e05c469
Compare
Choose a tag to compare

This PR contains the changes to expose the heartbeat-related configuration variables in the Ansible automation.

ZDM Proxy Util v2.0.3

25 Nov 15:49
b428e0a
Compare
Choose a tag to compare
Fix collect logs playbook and minor improvement to the monitoring pla…

ZDM Proxy Util v2.0.1

19 Oct 17:11
6ec410b
Compare
Choose a tag to compare
Remove deploy key (#21)

- Removed deploy key from repo
- Removed all references to it in scripts and Dockerfile
- Changed git clone command to use https instead of ssh key in container
initialisation script and legacy setup ansible control host script

ZDM Proxy Util v2.0.0

17 Oct 23:52
77610b1
Compare
Choose a tag to compare
fix the deploy key (#19)