[release-announce] ironic 12.1.6 (stein)
no-reply at openstack.org
no-reply at openstack.org
Thu Nov 12 18:27:28 UTC 2020
We are psyched to announce the release of:
ironic 12.1.6: OpenStack Bare Metal Provisioning
This release is part of the stein stable release series.
The source is available from:
https://opendev.org/openstack/ironic
Download the package from:
https://tarballs.openstack.org/ironic/
Please report issues through:
https://storyboard.openstack.org/#!/project/943
For more details, please see below.
12.1.6
^^^^^^
Bug Fixes
* Cleans up nodes stuck in the "deleting" state on conductor
restart.
* Fixes an issue where "ironic-conductor" initialization could
return a "NodeNotLocked" error for requests requiring locks when the
conductor was starting. This was due to the conductor removing locks
after beginning accepting new work. The lock removal has been moved
to after the Database connectivity has been established but before
the RPC bus is initialized.
Changes in ironic 12.1.5..12.1.6
--------------------------------
8964d9981 CI: Patch to fix CI jobs in bugfix/stable branches
80ee3e7e3 Pin ironic-tempest-plugin
5b7ca45ae Remove locks before RPC bus is started
6fc5548a7 Pin the python-ibmcclient upper bounds due to six usage
549af3cec Clean up nodes in DELETING on conductor restart
Diffstat (except docs and test files)
-------------------------------------
driver-requirements.txt | 3 +-
ironic/common/rpc_service.py | 2 ++
ironic/common/states.py | 4 +--
ironic/conductor/base_manager.py | 34 ++++++++++++++++++----
ironic/conductor/manager.py | 2 +-
.../run.yaml | 2 +-
playbooks/legacy/grenade-dsvm-ironic/run.yaml | 2 +-
releasenotes/notes/deleting-dcdb9cf0d2a6a1a6.yaml | 4 +++
.../notes/remove-locks-first-d12ac27106f800f8.yaml | 9 ++++++
zuul.d/ironic-jobs.yaml | 16 ++++++----
zuul.d/legacy-ironic-jobs.yaml | 7 +++--
zuul.d/project.yaml | 11 ++++---
16 files changed, 89 insertions(+), 25 deletions(-)
Requirements updates
--------------------
diff --git a/driver-requirements.txt b/driver-requirements.txt
index da30bcb96..2d5dc2b52 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -25 +25,2 @@ ansible>=2.4
-python-ibmcclient>=0.1.0
+python-ibmcclient>=0.1.0,<0.2.0
+
More information about the Release-announce
mailing list