[release-announce] oslo.privsep 2.1.2 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Thu Oct 1 18:27:09 UTC 2020
We high-spiritedly announce the release of:
oslo.privsep 2.1.2: OpenStack library for privilege separation
This release is part of the ussuri stable 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.
2.1.2
^^^^^
Other Notes
* The "oslo.privsep" client can be called from a program using
eventlet. If "eventlet.monkey_patch", some libraries will be
patched, for example "threading" or "os". When the root daemon is
forked from the client process, those libraries remain patched. Now,
when the daemon is forked from the client process, those libraries
and methods are restored to the original values. The goal is to
prevent some timeouts when using eventlet threads (user threads);
system threads are preemptive and the code does not need to care
about the executor token.
Changes in oslo.privsep 2.1.1..2.1.2
------------------------------------
6d41ef9 Undo the eventlet monkey patch for the privileged daemon
a376b53 Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri
9b239b5 Update .gitreview for stable/ussuri
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
lower-constraints.txt | 2 +-
oslo_privsep/daemon.py | 36 ++++++++++++++++++++++
...y-patch-privileged-daemon-160e00296549df3d.yaml | 11 +++++++
requirements.txt | 2 +-
tox.ini | 4 +--
7 files changed, 80 insertions(+), 4 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7228b1a..8541ac3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ cffi>=1.7.0 # MIT
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+eventlet>=0.21.0 # MIT
More information about the Release-announce
mailing list