murano 10.0.0 (victoria)
We are psyched to announce the release of: murano 10.0.0: Murano API This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/murano Download the package from: https://tarballs.openstack.org/murano/ Please report issues through: https://bugs.launchpad.net/murano/+bugs For more details, please see below. Changes in murano 9.0.0.0rc1..10.0.0 ------------------------------------ 91a58c57 Murano testing to Ubuntu Focal 242d6175 Add native grenade zuul v3 jobs 9c694a6b Fix cidr format error about ip_address in allowed_address_pairs. fc12a879 Fix requirements-check job 371e99e4 Fix murano ci UT error ae9b4e80 Murano api add monkey patch 4adf454c Switch from unittest2 compat methods to Python 3.x methods 4c2f898b Use uwsgi binary from path cd27f95c Fix versions api by using webob correctly 0108d030 Always reset cfg.CONF when starting the wsgi app a30825ca Stop to use the __future__ module. 8afa4912 Remove retired congress 572ac87b Cap jsonschema 3.2.0 as the minimal version 3698744b Switch to newer openstackdocstheme and reno versions 7eca01a7 Fix pep8 error 613575b3 Fix hacking min version to 3.0.1 9931c35d Cleanup py27 support fe543a67 Monkey patch original current_thread _active 5f301156 Bump default tox env from py37 to py38 505bf728 Add py38 package metadata 388783c2 Add Python3 victoria unit tests 591f4722 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 74 ++++++++++------------ api-ref/source/conf.py | 8 +-- babel.cfg | 1 - devstack/plugin.sh | 2 +- lower-constraints.txt | 33 ++++------ .../Classes/resources/NeutronNetworkBase.yaml | 2 +- murano/api/__init__.py | 14 ++++ murano/api/versions.py | 2 +- murano/common/policy.py | 8 +-- murano/httpd/murano_api.py | 3 + murano/monkey_patch.py | 6 ++ .../unit/policy/test_model_policy_enforcer.py | 7 +- playbooks/legacy/grenade-devstack-murano/post.yaml | 15 ----- playbooks/legacy/grenade-devstack-murano/run.yaml | 70 -------------------- releasenotes/source/conf.py | 8 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ requirements.txt | 17 +++-- setup.cfg | 20 +----- test-requirements.txt | 8 +-- tools/lintstack.py | 2 - tools/test-setup.sh | 4 +- tox.ini | 9 +-- 35 files changed, 151 insertions(+), 231 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ccbeedca..6db80ab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ alembic>=0.8.10 # MIT -eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT +eventlet>=0.26.0 # MIT @@ -12 +12 @@ Routes>=2.3.1 # MIT -tenacity>=4.4.0 # Apache-2.0 +tenacity>=4.12.0 # Apache-2.0 @@ -14 +14 @@ WebOb>=1.7.1 # MIT -kombu!=4.0.2,>=4.0.0 # BSD +kombu>=4.6.1 # BSD @@ -17 +17 @@ netaddr>=0.7.18 # BSD -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT @@ -24 +24 @@ debtcollector>=1.2.0 # Apache-2.0 -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=2.7 # BSD/Apache-2.0 @@ -29 +29 @@ Paste>=2.0.2 # MIT -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT @@ -34 +33,0 @@ python-muranoclient>=0.8.2 # Apache-2.0 -python-congressclient<2000,>=1.9.0 # Apache-2.0 @@ -36 +35 @@ python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 -oslo.db>=4.27.0 # Apache-2.0 +oslo.db>=4.44.0 # Apache-2.0 @@ -50 +49 @@ semantic-version>=2.8.2 # BSD -castellan>=0.16.0 # Apache-2.0 +castellan>=0.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 29257c6b..c5a2e29f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<4.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -15 +15 @@ pylint==1.4.5 # GPLv2 -pycodestyle>=2.0.0 # MIT License +pycodestyle>=2.5.0 # MIT License @@ -22,2 +22,2 @@ bandit>=1.1.0,!=1.6.0 # Apache-2.0 -PyMySQL>=0.7.6 # MIT License -psycopg2>=2.7.0 # LGPL/ZPL +PyMySQL>=0.8.0 # MIT License +psycopg2>=2.8.5 # LGPL/ZPL
participants (1)
-
no-reply@openstack.org