From 0acb52930589e513a9c80750a67fb65765b628fb Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 7 Dec 2015 17:56:38 -0800 Subject: [PATCH] Adds some additional upgrade notes for 0.6. --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16dd2d7daf..5e70d3338d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,10 +101,14 @@ UPGRADE NOTES: This folder was used in versions of Consul up to 0.5.1. Consul version 0.5.2 included a baked-in utility to automatically upgrade the data format, but this has been removed in Consul 0.6 to eliminate the dependency on cgo. -* Previously, service discovery was wide open, and any client could query - information about any service without providing a token. Consul now requires - read-level access at a minimum when ACLs are enabled to return service - information over the REST or DNS interfaces. +* New service read, event firing, and keyring ACLs may require special steps to + perform during an upgrade if ACLs are enabled and set to deny by default. +* Consul will refuse to start if there are multiple private IPs available, so + if this is the case you will need to configure Consul's advertise or bind + addresses before upgrading. + +See https://www.consul.io/docs/upgrade-specific.html for detailed upgrade +instructions. ## 0.5.2 (May 18, 2015)