summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2023-02-15 19:42:03 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2023-02-15 19:43:08 +0900
commit216cdd44496c60a67bdbb1dbd2f534b7c987317b (patch)
tree236bc413eea578363146c6554948523cb01263a3
parent85480f94dc6c346399791ae83f380ff5c9eb0add (diff)
downloadheat-216cdd44496c60a67bdbb1dbd2f534b7c987317b.tar.gz
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
-rw-r--r--releasenotes/notes/honor-hidden-parameter-in-stack-env-show-cmd-062065545dfef82a.yaml4
1 files changed, 3 insertions, 1 deletions
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 385e3d4d5..8a3a366ee 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.