[release-announce] [ironic] ironic-lib 2.8.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 19 12:49:06 UTC 2017


We are gleeful to announce the release of:

ironic-lib 2.8.0: Ironic common library

This release is part of the pike release series.

Download the package from:

    https://pypi.python.org/pypi/ironic-lib

For more details, please see below.

Changes in ironic-lib 2.7.0..2.8.0
----------------------------------

11106df Updated from global requirements
a212eca Remove pbr warnerrors in favor of sphinx check
af50acd Support for NVMe drives for config drives
9ab6583 Remove unnecessary setUp function in testcase
d1512e5 Updated from global requirements
4491a52 Add 'sgdisk -Z' to destroy_disk_metadata
60a6b76 Updated from global requirements
61a0c25 Prevent tests from using utils.execute()
fc75e15 Updated from global requirements
5278105 Updated from global requirements
e36a11a Remove unit tests that test oslo_concurrency.processutils.execute
87c196d Use enforce_type=False in test_nonexisting_backend
8c1bad5 Updated from global requirements
da0524d Make disk size check output handling consistent
c7fdfc6 Updated from global requirements


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

ironic_lib/disk_utils.py                  |  21 ++++--
requirements.txt                          |  10 +--
setup.cfg                                 |   2 +-
test-requirements.txt                     |   6 +-
11 files changed, 181 insertions(+), 143 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9b4e69b..bf8f238 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -7,2 +7,2 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config>=3.22.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.config>=4.0.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
@@ -12 +12 @@ oslo.utils>=3.20.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -14 +14 @@ six>=1.9.0 # MIT
-oslo.log>=3.11.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b725d9d..6ef0392 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@
-coverage>=4.0 # Apache-2.0
-eventlet!=0.18.3,>=0.18.2 # MIT
+coverage!=4.4,>=4.0 # Apache-2.0
+eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
@@ -17 +17 @@ doc8 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list