[openstack-announce] [release][ironic] ironic-lib release 0.5.0 (mitaka)
doug at doughellmann.com
doug at doughellmann.com
Tue Dec 1 21:07:03 UTC 2015
We are jazzed to announce the release of:
ironic-lib 0.5.0: Ironic common library
This release is part of the mitaka release series.
With package available at:
https://pypi.python.org/pypi/ironic-lib
For more details, please see the git log history below.
Changes in ironic-lib 0.4.0..0.5.0
----------------------------------
97ce4a6 Default for root_helper config
bf3938e Replace deprecated LOG.warn with LOG.warning
bf8f27b Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
ironic_lib/disk_utils.py | 8 ++++----
ironic_lib/utils.py | 16 +++++++++-------
requirements.txt | 2 +-
test-requirements.txt | 2 +-
6 files changed, 27 insertions(+), 23 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 5a8c40a..2572b64 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ oslo.concurrency>=2.3.0 # Apache-2.0
-oslo.config>=2.6.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ed2930e..7ee1245 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ hacking<0.11,>=0.10.0
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
More information about the OpenStack-announce
mailing list