[release-announce] oslo.privsep 2.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 31 14:52:19 UTC 2020


We are stoked to announce the release of:

oslo.privsep 2.1.0: OpenStack library for privilege separation

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/oslo.privsep

Download the package from:

    https://pypi.org/project/oslo.privsep

Please report issues through:

    https://bugs.launchpad.net/oslo.privsep/+bugs

For more details, please see below.

Changes in oslo.privsep 2.0.0..2.1.0
------------------------------------

f19765c Make compatible with msgpack 1.0.0
d18643a Bring sanity to lower-constraints
5274777 Disable logger validation during unit testing
bbe24aa Add lock around channel creation
8c6c3db trivial: Cleanup Sphinx config file, setup.cfg
8c6a52a tox: Add missing 'deps' for releasenotes testenv
dfcd983 Add functional tests


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

.stestr.conf                            |  2 +-
lower-constraints.txt                   |  9 ++--
oslo_privsep/comm.py                    |  3 +-
oslo_privsep/functional/__init__.py     |  8 ++++
oslo_privsep/functional/test_daemon.py  | 74 +++++++++++++++++++++++++++++++++
oslo_privsep/priv_context.py            | 27 ++++++------
requirements.txt                        |  4 +-
tox.ini                                 | 13 +++++-
11 files changed, 135 insertions(+), 50 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index af0829a..7228b1a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,2 +11,2 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
-greenlet>=0.4.10 # MIT
-msgpack>=0.5.0 # Apache-2.0
+greenlet>=0.4.14 # MIT
+msgpack>=0.6.0 # Apache-2.0






More information about the Release-announce mailing list