ironic-inspector 12.2.0 (dalmatian)
We are delighted to announce the release of: ironic-inspector 12.2.0: Hardware introspection for OpenStack Bare Metal This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/ironic-inspector Download the package from: https://tarballs.openstack.org/ironic-inspector/ Please report issues through: https://bugs.launchpad.net/ironic-inspector/+bugs For more details, please see below. 12.2.0 ^^^^^^ New Features * Delegate parsing of version headers in API requests to the "microversion-parse" library which also adds support for the new standard singular header: 'OpenStack-API-Version: baremetal- introspection <version>'. Changes in ironic-inspector 12.1.0..12.2.0 ------------------------------------------ f868a25 Imported Translations from Zanata 7df15bd Fix codespell reported errors 3ac3edd Fix negative lookahead assertion syntax error f31ed9e reno: Update master for unmaintained/zed ea5df0b Remove old excludes 45adb75 Follow-up: Use ``microversion-parse`` to parse version headers in API requests 7c6ea6c Remove SQLAlchemy tips jobs eaec41e Use the new microversion-parse library to parse the version headers 0459552 Update master for stable/2024.1 48f34a7 Imported Translations from Zanata 93352b6 Update regex to detect closed branch Diffstat (except docs and test files) ------------------------------------- api-ref/source/introspection-api-versions.inc | 14 +- .../18440d0834af_introducing_the_aborting_state.py | 2 +- ironic_inspector/main.py | 17 +- ironic_inspector/test/unit/test_main.py | 11 + releasenotes/config.yaml | 2 +- ...icroversion-parse-library-1b655eb52998f1df.yaml | 7 + releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 851 ++++++++++++++++++++- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 32 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 4 +- setup.cfg | 6 +- test-requirements.txt | 10 +- zuul.d/ironic-inspector-jobs.yaml | 36 +- zuul.d/project.yaml | 2 - 17 files changed, 944 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7951400..0eca907 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +4,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. @@ -40,0 +38 @@ tooz>=2.5.1 # Apache-2.0 +microversion_parse>=1.0.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 99c5fd3..84a6235 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,3 @@ -# 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. - -bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 -pymemcache!=1.3.0,>=1.2.9 # Apache-2.0 +bandit>=1.1.0,<2.0.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 +pymemcache>=1.2.9 # Apache-2.0
participants (1)
-
no-reply@openstack.org