We are ecstatic to announce the release of: python-cloudkittyclient 6.0.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/python-cloudkittyclient Download the package from: https://pypi.org/project/python-cloudkittyclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- cloudkittyclient For more details, please see below. 6.0.0 ^^^^^ Upgrade Notes * The default API version has been changed from v1 to v2. Users who want to continue using the v1 API must now explicitly specify the API version using the "--os-rating-api-version 1" CLI option or by setting the "OS_RATING_API_VERSION=1" environment variable. If no version is specified, the client will now use the v2 API by default. * Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported. Changes in python-cloudkittyclient 5.4.0..6.0.0 ----------------------------------------------- 2d965f9 Use v2 API by default e1408eb Fix docs job ab5b02d Update supported python versions c26fc95 Update master for stable/2025.2 f8da9da Add support to rating rules with start and end 2240208 Replace os-client-config 826297e CI: enable ceilometer plugin Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + cloudkittyclient/osc.py | 2 +- cloudkittyclient/shell.py | 6 +-- cloudkittyclient/v1/rating/hashmap.py | 20 +++++++++ cloudkittyclient/v1/rating/hashmap_cli.py | 14 ++++++ cloudkittyclient/v1/rating/pyscripts.py | 19 +++++++- cloudkittyclient/v1/rating/pyscripts_cli.py | 11 +++++ ...default-api-version-to-v2-6d4bb5bfa234ed13.yaml | 8 ++++ .../notes/remove-py39-8c71acfb47b84070.yaml | 5 +++ releasenotes/source/2025.2.rst | 6 +++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 5 +-- tox.ini | 1 - 20 files changed, 213 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1cdc556..00a9bcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ jsonpath-rw-ext>=1.2.0 # Apache-2.0 -os-client-config>=2.1.0 # Apache-2.0 +openstacksdk>=0.10.0 # Apache-2.0