We are chuffed to announce the release of: openstack-heat 12.2.0: OpenStack Orchestration This release is part of the stein 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 12.1.0..12.2.0 ---------------------------------------- e6598a50d Use never expiring alarm_url for resource attributes 913c428b3 Don't store signal_url for ec2 signaling of deployments 0f8a34ff0 Allow scale-down of ASG as part of update Diffstat (except docs and test files) ------------------------------------- .../resources/aws/autoscaling/autoscaling_group.py | 4 ++ .../resources/aws/autoscaling/scaling_policy.py | 5 +- .../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/test_instance_group_update_policy.py | 1 + 15 files changed, 102 insertions(+), 66 deletions(-)