releases/deliverables/ocata/oslo.log.yaml
ChangBo Guo(gcb) 56216619b0 Add release notes link for oslo(Part 1)
We have added release notes jobs for oslo libraries in project-config,
but can't generate release notes link for all of them, need land new
commit before generating the link. Add release notes link for following
libraries:
debtcollector
futurist
oslo.cache
oslo.concurrency
oslo.config
oslo.context
oslo.db
oslo.i18n
oslo.log
oslo.messaging
oslo.rootwrap
oslo.serialization
oslo.service
oslo.utils
oslo.versionedobjects
oslo.vmware

Will push another commit to add release notes link for the rest
of oslo libraries.

Change-Id: Ie81fc9145f421038a814a28dc60ee5bf29ede51c
Related-Bug: #1634356
2016-11-10 12:41:29 +08:00

19 lines
535 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
release-notes: http://docs.openstack.org/releasenotes/oslo.log/unreleased.html
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