We are chuffed to announce the release of: zun 15.0.0 This release is part of the epoxy 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 14.0.0..15.0.0 ----------------------------- b480d710 Fix the installation document about removal of --cluster-store 08ede38c Remove pytz 4fa82fe3 Fix Docker remote API TLS authentication 9d3e25e5 Fix option conflict in Zun CNI for recent Docker 72e510a5 Update gate jobs as per the 2025.1 cycle testing runtime 8a8b7b6a Replace deprecated configure_auth_token_middleware fe998789 reno: Update master for unmaintained/2023.1 e0199d5d Remove default override for config options policy_file 5c5e1063 Remove workaround for eventlet bug #592 72b7ec2d Update master for stable/2024.2 d1db4add Ensure unit tests are compatible with Python 3.12 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 10 ++++++++++ devstack/lib/zun | 16 +--------------- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- zun/cmd/__init__.py | 6 ------ zun/common/config.py | 6 ------ zun/common/policy.py | 7 ------- zun/container/docker/driver.py | 10 +++++++--- zun/container/docker/utils.py | 3 +-- zun/network/cni_network.py | 1 - zun/websocket/websocketclient.py | 14 ++++++++++++++ 18 files changed, 62 insertions(+), 69 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 54d6d61b..3dc4d7c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30 +30 @@ oslo.middleware>=4.1.0 # Apache-2.0 -oslo.policy>=3.6.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org