We are pumped to announce the release of: heat-translator 3.0.0: Tool to translate non-heat templates to Heat Orchestration Template. This release is part of the caracal 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.8.0..3.0.0 --------------------------------------- 74e1c70 Fix gate by adding extras to test-requirements.txt 1008a88 Update metadata in setup.cfg 20e1615 Update metadata in setup.cfg Diffstat (except docs and test files) ------------------------------------- setup.cfg | 16 ++++++++-------- test-requirements.txt | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c1aad15..89f2914 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,0 +12 @@ testtools>=2.2.0 # MIT +extras>=1.0.0 # MIT