[release-announce] python-ironic-inspector-client 3.4.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 24 17:12:39 UTC 2018


We enthusiastically announce the release of:

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

This release is part of the stein 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.4.0
^^^^^

New Features

* Supports importing introspection rules from YAML files (in
  addition to already supported JSON format).

Changes in python-ironic-inspector-client 3.3.0..3.4.0
------------------------------------------------------

9a9b877 Change basepython to python3
30fb16c Support loading introspection rules from YAML files
87251a3 add python 3.6 unit test job
7b3cac8 switch documentation job to new PTI
54fea88 import zuul job settings from project-config
e3447e9 CI: stop trying to pull the tempest plugin from ironic-inspector
0dc4b25 Update reno for stable/rocky
1f72708 Fix setup.cfg for release


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

ironic_inspector_client/shell.py                   |  9 ++++---
ironic_inspector_client/test/functional.py         | 30 ++++++++++++----------
ironic_inspector_client/test/test_shell.py         | 26 +++++++++++++++++++
.../run.yaml                                       | 10 --------
.../notes/rules-import-yaml-815ebc6ca6fe28b9.yaml  |  5 ++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/rocky.rst                      |  6 +++++
requirements.txt                                   |  1 +
tox.ini                                            | 11 ++++++--
zuul.d/project.yaml                                | 10 ++++++++
10 files changed, 80 insertions(+), 29 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 84d8ebe..a9d78a8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
+PyYAML>=3.12 # MIT






More information about the Release-announce mailing list