We are thrilled to announce the release of: ironic-inspector 12.1.0: Hardware introspection for OpenStack Bare Metal This release is part of the caracal 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. Changes in ironic-inspector 12.0.0..12.1.0 ------------------------------------------ 7ae7480 reno: Update master for unmaintained/xena bb8b7c2 reno: Update master for unmaintained/wallaby 15dd8e7 reno: Update master for unmaintained/victoria 319970f Update bug tracker url bd08bf4 Force constraints when installing a package during tox test 8659bff reno: Update master for unmaintained/yoga 3d99d47 Ignore generated config/policy file 6f2690d Remove commenct lines for old openstackdocstheme c448b7c Bump hacking to 6.1.0 ea9ad28 Remove dependency on pytz Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 ++++ README.rst | 2 +- ironic_inspector/test/functional.py | 3 +-- ironic_inspector/utils.py | 3 +-- releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 1 - tox.ini | 8 +++++--- 11 files changed, 16 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5d1c2de..7951400 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21 +20,0 @@ pbr>=3.1.1 # Apache-2.0 -pytz>=2013.6 # MIT