[release-announce] os-brick 4.1.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 7 16:03:14 UTC 2020


We are psyched to announce the release of:

os-brick 4.1.0: OpenStack Cinder brick library for managing local
volume attaches

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/os-brick

Download the package from:

    https://pypi.org/project/os-brick

Please report issues through:

    https://bugs.launchpad.net/os-brick/+bugs

For more details, please see below.

4.1.0
^^^^^

Bug Fixes

* Bug #1865754 (https://bugs.launchpad.net/cinder/+bug/1865754): the
  "RBDConnector" class generates a temporary configuration file to
  connect to Ceph.  Previously, os-brick did not include a "[global]"
  section to contain the options it sets, but with the Octopus release
  (15.2.0+), Ceph has begun enforcing the presence of this section
  marker, which dates back at least to the Hammer release of Ceph.
  With this release, os-brick includes the "[global]" section in the
  generated configuration file, which should be backward-compatible at
  least to Ceph Hammer.

Changes in os-brick 4.0.0..4.1.0
--------------------------------

1425a83 Replace md5 with oslo version
8cec940 Revert "Keep barbican integration job running on Bionic"
70a8924 Keep barbican integration job running on Bionic
18fc838 Update the OSSN-0085 note
070ab47 Stop configuring install_command in tox.
c6ad4d8 New fix for rbd connector to work with ceph octopus
c54c41a Revert "Fix for rbd connector to work with ceph octopus"
50aef21 Add Python3 wallaby unit tests
81a0019 Update master for stable/victoria


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

.zuul.yaml                                         |  2 +-
lower-constraints.txt                              |  2 +-
os_brick/initiator/connectors/rbd.py               | 51 ++++++----------------
os_brick/remotefs/remotefs.py                      |  5 ++-
...eph-octopus-compatibility-0aa9b8bc1b028301.yaml | 12 +++++
...eph-octopus-compatibility-a56a05b7395efa7f.yaml |  9 ----
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 +++
requirements.txt                                   |  2 +-
tox.ini                                            |  1 -
11 files changed, 43 insertions(+), 97 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e5a2d24..d30b2cc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-oslo.utils>=3.34.0 # Apache-2.0
+oslo.utils>=4.7.0 # Apache-2.0






More information about the Release-announce mailing list