Releases: cloudfoundry-attic/consul-release
v86
Changes:
- Primarily non-functional changes, just updates to acceptance tests.
- WIP, DO NOT USE: initial support for Consul WAN configuration. This functionality is highly likely to be reverted in the future.
v85
Changes:
- No functional changes, only updates to acceptance tests.
v84
Changes:
- No functional changes, only minor updates to documentation.
v83
Changes:
No functional changes. This release primarily just removes "PID guard" logic from bash as it was being duplicated in confab
anyways, and removes Ruby logic from the job templates to determine the instance's IP, and uses BOSH's spec.address
instead.
v82
Changes:
Fixes a bug in confab
, the wrapper program for orchestrating the start of the consul
binary. The previous behaviour was that if confab
is started a second time, it will kill the previously running consul
process, leaving nothing running. The new correct behaviour is for confab
to fail if consul
is already running, but not kill consul
.
v81
Changes:
No functional changes, only internal refactor to remove the consul-common
package, and inline some functionality in the consul_agent
startup scripts, e.g. pid_guard
.
v80
Changes:
Bumps the version of Golang used in this release from 1.6 to 1.6.1.
v79
Changes:
No functional changes, only updates to the acceptance tests.
v78
Changes:
- No functional changes, only minor updates to documentation and test dependencies.
v77
Changes:
No functional changes, only updates to the acceptance tests.