We are jazzed to announce the release of: openstack-heat 18.0.1: OpenStack Orchestration This release is part of the yoga 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. 18.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 18.0.0..18.0.1 ---------------------------------------- 41a6b9136 Added a unit test for get_environment_hidden_param c50d720aa Honor 'hidden' parameter in 'stack environment show' command 487fadf5c stable-only: Pin bandit to 1.7.4 8eaaf6fca Decode UTF-8 body data in SwiftSignal 391684581 Fix setting the tempest virtual env constraints env var 83a983678 Ignore resource_data decryption errors c3a8e3d64 Allow deleting user_creds when can't be decrypted f4904ff7a zuul: Declare queue at top level 54beb1df9 Followup to I7736373d03c23884158e4a1d41defafb4e2b8a4c f9f5d2cc3 Don't always replace FAILED ServerGroup resources 08a0a218e Use openstack commands in upgrade plugin 154691d21 Fix parameter merging with merge strategies 976bcf9ef Use constraints when creating venv for grenade ecca0fcbe Fix AttributeError in Python 3.8 80ce36214 Drop lower-constraints.txt and its testing 03e4f9af6 Make grenade job voting again d997d70ca Log parameters merged f05079805 Use previous parameter merge strategy b95e6025f Use constraints when creating tempest venv eefb92161 Use f36 instead of f33 for testing c2b8f3c71 Remove TripleO job abea5a452 Update TOX_CONSTRAINTS_FILE for stable/yoga 753ff9557 Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 10 +- devstack/lib/heat | 6 +- devstack/upgrade/resources.sh | 40 ++++- heat/common/environment_util.py | 36 +++-- heat/common/pluginutils.py | 20 ++- heat/db/sqlalchemy/api.py | 11 +- .../engine/resources/openstack/heat/swiftsignal.py | 2 + .../resources/openstack/neutron/extrarouteset.py | 2 +- .../resources/openstack/nova/server_group.py | 10 ++ heat/engine/service.py | 12 +- heat/engine/stack.py | 6 +- lower-constraints.txt | 161 --------------------- ...ter-in-stack-env-show-cmd-062065545dfef82a.yaml | 6 + requirements.txt | 4 + test-requirements.txt | 2 +- tox.ini | 15 +- 27 files changed, 368 insertions(+), 285 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f263179a1..a6a85292a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + 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
participants (1)
-
no-reply@openstack.org