From 216cdd44496c60a67bdbb1dbd2f534b7c987317b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 15 Feb 2023 19:42:03 +0900 Subject: [PATCH] Update release note of task 47052 The previous content is not very accurate because the fix is made in API layer instead of the CLI command. Change-Id: I0abbd535aacc03446ada0fa806dfdfdaa4522afe --- ...dden-parameter-in-stack-env-show-cmd-062065545dfef82a.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/honor-hidden-parameter-in-stack-env-show-cmd-062065545dfef82a.yaml b/releasenotes/notes/honor-hidden-parameter-in-stack-env-show-cmd-062065545dfef82a.yaml index 385e3d4d50..8a3a366ee1 100644 --- a/releasenotes/notes/honor-hidden-parameter-in-stack-env-show-cmd-062065545dfef82a.yaml +++ b/releasenotes/notes/honor-hidden-parameter-in-stack-env-show-cmd-062065545dfef82a.yaml @@ -1,4 +1,6 @@ --- fixes: - | - Honor ``hidden`` parameter in ``stack environment show`` command + Honor ``hidden`` parameter in get stack environment API. Now values passed + to hidden parameters are replaced by '******', similarly to the other + APIs such as show stack details API.