[release-announce] heat-translator 0.9.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri May 10 16:57:04 UTC 2019


We are ecstatic to announce the release of:

heat-translator 0.9.1: Tool to translate non-heat templates to Heat
Orchestration Template.

This release is part of the pike stable release series.

The source is available from:

    https://opendev.org/openstack/heat-translator

Download the package from:

    https://pypi.org/project/heat-translator

Please report issues through:

    https://bugs.launchpad.net/heat-translator/+bugs

For more details, please see below.

Changes in heat-translator 0.9.0..0.9.1
---------------------------------------

2f927ce import zuul job settings from project-config
dc9faa8 Test against None
a3c8d49 Test if property is a get_input before treating it as such
576b849 When removing an empty res also remove refs to it in depends_on
d80708a Revert "Fix: nested resources cannot be given out"
a09469d Updated from global requirements
1c5146c Update UPPER_CONSTRAINTS_FILE for stable/pike
2e77cfa Update .gitreview for stable/pike


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

.gitreview                                             |  1 +
.zuul.yaml                                             |  9 +++++++++
requirements.txt                                       |  6 +++---
test-requirements.txt                                  |  2 +-
tools/tox_install.sh                                   |  5 +++++
tox.ini                                                |  2 +-
translator/common/utils.py                             |  9 +--------
translator/hot/syntax/hot_template.py                  |  9 ++++-----
translator/hot/tosca_translator.py                     |  8 ++++----
translator/hot/translate_node_templates.py             |  7 ++++++-
.../data/hot_output/hot_get_functions_semantic.yaml    |  2 --
12 files changed, 39 insertions(+), 39 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2de8022..e36b962 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cliff>=2.6.0 # Apache-2.0
+cliff>=2.8.0 # Apache-2.0
@@ -11 +11 @@ tosca-parser>=0.8.1 # Apache-2.0
-keystoneauth1>=2.21.0 # Apache-2.0
+keystoneauth1>=3.1.0 # Apache-2.0
@@ -14 +14 @@ python-heatclient>=1.6.1 # Apache-2.0
-python-glanceclient>=2.7.0 # Apache-2.0
+python-glanceclient>=2.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ff25da8..da69d4f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list