Files
releases/deliverables/mitaka/keystonemiddleware.yaml
Doug Hellmann df0ea3ffed add send-announcements-to field
For each deliverable, we need to know where to send release
announcements. Rather than building a rule set based on the project type
from the governance repository, just ask for email addresses here in the
deliverable files.

This change also removes a malformed release entry to pass more recent
validation checks.

Change-Id: I41f3f4874464b37ff95ec1e41a0b6993b62dcf1d
2016-01-07 18:56:58 +00:00

31 lines
1.0 KiB
YAML

---
launchpad: keystonemiddleware
send-announcements-to: openstack-dev@lists.openstack.org
releases:
- version: 2.4.0
projects:
- repo: openstack/keystonemiddleware
hash: 2074ca89b9b19c953c3fbde8915bba30a6e1e0bb
highlights: >
Requirements change to exclude requests 2.8.0; bug fixes
- version: 2.4.1
projects:
- repo: openstack/keystonemiddleware
hash: ab92a8b2a9a6b3218a2956bbf24d29918a943786
highlights: >
Requirements change to remove Webob cap
- version: 3.0.0
projects:
- repo: openstack/keystonemiddleware
hash: bd73df75000ded4ec0d927a2a362f97e582066f4
highlights: >
Requirements change to block keystoneclient 1.8.0;
Backwards-incompatible change to audit middleware.
- version: 4.0.0
projects:
- repo: openstack/keystonemiddleware
hash: a52eb9860cb4ce69857eb97d19a54dce95e3e8a0
highlights: >
- Support for python 2.6 has been removed.
- Now using keystoneauth to for authentication.