We are enthusiastic to announce the release of:

solum 5.0.1: Application Lifecycle Management for OpenStack

This release is part of the newton release series.

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/solum

For more details, please see below.

Changes in solum 5.0.0..5.0.1
-----------------------------

726a789 Fix the wrong '--plan-file' flag in quick start doc
582dfc7 Enable release notes translation
6c9a3ea Updated from global requirements
a49a38a Updated from global requirements
300bfe0 Remove solum-builder-api from setup.cfg
9763b11 Updated from global requirements
391191e Bump devstack version
fd6c52d Using sys.exit(main()) instead of main()
f44eae1 Updated from global requirements
7ef0292 Don't pass argument sqlite_db in method set_defaults
f7a1379 Replace assertEqual(None, *) with assertIsNone in tests
606c8af Updated from global requirements
7d8e265 Let solum api/conductor/deployer/worker work with logging
71b7557 Fix tempest error
03cc9e6 Let solum conductor/deployer/worker work without logging
b70bf05 Updated from global requirements
f35e792 [workaround]Let solum work without logging
7eb5162 Updated from global requirements
c200166 Coreos uses the stable version
2ecfb75 Modify use of assertTrue(A in B)
e8f9d04 Remove all the openstack directory
fcaf835 Switch to oslo_i18n
1142b30 Using oslo_utils instead of excutils.py
9225f11 Switch to oslo_utils
0fab078 Updated from global requirements


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

contrib/add-ons/lib/solum                          |   2 +-
contrib/lp-cedarish/docker/swift-handler.py        |   2 +-
devstack/devstack-provenance                       | 439 ++++++++++---------
devstack/plugin.sh                                 |   6 +-
releasenotes/source/conf.py                        |   3 +
requirements.txt                                   |  14 +-
setup.cfg                                          |   1 -
solum/api/auth.py                                  |   4 +-
solum/api/controllers/camp/v1_1/plans.py           |   2 +-
solum/api/controllers/v1/assembly.py               |   2 +-
.../api/controllers/v1/datamodel/language_pack.py  |   2 +-
solum/api/controllers/v1/datamodel/sensor.py       |   2 +-
solum/api/controllers/v1/datamodel/types.py        |   2 +-
solum/api/controllers/v1/pipeline.py               |   2 +-
solum/cmd/api.py                                   |   2 +-
solum/cmd/conductor.py                             |   2 +-
solum/cmd/deployer.py                              |   2 +-
solum/cmd/worker.py                                |   2 +-
solum/common/clients.py                            |   2 +-
solum/common/exception.py                          |   4 +-
solum/common/service.py                            |   5 +-
solum/common/solum_barbicanclient.py               |   3 +-
solum/common/solum_keystoneclient.py               |   4 +-
solum/common/urlfetch.py                           |   2 +-
solum/i18n.py                                      |  35 ++
solum/openstack/__init__.py                        |   0
solum/openstack/common/__init__.py                 |  17 -
solum/openstack/common/excutils.py                 | 101 -----
solum/openstack/common/fixture/__init__.py         |   0
solum/openstack/common/fixture/config.py           |  85 ----
solum/openstack/common/gettextutils.py             | 479 ---------------------
solum/openstack/common/importutils.py              |  73 ----
solum/openstack/common/local.py                    |  45 --
solum/openstack/common/strutils.py                 | 295 -------------
solum/worker/handlers/shell.py                     |   2 +-
test-requirements.txt                              |   8 +-
tox.ini                                            |   2 +-
51 files changed, 319 insertions(+), 1390 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 54b5fb0..43baf8d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ kombu>=3.0.25 # BSD
-netaddr!=0.7.16,>=0.7.12 # BSD
+netaddr!=0.7.16,>=0.7.13 # BSD
@@ -14 +14 @@ oslo.context>=2.9.0 # Apache-2.0
-oslo.db>=4.10.0 # Apache-2.0
+oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0
@@ -19 +19 @@ oslo.utils>=3.16.0 # Apache-2.0
-oslo.log>=1.14.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
@@ -21 +21 @@ pbr>=1.6 # Apache-2.0
-pecan!=1.0.2,!=1.0.3,!=1.0.4,>=1.0.0 # BSD
+pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
@@ -24,2 +24,2 @@ python-barbicanclient>=4.0.0 # Apache-2.0
-python-glanceclient!=2.4.0,>=2.3.0 # Apache-2.0
-python-heatclient>=1.4.0 # Apache-2.0
+python-glanceclient>=2.5.0 # Apache-2.0
+python-heatclient>=1.5.0 # Apache-2.0
@@ -34 +34 @@ python-mistralclient>=2.0.0 # Apache-2.0
-keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0
+keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 220549c..f0b5d94 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
@@ -16 +16 @@ sphinxcontrib-httpdomain # BSD
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0
@@ -24 +24 @@ reno>=1.8.0 # Apache2
-PyMySQL>=0.6.2 # MIT License
+PyMySQL!=0.7.7,>=0.6.2 # MIT License



_______________________________________________
OpenStack-announce mailing list
OpenStack-announce@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce

Reply via email to