We are satisfied to announce the release of: zun 11.0.0: OpenStack Containers service This release is part of the antelope 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 10.0.0.0rc1..11.0.0 ---------------------------------- c43f4235 Specify a specific version of docker cc9b8b3d Use new get_rpc_client API from oslo.messaging f4e8f995 Fix circular import 1fa73c55 Fix tox4 error 8244086d Disable git owner check for zun 7bddd4f4 Handle io_service_bytes_recursive is None b76a4e44 zuul: Declare queue at top level 9d92de54 Fix compatibility with oslo.db 12.1.0 7194214c Switch to 2023.1 Python3 unit tests and generic template name f847ff85 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 ++--- devstack/settings | 2 ++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 ++++++ requirements.txt | 2 +- tox.ini | 20 ++++++++++++++------ zun/common/context.py | 4 ++-- zun/common/rpc.py | 7 +++---- zun/container/docker/driver.py | 2 +- zun/db/sqlalchemy/api.py | 3 +++ 12 files changed, 37 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c9e9f824..54d6d61b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28 +28 @@ oslo.config>=8.1.0 # Apache-2.0 -oslo.messaging>=12.2.0 # Apache-2.0 +oslo.messaging>=14.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org