We are tickled pink to announce the release of: oslo.rootwrap 7.5.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.rootwrap Download the package from: https://pypi.org/project/oslo.rootwrap Please report issues through: https://bugs.launchpad.net/oslo.rootwrap/+bugs For more details, please see below. 7.5.0 ^^^^^ Deprecation Notes * Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned (https://governance.openstack.org/tc//goals/proposed/remove- eventlet.html), for this reason using oslo.rootwrap in a monkey patched environment is now deprecated. The support of Eventlet will be soon removed from oslo.rootwrap. Please start considering removing your internal Eventlet usages and start migrating your stack. Changes in oslo.rootwrap 7.4.0..7.5.0 ------------------------------------- c78d42d Adjust warning message for eventlet support deprecation 75b1af0 deprecate eventlet monkey patching with oslo.rootwrap 6c3ee03 reno: Update master for unmaintained/2023.1 Diffstat (except docs and test files) ------------------------------------- oslo_rootwrap/__init__.py | 4 ++++ .../deprecate-eventlet-monkey-patching-462dc9f2929efab1.yaml | 11 +++++++++++ releasenotes/source/2023.1.rst | 2 +- requirements.txt | 2 ++ 4 files changed, 18 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bbdc307..1d1bb4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,0 +4,2 @@ + +debtcollector>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org