[release-announce] openstack-heat 13.1.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 7 13:30:42 UTC 2020


We are amped to announce the release of:

openstack-heat 13.1.0: OpenStack Orchestration

This release is part of the train 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 13.0.2..13.1.0
----------------------------------------

d5bb97b6a Check external resources after creation
ba6218cd3 Don't check stack staus for already migrated stacks
991197e20 Check for nova exception.Conflict rather than task_state
eb8bfd530 Use never expiring alarm_url for resource attributes
a4346b328 Don't store signal_url for ec2 signaling of deployments
e4c940089 [stable/train] Allow resizing of instances on same host
a0ff3081e Allow scale-down of ASG as part of update


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

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/test_instance_group_update_policy.py      |  1 +
playbooks/devstack/grenade/run.yaml                |  1 +
23 files changed, 148 insertions(+), 119 deletions(-)







More information about the Release-announce mailing list