We are tickled pink to announce the release of: openstack-heat 19.0.1: OpenStack Orchestration This release is part of the zed stable release series. The source is available from: https://opendev.org/openstack/openstack-heat Download the package from: https://tarballs.openstack.org/heat/ For more details, please see below. 19.0.1 ^^^^^^ Bug Fixes * 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. Changes in openstack-heat 19.0.0..19.0.1 ---------------------------------------- 89b57e5e2 Added a unit test for get_environment_hidden_param 436ecad65 Honor 'hidden' parameter in 'stack environment show' command 66bba4ad2 stable-only: Pin bandit to 1.7.4 b29266398 Fix setting the tempest virtual env constraints env var 6343b64e7 Decode UTF-8 body data in SwiftSignal af617facc Ignore resource_data decryption errors Diffstat (except docs and test files) ------------------------------------- devstack/upgrade/resources.sh | 32 +++++- heat/db/sqlalchemy/api.py | 11 +- .../engine/resources/openstack/heat/swiftsignal.py | 2 + heat/engine/service.py | 12 ++- ...ter-in-stack-env-show-cmd-062065545dfef82a.yaml | 6 ++ test-requirements.txt | 2 +- 10 files changed, 175 insertions(+), 63 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bd3032139..62872ccaa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ pyflakes>=2.1.1 -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit!=1.6.0,>=1.1.0,<1.7.5 # Apache-2.0