newton: release oslo.privsep 1.12.0

The main target is eadc1341ccd3401c240b58260fd0f04ce75e6a93
which fixes the problem with privsep doing gratuitous logging
at warning level for debug level events which clutters up
the service logs in our gate CI runs.

I figured this would be a minor version bump given the
behavior change in default logging.

Change-Id: Ib51d4c2bb0139241fd3b04da0eab0b54ed42a5cd
This commit is contained in:
Matt Riedemann 2016-08-16 16:15:05 -04:00
parent 8d99d0abf7
commit b3a57242ba

View File

@ -39,3 +39,8 @@ releases:
- repo: openstack/oslo.privsep
hash: 108b2016a9f291ad15e2bf963c5897fd032fdb62
highlights: '- Drop python3.3 support in classifier'
- version: 1.12.0
projects:
- repo: openstack/oslo.privsep
hash: 30d962bfd74879c7886f877933bbb6b39de71455
highlights: '- Fixes logging bug 1593743'