python-ironic-inspector-client 3.3.0 (rocky)
We are overjoyed to announce the release of: python-ironic-inspector-client 3.3.0: Python client for Ironic Inspector This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-ironic-inspector- client Download the package from: https://pypi.org/project/python-ironic-inspector-client Please report issues through launchpad: https://storyboard.openstack.org/#!/project/958 For more details, please see below. 3.3.0 ^^^^^ New Features ************ * Adds Python library support for passing "manage_boot" to the introspection API. Bug Fixes ********* * The error message returned when running the *openstack baremetal introspection interface show* command with an interface not associated with the node has been fixed. It now indicates that the interface was invalid. Changes in python-ironic-inspector-client 3.2.0..3.3.0 ------------------------------------------------------ 53bf4e8 Fix errors in package metadata 426c6cb Update the home-page link 5d2a4d1 Provide proper error message if interface name is invalid ee377e5 Add release note link in README cdf16e6 Support passing manage_boot argument in Python API 519475f Follow the new PTI for document build 034933e fix tox python3 overrides ed9954b add lower-constraints job be1ed03 Trivial: Update pypi url to new url Diffstat (except docs and test files) ------------------------------------- README.rst | 5 +- ironic_inspector_client/__init__.py | 4 + ironic_inspector_client/test/test_v1.py | 18 ++-- ironic_inspector_client/v1.py | 112 +++++++++++++-------- lower-constraints.txt | 85 ++++++++++++++++ ...ror-msg-invalid-interface-4b6b70b92c27d6f6.yaml | 6 ++ .../notes/manage-boot-3d77762952b354a1.yaml | 4 + setup.cfg | 19 +--- test-requirements.txt | 3 - tox.ini | 27 ++++- zuul.d/project.yaml | 2 + 14 files changed, 234 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e2f1195..13ef714 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +9,0 @@ requests-mock>=1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org