mirror of https://github.com/status-im/consul.git
Adds an upgrade note about the new ACL behavior.
This commit is contained in:
parent
899dcfe053
commit
b64f19bb08
|
@ -14,6 +14,20 @@ details provided for their upgrades as a result of new features or changed
|
|||
behavior. This page is used to document those details separately from the
|
||||
standard upgrade flow.
|
||||
|
||||
## Consul 0.6.4
|
||||
|
||||
Consul 0.6.4 made some substantial changes to how ACLs work with prepared
|
||||
queries. Existing queries will execute with no changes, but there are important
|
||||
differences to understand about how prepared queries are managed before you
|
||||
upgrade. In particular, prepared queries with no `Name` defined will no longer
|
||||
require any ACL to manage them, and prepared queries with a `Name` defined are
|
||||
now governed by a new `prepared_query` ACL policy that will need to be configured
|
||||
after the upgrade.
|
||||
|
||||
See the [Prepared Query ACLs](/docs/internals/acl.html#prepared_query_acls)
|
||||
internals guide for more details about the new behavior and how it compares to
|
||||
previous versions of Consul.
|
||||
|
||||
## Consul 0.6
|
||||
|
||||
Consul version 0.6 is a very large release with many enhancements and
|
||||
|
|
Loading…
Reference in New Issue