[release-announce] [heat] heat 7.0.1 (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 22 03:39:48 UTC 2016


We are satisfied to announce the release of:

heat 7.0.1: OpenStack Orchestration

This release is part of the newton stable release series.

Download the package from:

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

For more details, please see below.

Changes in heat 7.0.0..7.0.1
----------------------------

d7a81fe Raise TypeError when a bool property has int value
97d719e Don't operate queue if it was not found
e0961f0 Updated from global requirements
ae3b079 Make FloatingIP depend on all RouterInterfaces again
697e20a Fix resource-list with nested_depth in convergence
827b55b Fix resource_signal with convergence
02dfb1a Prevent template validate from scanning ports
88aff6b dd missing memory.resident to NOVA_METERS
c16de3f Add info to docs about heat devstack plugin
b02f454 Imported Translations from Zanata
0149f72 Remove unnecessary install_heat_other
8a76e13 Add workaround for functions in translation
92cadc3 Use RPC to retrieve nested stack output
53137cb Avoid loading nested stacks in memory where possible
0078a72 Keep same physical_resource_name in backup stack
92fde85 Add http_proxy_to_wsgi middleware to Heat CFN endpoint
162038a Imported Translations from Zanata
2ca3df8 Create a root Yaql context
2c38bd1 Pass region_name to session client
2830c83 Use __slots__ in ResourceInfo classes
ea0ba0a Don't get derived config if resource ID unset
11223da Break cycle between Resource and Attributes


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

devstack/lib/heat                                  |  65 +----
devstack/plugin.sh                                 |   6 -
etc/heat/api-paste.ini                             |   4 +-
heat/common/urlfetch.py                            |   3 +-
heat/engine/clients/client_plugin.py               |   7 +-
heat/engine/clients/os/aodh.py                     |   3 +-
heat/engine/clients/os/barbican.py                 |   3 +-
heat/engine/clients/os/ceilometer.py               |   3 +-
heat/engine/clients/os/cinder.py                   |   1 +
heat/engine/clients/os/designate.py                |   3 +-
heat/engine/clients/os/glance.py                   |   3 +-
heat/engine/clients/os/magnum.py                   |   3 +-
heat/engine/clients/os/manila.py                   |   3 +-
heat/engine/clients/os/neutron/__init__.py         |   3 +-
heat/engine/clients/os/nova.py                     |   1 +
heat/engine/clients/os/sahara.py                   |   3 +-
heat/engine/clients/os/trove.py                    |   3 +-
heat/engine/environment.py                         |  10 +
heat/engine/hot/functions.py                       |   5 +-
heat/engine/properties.py                          |  15 +-
heat/engine/resource.py                            |  18 +-
heat/engine/resources/alarm_base.py                |   2 +-
.../openstack/heat/software_deployment.py          |  12 +-
.../resources/openstack/neutron/floatingip.py      |  24 +-
heat/engine/resources/signal_responder.py          |   1 +
heat/engine/resources/stack_resource.py            |  89 +++---
heat/engine/resources/template_resource.py         |  30 +-
heat/engine/service.py                             |   6 +-
heat/engine/stack.py                               |   7 +-
heat/engine/translation.py                         |   5 +
heat/locale/de/LC_MESSAGES/heat.po                 | 314 ++++++++++-----------
heat/locale/es/LC_MESSAGES/heat.po                 | 162 +----------
heat/locale/fr/LC_MESSAGES/heat-log-error.po       | 141 ---------
heat/locale/fr/LC_MESSAGES/heat.po                 | 166 +----------
heat/locale/it/LC_MESSAGES/heat.po                 | 163 +----------
heat/locale/ja/LC_MESSAGES/heat.po                 | 158 +----------
heat/locale/ko_KR/LC_MESSAGES/heat-log-error.po    |  43 +--
heat/locale/ko_KR/LC_MESSAGES/heat-log-warning.po  |  12 +-
heat/locale/ko_KR/LC_MESSAGES/heat.po              | 155 +---------
heat/locale/pt_BR/LC_MESSAGES/heat.po              | 160 +----------
heat/locale/ru/LC_MESSAGES/heat.po                 | 157 +----------
heat/locale/zh_CN/LC_MESSAGES/heat.po              | 137 +--------
heat/locale/zh_TW/LC_MESSAGES/heat.po              | 137 +--------
.../openstack/heat/test_software_deployment.py     |  28 ++
test-requirements.txt                              |   2 +-
54 files changed, 549 insertions(+), 1991 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d4e6029..9a377bc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-kombu>=3.0.25 # BSD
+kombu!=4.0.0,>=3.0.25 # BSD





More information about the Release-announce mailing list