[openstack-announce] [release][ironic] python-ironic-inspector-client 1.4.0 release (mitaka)

doug at doughellmann.com doug at doughellmann.com
Mon Feb 29 18:18:27 UTC 2016


We are overjoyed to announce the release of:

python-ironic-inspector-client 1.4.0: Python client for Ironic
Inspector

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-ironic-inspector-
client

Please report issues through launchpad:

    http://bugs.launchpad.net/python-ironic-inspector-client

For more details, please see below.

1.4.0
^^^^^

New Features

* Added "introspection data save" command to retrieve stored
  introspection data for the node.

Changes in python-ironic-inspector-client 1.3.0..1.4.0
------------------------------------------------------

62ef4eb Updated from global requirements
84ca803 Implement 'introspection data save' command
ac5952a Stop relying on deprecated and removed support for maintenance mode in tests
0eac673 Put py34 first in the env order of tox
de24821 Removes MANIFEST.in as it is not needed explicitely by PBR
f7e7d5c Updated from global requirements
ca495d0 Updated from global requirements
8461549 Updated from global requirements
ba85623 Fixed links to the new ironic-inspector documentation

Diffstat (except docs and test files)
-------------------------------------

MANIFEST.in                                        |  5 ----
README.rst                                         | 17 +++++++----
ironic_inspector_client/shell.py                   | 23 ++++++++++++++
ironic_inspector_client/test/functional.py         |  2 +-
ironic_inspector_client/test/test_shell.py         | 35 ++++++++++++++++++++++
releasenotes/notes/data-save-9d9d4b3ac7c9851f.yaml |  4 +++
requirements.txt                                   | 10 +++----
setup.cfg                                          |  1 +
test-requirements.txt                              |  8 ++---
tox.ini                                            |  2 +-
10 files changed, 85 insertions(+), 22 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 00d309a..4c5a5b6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +6,5 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=2.8.0 # Apache-2.0
-pbr>=1.6
-python-openstackclient>=1.5.0
-requests>=2.8.1
-six>=1.9.0
+oslo.utils>=3.4.0 # Apache-2.0
+pbr>=1.6 # Apache-2.0
+python-openstackclient>=2.0.0 # Apache-2.0
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 195b582..7d9e3a1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -6 +6 @@ doc8 # Apache-2.0
-fixtures>=1.3.1
+fixtures>=1.3.1 # Apache-2.0/BSD
@@ -8,2 +8,2 @@ hacking<0.11,>=0.10.0
-mock>=1.2
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+mock>=1.2 # BSD
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD





More information about the OpenStack-announce mailing list