From fbc7240363f6c63ac1156d362a8e42ee3d7b8de5 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Fri, 26 Feb 2016 09:22:39 +0530 Subject: [PATCH] Release note for resource update restrict Adds release note for update/replace restriction feature. Change-Id: I9063013dd34e54621e387d60cb2de376b2848872 Blueprint: stack-update-restrict --- .../notes/restrict_update_replace-68abece58cf3f6a0.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/restrict_update_replace-68abece58cf3f6a0.yaml diff --git a/releasenotes/notes/restrict_update_replace-68abece58cf3f6a0.yaml b/releasenotes/notes/restrict_update_replace-68abece58cf3f6a0.yaml new file mode 100644 index 0000000000..af6b4c463a --- /dev/null +++ b/releasenotes/notes/restrict_update_replace-68abece58cf3f6a0.yaml @@ -0,0 +1,7 @@ +--- +features: + - Adds a new feature to restrict update or replace of + a resource when a stack is being updated. Template + authors can set ``restricted_actions`` in the ``resources`` + section of ``resource_registry`` in an environment file + to restrict update or replace. \ No newline at end of file