This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Releases: cloudfoundry-attic/consul-release
Releases · cloudfoundry-attic/consul-release
v126
V125
v124
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 inconsul_agent
job withconsul.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
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
v121
v120
v119
v118
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
andconsul.agent_cert
are now required forconsul_agent
job running withmode: server
.
v117
Changes:
- No functional changes.
- Marking as pre-release due to issues with v116 that have not been fixed yet.