Adds a note about the new service discovery ACLs.

pull/1371/head
James Phillips 9 years ago
parent a9cacd1ae8
commit 921602b565

@ -78,6 +78,10 @@ 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 reduce the dependency on cgo. this has been removed in Consul 0.6 to reduce 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.
## 0.5.2 (May 18, 2015) ## 0.5.2 (May 18, 2015)

Loading…
Cancel
Save