We enthusiastically announce the release of: sahara-plugin-ambari 4.0.0: Ambari Plugin for Sahara Project This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/sahara-plugin-ambari Download the package from: https://tarballs.openstack.org/sahara-plugin-ambari/ Please report issues through: https://storyboard.openstack.org/#!/project/1101 For more details, please see below. Changes in sahara-plugin-ambari 3.0.0..4.0.0 -------------------------------------------- 9a42107 drop mock from lower-constraints af11145 Stop to use the __future__ module. 00c40f3 Switch to newer openstackdocstheme and reno versions ef3769a Fix hacking min version to 3.0.1 4db6b98 Imported Translations from Zanata 70730fa Imported Translations from Zanata 19ddf63 Bump default tox env from py37 to py38 9ae8ecb Add py38 package metadata b8fbfd5 Add Python3 victoria unit tests 5980748 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 6 - releasenotes/source/conf.py | 7 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 21 ++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 58 +++++++ releasenotes/source/ussuri.rst | 6 + .../en_GB/LC_MESSAGES/sahara_plugin_ambari.po | 166 +++++++++++++++++++++ .../plugins/ambari/resources/generate_config.py | 1 - setup.cfg | 1 + test-requirements.txt | 2 +- tox.ini | 2 +- 14 files changed, 265 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 06966da..f3621b2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0