[release-announce] ironic-lib 2.13.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed May 9 16:54:06 UTC 2018


We are gleeful to announce the release of:

ironic-lib 2.13.0: Ironic common library

This release is part of the rocky release series.

Download the package from:

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

For more details, please see below.

Changes in ironic-lib 2.12.0..2.13.0
------------------------------------

19c9f05 Gate fix: Cap hacking to avoid gate failure
01468cb fix lower constraints and uncap eventlet
d2ade05 Add retry attempts for the partprobe command
078d8c8 Change launchpad references to storyboard
f3d0424 Updated from global requirements
4270bbe add lower-constraints job
bf64113 Updated from global requirements
76a5f27 Updated from global requirements
2428577 Switch the CI to hardware types and clean up playbooks
307acb2 Updated from global requirements
8c17876 Updated from global requirements
cdea108 Use six.wraps() for Metrics so decorated methods can be inspected
7ff76e9 Zuul: Remove project name
1873778 Use the 'ironic' queue for the gate
91e43cd Replace curly quotes with straight quotes
ce0655b Add missing 'self' parameter to class methods
8f4e89f Updated from global requirements


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

CONTRIBUTING.rst                                   |  4 +-
ironic_lib/disk_utils.py                           |  7 +-
ironic_lib/metrics.py                              |  7 +-
lower-constraints.txt                              | 76 ++++++++++++++++++++++
.../run.yaml                                       | 60 ++++-------------
.../run.yaml                                       | 55 +++-------------
.../run.yaml                                       | 60 ++++-------------
.../run.yaml                                       | 55 +++-------------
requirements.txt                                   |  4 +-
test-requirements.txt                              |  8 +--
tox.ini                                            |  9 ++-
zuul.d/project.yaml                                |  4 +-
15 files changed, 202 insertions(+), 213 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ecb2d04..fb98f7c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-oslo.concurrency>=3.25.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.concurrency>=3.26.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index bc3d09e..fefbb08 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ coverage!=4.4,>=4.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
@@ -8 +8 @@ flake8-import-order>=0.13 # LGPLv3
-hacking>=1.0.0 # Apache-2.0
+hacking>=1.0.0,<1.1.0 # Apache-2.0
@@ -17,2 +17,2 @@ doc8>=0.6.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list