[release-announce] solum 9.0.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 14 10:40:33 UTC 2020
We are chuffed to announce the release of:
solum 9.0.0: Application Lifecycle Management for OpenStack
This release is part of the victoria 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 8.0.0..9.0.0
-----------------------------
6d689be [goal] Migrate testing to ubuntu focal
369f4d2 Fix lower-constraints.
ab62db2 Use uwsgi binary from path
e17ac20 drop mock from lower-constraints
6049b6b Imported Translations from Zanata
968395a Switch to newer openstackdocstheme and reno versions
7c859a4 Fix hacking min version to 3.0.1
28330e9 Cleanup py27 support
9d34c4d Bump default tox env from py37 to py38
355c85e Add py38 package metadata
c8d75bb Fix py38 error
480e68e Add Python3 victoria unit tests
19e1280 Update master for stable/ussuri
406afaa Replace safe_utils.getcallargs with inspect.getcallargs
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 2 +-
babel.cfg | 1 -
devstack/plugin.sh | 2 +-
lower-constraints.txt | 21 +++----
releasenotes/source/conf.py | 13 ++--
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 70 +++++++++++++++++++++-
releasenotes/source/ussuri.rst | 6 ++
requirements.txt | 6 +-
setup.cfg | 15 +----
solum/common/exception.py | 4 +-
solum/common/safe_utils.py | 53 ----------------
solum/locale/en_GB/LC_MESSAGES/solum.po | 8 ++-
solum/objects/registry.py | 3 +-
test-requirements.txt | 2 +-
tox.ini | 9 ++-
20 files changed, 120 insertions(+), 124 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index fdb2e95..21afdef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,2 +10,2 @@ iso8601>=0.1.12 # MIT
-kombu>=4.1.0 # BSD
-netaddr>=0.7.19 # BSD
+kombu>=4.3.0 # BSD
+netaddr>=0.7.20 # BSD
@@ -14 +14 @@ oslo.context>=2.21.0 # Apache-2.0
-oslo.db>=4.35.0 # Apache-2.0
+oslo.db>=4.40.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6d51702..25a3564 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
More information about the Release-announce
mailing list