[release][stable][ironic] ironic-inspector 3.2.1 release (mitaka)
We are tickled pink to announce the release of: ironic-inspector 3.2.1: Hardware introspection for OpenStack Bare Metal This release is part of the mitaka stable release series. With source available at: http://git.openstack.org/cgit/openstack/ironic-inspector Please report issues through launchpad: http://bugs.launchpad.net/ironic-inspector For more details, please see below. 3.2.1 ^^^^^ Bug Fixes * Fixes a problem which caused an unhandled TypeError exception to bubble up when inspector was attempting to convert some eDeploy data to integer. * Fixed a regression in the firewall code, which causes re-running introspection for an already inspected node to fail. * Fixed the "is-empty" condition to return True on missing values. Changes in ironic-inspector 3.2.0..3.2.1 ---------------------------------------- 0353131 is-empty conditions should accept missing values 6ad8546 Updated from global requirements 2a6441b Updated from global requirements abd50d8 Make sure to clean the blacklist cache when disabling the firewall e4b7acb Drop the TestInit node_cache unit test 7fc985b Better error handling when converting eDeploy data 1861012 Update .gitreview for stable/mitaka Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ironic_inspector/firewall.py | 3 ++- ironic_inspector/plugins/extra_hardware.py | 2 +- ironic_inspector/plugins/rules.py | 1 + ironic_inspector/test/functional.py | 1 + ironic_inspector/test/test_firewall.py | 6 ++++++ ironic_inspector/test/test_node_cache.py | 10 ---------- ironic_inspector/test/test_plugins_extra_hardware.py | 11 +++++++++++ releasenotes/notes/edeploy-typeerror-6486e31923d91666.yaml | 5 +++++ releasenotes/notes/firewall-rerun-f2d0f64cca2698ff.yaml | 4 ++++ releasenotes/notes/is-empty-missing-a590d580cb62761d.yaml | 3 +++ requirements.txt | 2 +- test-requirements.txt | 2 +- 13 files changed, 37 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ae36002..220c044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ alembic>=0.8.0 # MIT -Babel>=1.3 # BSD +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index c77cbb7..2eac985 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ reno>=0.1.1 # Apache2 -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org