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

v126

06 Oct 00:26
Compare
Choose a tag to compare
v126 Pre-release
Pre-release

This is marked as a pre-release as there is an unresolved issue with a change introduced in this v122

Changes

  • consul_agent job will now use sed instead of awk -W in agent_ctl script. details

V125

23 Sep 22:56
Compare
Choose a tag to compare
V125 Pre-release
Pre-release

This is marked as a pre-release as there is an unresolved issue with a change introduced in this v122

Changes:

  • Fixed an issue with the drain script when the consul log dir had not been created.
    Details

v124

22 Sep 22:15
Compare
Choose a tag to compare
v124 Pre-release
Pre-release

This is marked as a pre-release as there is an unresolved issue with a change introduced in this v122

Changes:

  • Replaced consul.dns_timeout_in_seconds property in consul_agent job with consul.agent.dns_config.recursor_timeout, and now passes this value on to the Consul binary. This solves a known issue with how Consul's recursing handles slow DNS queries. details

v123

22 Sep 22:13
Compare
Choose a tag to compare
v123 Pre-release
Pre-release

This is marked as a pre-release as there is an unresolved issue with a change introduced in this v122

Changes:

  • Bumps Consul to v0.7. details
  • Above change fixes an issue with Consul handling large DNS responses.
  • Bumping Consul also introduces a regression in a recent feature where consul-release server clusters became better at recovering from quorum loss. This regression will be corrected in a future release.

v122

22 Sep 22:11
Compare
Choose a tag to compare
v122 Pre-release
Pre-release

This is marked as a pre-release as there is an unresolved issue with a change introduced in this release

Changes:

  • Adds logic for servers to leave the cluster in the drain script to guarantee that it happens in the BOSH lifecycle. details

v121

22 Sep 22:07
Compare
Choose a tag to compare

Changes:

v120

22 Sep 22:03
Compare
Choose a tag to compare
v120 Pre-release
Pre-release

This is marked as a pre-release as it still contains dnsmasq.

Changes:

  • Improve robustness in quorum loss recovery scenarios. details
  • Other non-functional changes.

v119

22 Sep 22:00
Compare
Choose a tag to compare
v119 Pre-release
Pre-release

This is marked as a pre-release as it still contains dnsmasq.

Changes:

  • Add creation of the RUN_DIR to the pre-start script for the consul_agent job. details

v118

22 Sep 21:58
Compare
Choose a tag to compare
v118 Pre-release
Pre-release

Changes:

  • This release fixes an issue with a previous version around only modifying /etc/resolv.conf when dnsmasq is enabled. However, a future release removes dnsmasq altogether, and you are recommended to skip this release. You will run into issues if you deploy a version that uses dnsmasq and then try to upgrade to a later release that removes it.
  • This release improves the startup logic that orchestrates the Consul binary to maintain its current SLA during regular BOSH lifecycle operations, but now additional should work better recovering from quorum loss.
  • Properties consul.agent_key and consul.agent_cert are now required for consul_agent job running with mode: server.

v117

09 Sep 06:37
Compare
Choose a tag to compare
v117 Pre-release
Pre-release

Changes:

  • No functional changes.
  • Marking as pre-release due to issues with v116 that have not been fixed yet.