From 0ea990f3d2d8b853fd9be01b76d2bcafbd7ee96a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 24 Feb 2016 01:33:10 -0800 Subject: [PATCH] Adds an upgrade note about the new ACL behavior. --- website/source/docs/upgrade-specific.html.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/source/docs/upgrade-specific.html.markdown b/website/source/docs/upgrade-specific.html.markdown index 14b27e190..51088f9c2 100644 --- a/website/source/docs/upgrade-specific.html.markdown +++ b/website/source/docs/upgrade-specific.html.markdown @@ -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