[release-announce] ironic-lib 2.12.2 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 29 01:25:07 UTC 2019


We are satisfied to announce the release of:

ironic-lib 2.12.2: Ironic common library

This release is part of the queens stable release series.

Download the package from:

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

For more details, please see below.

Changes in ironic-lib 2.12.1..2.12.2
------------------------------------

f19eb25 Run sync and partprobe after adding a configdrive partition
87ea79b Add retry attempts for the partprobe command
3917e65 Check GPT table with sgdisk insread of partprobe
90b11d9 Prevent configuration changes in unit tests from affecting each other
a759ed9 Revert "Use dd conv=sparse when writing images to nodes"
763a8d5 Make search for config drive partition case insensitive
031a400 import zuul job settings from project-config
ba431c4 Fix GPT bug with whole disk images
800258f Do not run API (functional) tests in the CI
ea679e8 Gate fix: Cap hacking to avoid gate failure


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

ironic_lib/disk_utils.py                           |  63 +++++++++--
.../run.yaml                                       |   2 +-
.../run.yaml                                       |   2 +-
.../run.yaml                                       |   2 +-
.../run.yaml                                       |   2 +-
test-requirements.txt                              |   2 +-
zuul.d/project.yaml                                |   9 ++
10 files changed, 166 insertions(+), 57 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e6ab32b..b921465 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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






More information about the Release-announce mailing list