We are pumped to announce the release of: python-ironic-inspector-client 5.2.0: Python client for Ironic Inspector This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/python-ironic-inspector-client Download the package from: https://pypi.org/project/python-ironic-inspector-client Please report issues through: https://bugs.launchpad.net/python-ironic-inspector-client/+bugs For more details, please see below. 5.2.0 ^^^^^ Deprecation Notes * Just as ironic-inspector itself, this project is now in the maintenance mode, and its usage is discouraged. Use ironicclient and openstacksdk. (https://docs.openstack.org/python-ironicclient/latest/) (https://docs.openstack.org/openstacksdk/latest/) Changes in python-ironic-inspector-client 5.1.0..5.2.0 ------------------------------------------------------ 5e23849 Deprecate the project cd9416b reno: Update master for unmaintained/zed 36204a2 Remove old excludes 37b6fdc reno: Update master for unmaintained/xena 6bc403e reno: Update master for unmaintained/wallaby daa819a reno: Update master for unmaintained/victoria 8a908f7 Update master for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/deprecate-96d2df2cc90c257f.yaml | 8 ++++++++ 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 | 7 ++----- test-requirements.txt | 5 +---- 11 files changed, 29 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 19314ad..691bee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -cliff!=2.9.0,>=2.8.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 @@ -6 +3 @@ keystoneauth1>=3.4.0 # Apache-2.0 -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ddc2e55..58608e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. @@ -10 +7 @@ python-openstackclient>=3.12.0 # Apache-2.0 -stestr>=2.0.0 # Apache-2.0 \ No newline at end of file +stestr>=2.0.0 # Apache-2.0