Browse Source

Update CHANGELOG.md

pull/3283/head
James Phillips 7 years ago committed by GitHub
parent
commit
34dda65d71
  1. 1
      CHANGELOG.md

1
CHANGELOG.md

@ -29,6 +29,7 @@ BUG FIXES:
* agent: Fixed log redacting code to properly remove tokens from log lines with tokens in the URL itself: `/v1/acl/clone/:uuid`, `/v1/acl/destroy/:uuid`, `/v1/acl/info/:uuid`. [GH-3276]
* agent: Fixed an issue in the Docker client where Docker checks would get EOF errors trying to connect to a volume-mounted Docker socket. [GH-3254]
* agent: Fixed a crash when using Azure auto discovery. [GH-3193]
* agent: Added `node` read privileges to the `acl_agent_master_token` by default so it can see all nodes, which enables it to be used with operations like `consul members`. [GH-3113]
* server: Updated the Raft library to pull in a fix where servers that are very far behind in replication can get stuck in a loop trying to install snapshots. [GH-3201]
* server: Fixed a rare but serious deadlock where the Consul leader routine could get stuck with the Raft internal leader routine while waiting for the initial barrier after a leader election. [GH-3230]
* server: Added automatic cleanup of failed Raft snapshots. [GH-3258]

Loading…
Cancel
Save