[release-announce] [ironic] ironic-python-agent 3.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 8 13:05:23 UTC 2018


We are satisfied to announce the release of:

ironic-python-agent 3.2.0: Ironic Python Agent Ramdisk

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/ironic-python-agent/

For more details, please see below.

Changes in ironic-python-agent 3.1.0..3.2.0
-------------------------------------------

689dbf6 Add documentation for rescue mode
944a77c When ouputting to /dev/null should open in write mode
8873f5e Replace use of functools.wraps() with six.wraps()
80594ca Adds a releasenote for DHCP support for TinyIPA
f08636f Follow-up patch for rescue extension for CoreOS
2877fc5 Use lshw in place of dmidecode for the default hardware manager
d5a9c6f Zuul: Remove project name
f55b8a3 Execute error in _detect_cna_card
e3ec870 Use the 'ironic' queue for the gate
c51b34e Replace curly quotes with straight quotes
6ae21fb Updated from global requirements
8021357 Updated from global requirements
7142031 Updated from global requirements
71c89c9 Rescue extension for TinyIPA with DHCP network


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

imagebuild/tinyipa/build-tinyipa.sh                |   8 +
imagebuild/tinyipa/build_files/bootlocal.sh        |  37 +++++
imagebuild/tinyipa/finalise-tinyipa.sh             |   6 +
imagebuild/tinyipa/udhcpc.script                   |  44 ++++++
ironic_python_agent/agent.py                       |   2 +-
ironic_python_agent/extensions/base.py             |   4 +-
ironic_python_agent/hardware.py                    |  88 +++++------
ironic_python_agent/hardware_managers/cna.py       |  18 ++-
ironic_python_agent/utils.py                       |   2 +-
...or-memory-and-system-info-35c69da067c72b36.yaml |  15 ++
...-dhcp_network-for-tinyipa-a14de5fae38a5dce.yaml |   5 +
requirements.txt                                   |   4 +-
test-requirements.txt                              |   6 +-
tox.ini                                            |   2 +-
zuul.d/project.yaml                                |   2 +-
22 files changed, 411 insertions(+), 118 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c40d1b9..3126167 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,2 +10,2 @@ oslo.config>=5.1.0 # Apache-2.0
-oslo.concurrency>=3.20.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index feb1668..2b4c677 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ testtools>=2.2.0 # MIT
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -15 +15 @@ doc8>=0.6.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -17 +17 @@ sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list