[release-announce] [heat] heat 8.0.2 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 12 13:35:27 UTC 2017


We are chuffed to announce the release of:

heat 8.0.2: OpenStack Orchestration

This release is part of the ocata stable release series.

Download the package from:

    https://tarballs.openstack.org/heat/

For more details, please see below.

Changes in heat 8.0.1..8.0.2
----------------------------

45b9769 Use six.text_type() instead of str() to serialise status
b0c648c Updated from global requirements
c658670 Deal correctly with negative elapsed time
d030993 Copy template version when update fails
416bad4 Corrected max secs for concurrent trans retries
fc4f2e3 Set COMPLETE for failed resource if no update/replace
54d9e12 Fix arguments for OS::Mistral::CronTrigger create
48e25cb Imported Translations from Zanata
0568795 Store project_domain in project_domain_id
434688b Delete internal ports when detach them
eb793b6 Only recreate CHECK FAILED resources in ResourceGroup
371f843 Disable ec2 collector for deployed-server


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

heat/common/context.py                             |   4 +-
heat/engine/resource.py                            |   8 +-
.../resources/openstack/mistral/cron_trigger.py    |  10 +-
heat/engine/resources/openstack/nova/server.py     |   1 +
.../openstack/nova/server_network_mixin.py         |  15 ++-
heat/engine/resources/server_base.py               |   3 +-
heat/engine/resources/stack_resource.py            |  20 +++-
heat/engine/service_software_config.py             |   5 +-
heat/engine/stack.py                               |  13 ++-
heat/locale/de/LC_MESSAGES/heat.po                 |  66 +----------
heat/locale/es/LC_MESSAGES/heat.po                 |  60 +---------
heat/locale/fr/LC_MESSAGES/heat.po                 |  61 +---------
heat/locale/it/LC_MESSAGES/heat.po                 |  61 +---------
heat/locale/ja/LC_MESSAGES/heat.po                 | 129 ++++++++++++---------
heat/locale/ko_KR/LC_MESSAGES/heat.po              |  59 +---------
heat/locale/pt_BR/LC_MESSAGES/heat.po              |  61 +---------
heat/locale/ru/LC_MESSAGES/heat.po                 |  60 +---------
heat/locale/zh_CN/LC_MESSAGES/heat.po              |  58 +--------
heat/locale/zh_TW/LC_MESSAGES/heat.po              |  58 +--------
heat/objects/resource.py                           |   2 +-
.../functional/test_create_update.py               |  48 ++++++++
requirements.txt                                   |   2 +-
29 files changed, 338 insertions(+), 658 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index dccdc06..98a3e42 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0.0,>=1.8 # Apache-2.0
+pbr>=1.8 # Apache-2.0





More information about the Release-announce mailing list