[release-announce] heat-translator 2.2.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Fri Mar 5 09:59:54 UTC 2021
We contentedly announce the release of:
heat-translator 2.2.0: Tool to translate non-heat templates to Heat
Orchestration Template.
This release is part of the wallaby 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 2.1.0..2.2.0
---------------------------------------
615c76b Remove depreciated file babel.cfg
e41b382 Dropping explicit unicode literal
91c4415 Update TOX_CONSTRAINTS_FILE
6687b35 Move heat-translator to new hacking 4.0.0
4809045 Remove six support
1823e85 Switch to wallaby job template
828ede5 [goal] Migrate testing to ubuntu focal
bfb642e drop mock from lower-constraints
7dc0b74 Fix hacking min version to 3.0.1
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 2 +-
babel.cfg | 1 -
lower-constraints.txt | 12 ++++-------
requirements.txt | 4 +---
setup.cfg | 15 +-------------
test-requirements.txt | 2 +-
tox.ini | 4 ++--
translator/common/utils.py | 5 ++---
translator/conf/config.py | 3 +--
translator/hot/syntax/hot_resource.py | 32 +++++++++++++-----------------
translator/hot/syntax/hot_template.py | 2 +-
translator/hot/tosca_translator.py | 5 ++---
translator/hot/translate_node_templates.py | 5 ++---
translator/shell.py | 3 +--
17 files changed, 38 insertions(+), 68 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b5832e0..54e99bf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
@@ -7 +6 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-PyYAML>=3.12 # MIT
+PyYAML>=3.13 # MIT
@@ -9 +7,0 @@ python-dateutil>=2.5.3 # BSD
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 7601e9f..c1aad15 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=4.0.0,<4.1.0 # Apache-2.0
More information about the Release-announce
mailing list