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

no-reply at openstack.org no-reply at openstack.org
Wed Apr 15 09:43:17 UTC 2020


We are chuffed to announce the release of:

openstack-heat 13.0.1: 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.

13.0.1
^^^^^^

Bug Fixes

* Empty string passing in for volume availability_zone can be
  correctly handled now. For this case, it's same as no AZ set, so the
  default AZ in cinder.conf will be used.

Changes in openstack-heat 13.0.0..13.0.1
----------------------------------------

ab227b321 Handle OS::Mistral::Workflow resource replacement properly
77b8395e7 Support handling empty string for volume AZ
57c05b63e Update Fedora image ref for test jobs
16bf70d5b Docs: Fix links broken since Train release
3cbf44efd Docs: Fix link broken since Stein release
cf00a64df Docs: use extrefs to link to other projects' docs
a62584005 Fix Designate Zone ID lookup for real
3084e23b4 Correct BRANCH_OVERRIDE for stable/train
25ba5b654 Eliminate race in CancelUpdateTest
369d0c163 Fix the wrong time unit for OS::Octavia::HealthMonitor
0703ca7bb Imported Translations from Zanata
15c49f3e9 Fix Designate Zone ID lookup
0abf43535 Don't use wrap_db_retry on subtransaction in resource_create_replacement()
e11cfb569 Fix cfn-init-data path in ignition
aa6e1d517 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
c56adbaa3 Update .gitreview for stable/train


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

.gitreview                                         |   1 +
heat/db/sqlalchemy/api.py                          |  16 +-
heat/engine/clients/os/designate.py                |   2 +-
heat/engine/clients/os/nova.py                     |  25 +-
heat/engine/resource.py                            |   7 +-
heat/engine/resources/openstack/cinder/volume.py   |   3 +-
.../resources/openstack/designate/recordset.py     |   4 -
heat/engine/resources/openstack/designate/zone.py  |   4 -
.../engine/resources/openstack/mistral/workflow.py |  15 +
.../resources/openstack/octavia/health_monitor.py  |   4 +-
heat/locale/de/LC_MESSAGES/heat.po                 |  27 +-
heat/locale/es/LC_MESSAGES/heat.po                 |  16 +-
heat/locale/fr/LC_MESSAGES/heat.po                 |  16 +-
heat/locale/it/LC_MESSAGES/heat.po                 |  15 +-
heat/locale/ja/LC_MESSAGES/heat.po                 |  15 +-
heat/locale/ko_KR/LC_MESSAGES/heat.po              | 345 ++++++++++++++++++++-
heat/locale/pt_BR/LC_MESSAGES/heat.po              |  16 +-
heat/locale/ru/LC_MESSAGES/heat.po                 |  16 +-
heat/locale/zh_CN/LC_MESSAGES/heat.po              |  14 +-
heat/locale/zh_TW/LC_MESSAGES/heat.po              |  14 +-
.../functional/test_cancel_update.py               |   4 +
playbooks/devstack/functional/run.yaml             |   1 +
...mpty-string-for-volume-az-22ad78eb0f931954.yaml |   6 +
tox.ini                                            |   2 +-
43 files changed, 584 insertions(+), 276 deletions(-)







More information about the Release-announce mailing list