python-blazarclient 4.1.0 (dalmatian)
We are stoked to announce the release of: python-blazarclient 4.1.0: Client for OpenStack Reservation Service This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/python-blazarclient Download the package from: https://pypi.org/project/python-blazarclient Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. 4.1.0 ^^^^^ New Features * Add support for creating flavor-based instance reservations. Changes in python-blazarclient 4.0.1..4.1.0 ------------------------------------------- e1f6650 Bump hacking to 7.0.0 and fix linting issues 1332265 Support flavor-based instance reservation 7a3a6a8 reno: Update master for unmaintained/zed 4a7c0e9 Update master for stable/2024.1 ee25d60 reno: Update master for unmaintained/xena d9cc3a5 reno: Update master for unmaintained/wallaby 9e2684e reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- blazarclient/v1/allocations.py | 2 +- blazarclient/v1/floatingips.py | 2 +- blazarclient/v1/hosts.py | 4 ++-- blazarclient/v1/leases.py | 2 +- blazarclient/v1/shell_commands/leases.py | 8 ++++++++ .../notes/flavor-based-instance-reservation-ec9730ddfeabdf15.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 +- test-requirements.txt | 6 +----- 13 files changed, 29 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 78539c9..c9e0687 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4 @@ -hacking>=1.1.0,<3.0.1 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org