[release-announce] solum 7.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 13:00:50 UTC 2019


We contentedly announce the release of:

solum 7.0.0: Application Lifecycle Management for OpenStack

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/solum

Download the package from:

    https://tarballs.openstack.org/solum/

Please report issues through:

    https://bugs.launchpad.net/solum/+bugs

For more details, please see below.

Changes in solum 6.0.0..7.0.0
-----------------------------

24fa3f5 Imported Translations from Zanata
3a7d158 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
cbf349b Update .gitreview for stable/train
598c39a PDF documentation build
03e3d51 Fix string argument without an encoding error
b4cb8ff [train][goal] Define new 'solum-tempest-ipv6-only' job
a705874 Fix py37 test error
f995b4d Blacklist sphinx 2.1.0 (autodoc bug)
a4c97c4 Add Python 3 Train unit tests
f2414c2 Fix Textual SQL expression error
451569b Update contraints url
e412a22 Fix bandit and sphinx requirements
05399bc Replace git.openstack.org URLs with opendev.org URLs
deea81a OpenDev Migration Patch
d3289e8 Dropping the py35 testing
a03467c Fix lower-constraint deps handling
728f8a4 Replace openstack.org git:// URLs with https://
126b5d9 Update master for stable/stein


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

.gitreview                                         |  3 +-
.zuul.yaml                                         | 35 +++++++----
README.rst                                         |  6 +-
devstack/README.rst                                |  6 +-
devstack/devstack-provenance                       | 26 ++++----
devstack/local.conf                                |  8 +--
devstack/plugin.sh                                 |  4 +-
devstack/settings                                  |  2 +-
lower-constraints.txt                              |  7 ++-
releasenotes/source/index.rst                      |  1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 72 ----------------------
.../source/locale/fr/LC_MESSAGES/releasenotes.po   | 30 ---------
releasenotes/source/stein.rst                      |  6 ++
requirements.txt                                   |  4 +-
setup.cfg                                          |  3 +-
solum/api/handlers/plan_handler.py                 |  3 +-
solum/common/config.py                             |  2 +-
solum/common/repo_utils.py                         | 19 +++---
solum/locale/de/LC_MESSAGES/solum.po               | 10 ++-
solum/objects/sqlalchemy/assembly.py               |  3 +-
test-requirements.txt                              |  3 +-
tox.ini                                            | 23 +++++--
25 files changed, 137 insertions(+), 177 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3b9331d..8527025 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+eventlet>=0.22.0 # MIT
@@ -13 +13 @@ oslo.config>=5.2.0 # Apache-2.0
-oslo.context>=2.20.0 # Apache-2.0
+oslo.context>=2.21.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cbcb677..9d36cbe 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,0 +11 @@ oslotest>=3.3.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
@@ -16 +17 @@ nose>=1.3.7 # LGPL
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,!=1.6.0 # Apache-2.0






More information about the Release-announce mailing list