We are tickled pink to announce the release of: python-magnumclient 4.9.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/python-magnumclient Download the package from: https://pypi.org/project/python-magnumclient Please report issues through: https://bugs.launchpad.net/python-magnumclient/+bugs For more details, please see below. 4.9.0 ^^^^^ New Features * Implemented OpenStack command for credential-rotate which can be invoked with *openstack coe credential rotate <cluster>*. Changes in python-magnumclient 4.8.1..4.9.0 ------------------------------------------- 6357cfa Support credential API eb0db0c Replace os-client-config 5cb83d1 Replace UPPER_CONSTRAINTS_FILE fc061c3 Use releases.openstack.org instead of opendev.org 97dbb3b Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- magnumclient/osc/v1/credentials.py | 39 ++++++++++++++++++++++ magnumclient/v1/client.py | 8 +++-- magnumclient/v1/credentials.py | 31 +++++++++++++++++ .../notes/credential-rotate-02cc95069e3329fb.yaml | 5 +++ releasenotes/source/2025.1.rst | 6 ++++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 2 ++ tox.ini | 8 ++--- 9 files changed, 94 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3e00db4..1eeff66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.utils>=3.33.0 # Apache-2.0 -os-client-config>=1.28.0 # Apache-2.0 +openstacksdk>=0.10.0 # Apache-2.0