python-openstackclient 7.1.0 (dalmatian)
We enthusiastically announce the release of: python-openstackclient 7.1.0: OpenStack Command-line Client This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/python-openstackclient Download the package from: https://pypi.org/project/python-openstackclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- openstackclient For more details, please see below. Changes in python-openstackclient 7.0.0..7.1.0 ---------------------------------------------- 25780e80 identity: Use previous naming for 'service show' fields 0e731cd2 identity: Use previous naming for 'application credential show' fields 4a2fd82b compute: Make 'hypervisor show' a bit faster 04ebe085 compute: Add 'uuid' column to aggregate list b8459c57 compute: Only pass admin_password on rebuild if set 6693f555 quota: Allow 'quota set' to function without volume service 5238394e Bump requests minimal version aa88db94 Add callback on plugin load failure f885a474 Add Python 3.12 classifier 7eccd403 Show Created At column for volume backups Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- openstackclient/common/clientmanager.py | 52 ++++------ openstackclient/common/limits.py | 7 +- openstackclient/common/quota.py | 51 +++++----- openstackclient/compute/v2/aggregate.py | 52 +++++----- openstackclient/compute/v2/hypervisor.py | 8 +- openstackclient/compute/v2/server.py | 7 +- .../identity/v3/application_credential.py | 34 +++---- openstackclient/identity/v3/service.py | 10 +- ...me-backup-created-at-list-b49ec893ae1f6b0d.yaml | 4 + .../identity/v3/test_application_credential.py | 14 +-- .../identity/v3/test_registered_limit.py | 2 +- .../identity/v3/test_application_credential.py | 34 +++---- openstackclient/volume/v2/volume_backup.py | 2 + ...ggregate-list-uuid-column-808a0d051006a5ef.yaml | 5 + requirements.txt | 2 +- setup.cfg | 1 + 26 files changed, 289 insertions(+), 254 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3c494d98..c31de42a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ python-cinderclient>=3.3.0 # Apache-2.0 -requests>=2.14.2 # Apache-2.0 +requests>=2.27.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org