We are satisfied to announce the release of: zun 7.0.0: OpenStack Containers service This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/zun Download the package from: https://tarballs.openstack.org/zun/ Please report issues through: https://bugs.launchpad.net/zun/+bugs For more details, please see below. Changes in zun 6.0.0..7.0.0 --------------------------- 6ac7a3ee Remove __unicode__() from ZunException 5e22736c [goal] Deprecate the JSON formatted policy file 1bce9e58 Fix lower constaint job 05561549 Use TOX_CONSTRAINTS_FILE 12fa7efc Fix invalid argument formatting in exception messages 1a898f89 Reuse the docs deps to benefit from constraints da7c9be8 [goal] Migrate testing to ubuntu focal facf5c7d Revert "Temporarily disable tempest jobs" f70be3c0 Increase timeout for waiting volume deleted 7fe0180c Temporarily disable tempest jobs a9738385 Add Python3 wallaby unit tests 2f4a3a2b Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 19 +++- lower-constraints.txt | 108 +++++++++++---------- ...son-formatted-policy-file-1c77a54f9a043c25.yaml | 20 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ requirements.txt | 55 ++++++----- setup.cfg | 4 +- test-requirements.txt | 16 +-- tox.ini | 6 +- zun/cmd/status.py | 3 + zun/cni/plugins/zun_cni_registry.py | 2 +- zun/common/config.py | 6 ++ zun/common/exception.py | 3 - zun/common/policy.py | 7 ++ zun/container/cri/driver.py | 2 +- 17 files changed, 171 insertions(+), 96 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 29a72028..c9e9f824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,6 @@ grpcio>=1.25.0 # Apache-2.0 -PyYAML>=3.13 # MIT -eventlet>=0.22.0 # MIT -keystonemiddleware>=4.18.0 # Apache-2.0 +PyYAML>=5.1 # MIT +eventlet>=0.28.0 # MIT +WebOb>=1.8.1 # MIT +alembic>=0.9.8 # MIT +keystoneauth1>=3.14.0 # Apache-2.0 +keystonemiddleware>=9.0.0 # Apache-2.0 @@ -13 +16,2 @@ kuryr-lib>=0.5.0 # Apache-2.0 -pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD +pbr>=5.5.0 # Apache-2.0 +pecan>=1.3.3 # BSD @@ -16,17 +20,18 @@ psutil>=3.2.2 # BSD -python-glanceclient>=2.8.0 # Apache-2.0 -python-neutronclient>=6.7.0 # Apache-2.0 -python-cinderclient>=3.3.0 # Apache-2.0 -oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 -oslo.messaging>=5.29.0 # Apache-2.0 -oslo.middleware>=3.31.0 # Apache-2.0 -oslo.policy>=1.30.0 # Apache-2.0 -oslo.privsep>=1.32.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 -oslo.versionedobjects>=1.35.0 # Apache-2.0 -oslo.context>=2.22.0 # Apache-2.0 -oslo.utils>=3.37.0 # Apache-2.0 -oslo.db>=4.44.0 # Apache-2.0 +python-glanceclient>=3.2.0 # Apache-2.0 +python-neutronclient>=7.2.0 # Apache-2.0 +python-cinderclient>=7.1.0 # Apache-2.0 +requests>=2.20.1 # Apache-2.0 +oslo.i18n>=5.0.0 # Apache-2.0 +oslo.log>=4.2.0 # Apache-2.0 +oslo.concurrency>=4.1.0 # Apache-2.0 +oslo.config>=8.1.0 # Apache-2.0 +oslo.messaging>=12.2.0 # Apache-2.0 +oslo.middleware>=4.1.0 # Apache-2.0 +oslo.policy>=3.6.0 # Apache-2.0 +oslo.privsep>=2.2.0 # Apache-2.0 +oslo.serialization>=3.2.0 # Apache-2.0 +oslo.service>=2.2.0 # Apache-2.0 +oslo.versionedobjects>=2.1.0 # Apache-2.0 +oslo.context>=3.1.0 # Apache-2.0 +oslo.utils>=4.5.0 # Apache-2.0 +oslo.db>=8.2.0 # Apache-2.0 @@ -34 +39 @@ oslo.rootwrap>=5.8.0 # Apache-2.0 -oslo.upgradecheck>=0.1.0 # Apache-2.0 +oslo.upgradecheck>=1.3.0 # Apache-2.0 @@ -39,3 +44,3 @@ os-vif>=1.15.1 # Apache-2.0 -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT -stevedore>=1.20.0 # Apache-2.0 -docker>=2.4.2 # Apache-2.0 +SQLAlchemy>=1.2.0 # MIT +stevedore>=3.3.0 # Apache-2.0 +docker>=4.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0eea9519..629dddcc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9,2 @@ bandit>=1.1.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +doc8>=0.8.1 # Apache-2.0 +coverage>=5.3 # Apache-2.0 @@ -12,2 +12,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -oslotest>=3.2.0 # Apache-2.0 -osprofiler>=1.4.0 # Apache-2.0 +oslotest>=4.4.1 # Apache-2.0 +osprofiler>=3.4.0 # Apache-2.0 @@ -18,4 +18,4 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT -stestr>=2.0.0 # Apache-2.0 -Pygments>=2.2.0 # BSD license -python-zunclient>=3.5.0 # Apache-2.0 +testtools>=2.4.0 # MIT +stestr>=3.1.0 # Apache-2.0 +Pygments>=2.7.2 # BSD license +python-zunclient>=4.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org