We are thrilled to announce the release of: solum 5.6.0: Application Lifecycle Management for OpenStack This release is part of the rocky 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.5.1..5.6.0 ----------------------------- b163941 Fix gate failed 418aa95 uncap eventlet e05c1f3 Updated from global requirements f1aeb5d Follow the new PTI for document build 3d708d7 add lower-constraints job 6f4eaeb pypy is not checked at gate ed68e88 Updated from global requirements 0fae0e6 Updated from global requirements e61b0a8 Updated from global requirements 09848b2 Updated from global requirements 631bd42 Add irrelevant-files for jobs 181bd46 Update links in README ea81666 Updated from global requirements 2f3a5c8 Imported Translations from Zanata 379de71 Imported Translations from Zanata c03c428 fix a typo : s/glace/glance/ ffec394 Remove empty files 1fd8b9b Updated from global requirements b9995f2 Imported Translations from Zanata 7c365df Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 23 ++ README.rst | 4 +- contrib/lp-cedarish/docker/build-lp | 2 +- .../vm/elements/cedarish/post-install.d/09-cleanup | 0 lower-constraints.txt | 148 +++++++++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +- releasenotes/source/queens.rst | 6 + requirements.txt | 66 ++--- setup.cfg | 9 - solum/locale/de/LC_MESSAGES/solum.po | 289 +++++++++++++++++++++ solum/locale/en_GB/LC_MESSAGES/solum.po | 6 +- test-requirements.txt | 27 +- tox.ini | 19 +- 16 files changed, 551 insertions(+), 70 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d9ec1b1..010057b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,33 +4,33 @@ -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -alembic>=0.8.10 # MIT -Babel!=2.4.0,>=2.3.4 # BSD -docker>=2.4.2 # Apache-2.0 -httplib2>=0.9.1 # MIT -iso8601>=0.1.11 # MIT -kombu!=4.0.2,>=4.0.0 # BSD -netaddr>=0.7.18 # BSD -oslo.config>=5.1.0 # Apache-2.0 -oslo.context>=2.19.2 # Apache-2.0 -oslo.db>=4.27.0 # Apache-2.0 -oslo.messaging>=5.29.0 # Apache-2.0 -oslo.middleware>=3.31.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -oslo.rootwrap>=5.8.0 # Apache-2.0 -oslo.policy>=1.30.0 # Apache-2.0 -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD -pycrypto>=2.6 # Public Domain -python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 -python-glanceclient>=2.8.0 # Apache-2.0 -python-heatclient>=1.10.0 # Apache-2.0 -python-zaqarclient>=1.0.0 # Apache-2.0 -python-neutronclient>=6.3.0 # Apache-2.0 -python-keystoneclient>=3.8.0 # Apache-2.0 -python-swiftclient>=3.2.0 # Apache-2.0 -six>=1.10.0 # MIT -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT -WSME>=0.8.0 # MIT -python-mistralclient>=3.1.0 # Apache-2.0 -keystonemiddleware>=4.17.0 # Apache-2.0 +eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT +alembic # MIT +Babel!=2.4.0 # BSD +docker # Apache-2.0 +httplib2 # MIT +iso8601 # MIT +kombu!=4.0.2 # BSD +netaddr # BSD +oslo.config!=4.3.0,!=4.4.0 # Apache-2.0 +oslo.context # Apache-2.0 +oslo.db # Apache-2.0 +oslo.messaging # Apache-2.0 +oslo.middleware # Apache-2.0 +oslo.serialization!=2.19.1 # Apache-2.0 +oslo.utils # Apache-2.0 +oslo.log # Apache-2.0 +oslo.rootwrap # Apache-2.0 +oslo.policy # Apache-2.0 +pbr!=2.1.0 # Apache-2.0 +pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD +pycrypto # Public Domain +python-barbicanclient # Apache-2.0 +python-glanceclient # Apache-2.0 +python-heatclient # Apache-2.0 +python-zaqarclient # Apache-2.0 +python-neutronclient # Apache-2.0 +python-keystoneclient!=2.1.0 # Apache-2.0 +python-swiftclient # Apache-2.0 +six # MIT +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT +WSME # MIT +python-mistralclient!=3.2.0 # Apache-2.0 +keystonemiddleware # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3e2b9b1..8477f1e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,15 +6,10 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 -fixtures>=3.0.0 # Apache-2.0/BSD -lxml!=3.7.0,>=3.4.1 # BSD -mock>=2.0.0 # BSD -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 -oslotest>=3.2.0 # Apache-2.0 -sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 -sphinxcontrib-httpdomain>=1.3.0 # BSD -stevedore>=1.20.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT -nose>=1.3.7 # LGPL -reno>=2.5.0 # Apache-2.0 +coverage!=4.4 # Apache-2.0 +fixtures # Apache-2.0/BSD +lxml!=3.7.0 # BSD +mock # BSD +oslotest # Apache-2.0 +stevedore # Apache-2.0 +testrepository # Apache-2.0/BSD +testscenarios # Apache-2.0/BSD +testtools # MIT +nose # LGPL @@ -23 +18 @@ reno>=2.5.0 # Apache-2.0 -PyMySQL>=0.7.6 # MIT License +PyMySQL # MIT License
participants (1)
-
no-reply@openstack.org