[release-announce] oslo.privsep 1.33.4 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 5 08:43:08 UTC 2020


We are amped to announce the release of:

oslo.privsep 1.33.4: OpenStack library for privilege separation

This release is part of the train 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.

1.33.4
^^^^^^

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 1.33.3..1.33.4
--------------------------------------

00e69d4 Undo the eventlet monkey patch for the privileged daemon
6db45ef Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
9c798d3 Update .gitreview for stable/train


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

.gitreview                                         |  1 +
oslo_privsep/daemon.py                             | 36 ++++++++++++++++++++++
...y-patch-privileged-daemon-160e00296549df3d.yaml | 11 +++++++
tox.ini                                            |  2 +-
5 files changed, 79 insertions(+), 1 deletion(-)







More information about the Release-announce mailing list