releases/deliverables/newton/oslo.privsep.yaml
Angus Lees a0492871f0 Release oslo.privsep 1.9.0
Highlights:

Adds an (optional for now) initialisation function that should be called
near top of main() in applications that use oslo.privsep.

In particular, this allows applications to tell privsep which rootwrap
executable to use, removing the need to set helper_command in
oslo.config in many cases.

Change-Id: I8bb782a848e44d7c00affdc921c4f2d8afa9b114
Depends-On: I3ea73e16b07a870629e7d69e897f2524d7068ae8
Partial-Bug: #1592043
2016-06-17 16:04:08 +10:00

33 lines
1017 B
YAML

---
launchpad: oslo.privsep
team: oslo
send-announcements-to: openstack-dev@lists.openstack.org
include-pypi-link: yes
releases:
- version: 1.5.0
projects:
- repo: openstack/oslo.privsep
hash: 559e035a4eb9787c3224ac8439c4454759cbdd48
highlights: |
* Switch to msgpack for serialization. Now bytes/unicode clean.
- version: 1.6.0
projects:
- repo: openstack/oslo.privsep
hash: 05ba6349880cac8542a41d14e83fbb1cba9319de
- version: 1.7.0
projects:
- repo: openstack/oslo.privsep
hash: be46f78fc3a2955efeda3a7d057012bb2bcde48f
- version: 1.8.0
projects:
- repo: openstack/oslo.privsep
hash: 6bcde24765add71eec180af6e036faa1d6bafa1e
- version: 1.9.0
projects:
- repo: openstack/oslo.privsep
hash: 9bf606327d156de52c9418d5784cd7f29e243487
highlights: |
* Adds an (optional for now) initialisation function that should
be called near top of main() in applications that use
oslo.privsep.