From af7f8e380a7425c65ac88f5bc68e57757d9b2cc1 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Fri, 25 Oct 2019 17:07:12 -0400 Subject: Add separate policy for updates with no changes Allow operators to set a different (presumably looser) policy on PATCH updates that don't make any changes to the stack, but just retrigger a new update traversal (that will result in e.g. replacing any unhealthy resources). Change-Id: Id29e7ec7f6cf127177ea7ab29127b0568afaa18b Task: 37305 --- releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml b/releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml new file mode 100644 index 000000000..cc237e6ac --- /dev/null +++ b/releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Operators can now set a separate ``stacks:update_no_change`` policy for + PATCH updates that don't modify the stack, independently of the existing + ``stacks:update_patch`` policy. -- cgit v1.2.1