releases/deliverables/mitaka/keystone.yaml
Brant Knudson 4f452b0fb8 keystone 9.0.2 (mitaka)
Keystone 9.0.1 had a problem with tox.ini that caused the publish
job to fail so it wasn't pushed to the tarball site.
Commit 	6dee3ac corrected the tox.ini.

Change-Id: I8362fbf5910e43d59bb430e3adcbd638a010a62d
2016-05-25 09:54:12 -05:00

49 lines
1.6 KiB
YAML

---
launchpad: keystone
send-announcements-to: openstack-announce@lists.openstack.org
release-notes: http://docs.openstack.org/releasenotes/keystone/mitaka.html
releases:
- version: 9.0.0.0b1
projects:
- repo: openstack/keystone
hash: d120187f53ffbd2183c8b06ae38fcc6d23256d07
- version: 9.0.0.0b2
projects:
- repo: openstack/keystone
hash: b425b9189420e9592acfe3e7f579caac85bf7bc5
- version: 9.0.0.0b3
projects:
- repo: openstack/keystone
hash: b2b75412f15ad635273096b147999050fb0ac79b
- version: 9.0.0.0rc1
projects:
- repo: openstack/keystone
hash: 0285254b7635a7400a8c2d87e4297ed4e143ab80
- version: 9.0.0.0rc2
projects:
- repo: openstack/keystone
hash: dba04cdd232ab72704df58cff791d52c1c99bc90
- version: 9.0.0.0rc3
projects:
- repo: openstack/keystone
hash: 3e5fca06c6b7dd6060721faa39428b133edd10f0
- version: 9.0.0
projects:
- repo: openstack/keystone
hash: 3e5fca06c6b7dd6060721faa39428b133edd10f0
- version: 9.0.1
projects:
- repo: openstack/keystone
hash: 238f60720d8b281fca7d3fa752e39cafdb583332
highlights: >
- Fix updated federated display_name is not returned (bug 1566494)
- Fix KeyError when renaming a project (bug 1565108)
- Fix fernet token audit IDs for v2.0 (bug 1577558)
- Allow 'domain' property for local.group (bug 1575057)
- version: 9.0.2
projects:
- repo: openstack/keystone
hash: 6dee3ac6a927751db820c716245411c5cf029e3a
highlights: >
- Fixed an issue where the tar file was not published.