5f92303426
Put common information at the beginning of the file, like: " launchpad: xxx team: oslo type: library release-model: cycle-with-intermediary send-announcements-to: openstack-dev@lists.openstack.org include-pypi-link: true " this make it more readable. Change-Id: I41855916a4b0f6af565a296753886069daf3e18a
18 lines
456 B
YAML
18 lines
456 B
YAML
---
|
|
launchpad: oslo.log
|
|
team: oslo
|
|
type: library
|
|
release-model: cycle-with-intermediary
|
|
send-announcements-to: openstack-dev@lists.openstack.org
|
|
include-pypi-link: true
|
|
releases:
|
|
- version: 3.17.0
|
|
projects:
|
|
- repo: openstack/oslo.log
|
|
hash: 297f9557e73c8c336247fde8ce2709efe4862e9e
|
|
highlights: |-
|
|
* Add a json reformatter command
|
|
* Add a filter to rate limit logs
|
|
* Use six.wraps instead of functools
|
|
* Default use_stderr to False
|