Adds some additional upgrade notes for 0.6.

This commit is contained in:
James Phillips 2015-12-07 17:56:38 -08:00
parent c1a737d69e
commit 0acb529305
1 changed files with 8 additions and 4 deletions

View File

@ -101,10 +101,14 @@ UPGRADE NOTES:
This folder was used in versions of Consul up to 0.5.1. Consul version 0.5.2 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 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. 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 * New service read, event firing, and keyring ACLs may require special steps to
information about any service without providing a token. Consul now requires perform during an upgrade if ACLs are enabled and set to deny by default.
read-level access at a minimum when ACLs are enabled to return service * Consul will refuse to start if there are multiple private IPs available, so
information over the REST or DNS interfaces. 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) ## 0.5.2 (May 18, 2015)