Victoria Series Release Notes

6.0.0

Upgrade Notes

  • Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.

5.17.1

Bug Fixes

  • Reap the rootwrap daemon process after it is timeout and quit. When the daemon process is timeout, it will kill itself. But the parent doesn’t reap it. Fixed this behaviour by adding a thread to wait the process to be done once the daemon is started.

    More info please refer the LP #1850241 [1].

    [1] https://bugs.launchpad.net/oslo.rootwrap/+bug/1850241

5.15.0

New Features

  • A configurable limit on the number of file descriptors that can be opened by a rootwrap-started process has been added. It defaults to 1024, but can be adjusted by setting the rlimit_nofile option in rootwrap.conf to a larger or smaller value.

Upgrade Notes

  • Because a file descriptor limit was added in this release (see the features section for details), rootwrap processes that were previously relying on inheriting their parent process’s descriptor limits may exhaust their available file descriptors. Use the rlimit_nofile option to restore the previous limits if this is the case.

5.2.0

Other Notes

  • Switch to reno for managing release notes.