Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Releases: cloudfoundry-attic/consul-release

v96

11 Jul 00:26
Compare
Choose a tag to compare
v96

Changes:

  • The consul_agent job in server mode is now resilient to job name changes, to support transitioning from a "BOSH 1.0"-style deployment to a "BOSH 2.0"-style deployment that is likely to collapse multiple jobs across AZs into a single instance group using the migrated_from and azs features. details.

v95

11 Jul 00:22
Compare
Choose a tag to compare
v95

Changes:

  • No functional changes, just updates to tests.

v94

29 Jun 07:51
Compare
Choose a tag to compare
v94

Changes:

  • No functional changes, just improvements to documentation.

v93

29 Jun 07:50
Compare
Choose a tag to compare
v93

No changes

(This release was unnecessarily cut by our continuous delivery pipeline).

v92

16 Jun 19:57
Compare
Choose a tag to compare
v92

Changes:

  • Add LICENSE and NOTICE. details
  • Small refactor in support of running consul-release on Windows BOSH stemcells. details

v91

16 Jun 19:28
Compare
Choose a tag to compare
v91

Changes:

  • No functional changes, just remove redundant chown logic in consul_agent startup script.

v90

16 Jun 19:27
Compare
Choose a tag to compare
v90

Changes:

  • More improvements to ensure long running processes in the consul_agent job aren't running as root.
  • Stopping the consul_agent runs as root to ensure that processes from a previous version of consul-release that may have been started as root can still be killed.

v89

16 Jun 19:13
Compare
Choose a tag to compare
v89

Changes:

  • Ensures that everything performed in the consul_agent job's startup and shutdown script (agent_ctl) is logged. details

v88

16 Jun 19:10
Compare
Choose a tag to compare
v88

Changes:

  • Run long running processes in consul_agent job that used to run as root now run as vcap. details

v87

16 Jun 19:09
Compare
Choose a tag to compare
v87

Changes:

  • Bump consul binary from version 0.5.2 to 0.6.4, and consul-template binary from version 0.9.0 to 0.14.0. details