python-novaclient 18.7.0 (dalmatian)
We are thrilled to announce the release of: python-novaclient 18.7.0: Client library for OpenStack Compute API This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/python-novaclient Download the package from: https://pypi.org/project/python-novaclient Please report issues through: https://bugs.launchpad.net/python-novaclient/+bugs For more details, please see below. 18.7.0 ^^^^^^ New Features * Adds supports for Nova Server get and list metadata API. Changes in python-novaclient 18.6.0..18.7.0 ------------------------------------------- bc7db066 [doc] change directive noindex to no-index d27282b5 Fix Python 3.12 compatibility 43e6dbaf tox: Add Python-specific functional envs 3e63fb9d functional: Handle multiple networks 8f8f5ab4 support get and list server's metadata 2bd135c1 Remove old excludes ec292ac6 reno: Update master for unmaintained/zed 3ffc5e5b Update master for stable/2024.1 99bbecfc reno: Update master for unmaintained/xena f2d51a0f reno: Update master for unmaintained/wallaby 59a147ab reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- novaclient/shell.py | 7 +++++-- novaclient/v2/servers.py | 20 ++++++++++++++++++++ .../notes/get-list-metadata-8afcc8f32ad82dda.yaml | 4 ++++ releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- tox.ini | 2 +- 18 files changed, 92 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2eec1a70..88c0e2b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.0.0 # Apache-2.0 @@ -9 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7d4278a8..0c56a31a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ bandit>=1.1.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.4.1 # Apache-2.0 @@ -7 +7 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0 +python-cinderclient>=4.0.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org