[release-announce] openstack-heat 14.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 7 13:33:29 UTC 2020


We are jazzed to announce the release of:

openstack-heat 14.1.0: OpenStack Orchestration

This release is part of the ussuri 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.

Changes in openstack-heat 14.0.0..14.1.0
----------------------------------------

cdfb5df55 Add U release codename for docs generation
9d9ca3607 Check external resources after creation
1f66e61ca Don't check stack staus for already migrated stacks
81a7f1e79 Check for nova exception.Conflict rather than task_state
1e4488b70 Use never expiring alarm_url for resource attributes
95296e55c Don't store signal_url for ec2 signaling of deployments
28ae09970 Add native grenade zuul v3 jobs
2c3a95051 Allow scale-down of ASG as part of update
3c7701170 Fix hacking min version to 3.0.1
2e6ae7393 Monkey patch original current_thread _active
5bc6787a8 Imported Translations from Zanata
a24a2265d Update TOX_CONSTRAINTS_FILE for stable/ussuri
52840e6bc Update .gitreview for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |    1 +
.zuul.yaml                                         |   42 +-
heat/cmd/all.py                                    |    6 +
heat/cmd/api.py                                    |    6 +
heat/cmd/api_cfn.py                                |    6 +
heat/cmd/engine.py                                 |    6 +
heat/engine/clients/os/nova.py                     |   11 +-
heat/engine/resource.py                            |    2 +-
.../resources/aws/autoscaling/autoscaling_group.py |    4 +
.../resources/aws/autoscaling/scaling_policy.py    |    5 +-
heat/engine/resources/openstack/cinder/volume.py   |   51 +-
.../resources/openstack/heat/instance_group.py     |   20 +-
.../resources/openstack/heat/scaling_policy.py     |    5 +-
.../engine/resources/openstack/mistral/workflow.py |    5 +-
heat/engine/resources/openstack/sahara/job.py      |    5 +-
heat/engine/resources/signal_responder.py          |   22 +-
heat/engine/resources/wait_condition.py            |    9 +
heat/engine/service.py                             |    8 +-
heat/locale/de/LC_MESSAGES/heat.po                 |   10 +-
.../heat/test_instance_group_update_policy.py      |    1 +
playbooks/devstack/grenade/post.yaml               |   14 -
playbooks/devstack/grenade/run.yaml                |   61 -
playbooks/devstack/multinode-networking/pre.yaml   |    3 -
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 2219 --------------------
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |   71 -
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  854 --------
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  137 --
test-requirements.txt                              |    2 +-
tox.ini                                            |    4 +-
39 files changed, 202 insertions(+), 3510 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 9e9a488a4..63e14aa9e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list