a16538f0d6
This transition the rocky branch to extended maintenance. Changes for bugfixes and things the team deems important are still encouraged, but there will no longer be official releases off of the branch. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are any final backports currently in flight that we should wait for. For the latter case, please update the patch with the new commit hash after doing a final release to get those changes out so we know to proceed with the transition. Change-Id: I1947d65865c3ed07b067b834daaebfac67fc01da Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
74 lines
2.6 KiB
YAML
74 lines
2.6 KiB
YAML
---
|
|
launchpad: keystone
|
|
release-model: cycle-with-milestones
|
|
team: keystone
|
|
type: service
|
|
releases:
|
|
- version: 14.0.0.0b1
|
|
projects:
|
|
- repo: openstack/keystone
|
|
hash: 395c7088c2d8f11d57ac27878d0f647c42b1a908
|
|
- version: 14.0.0.0b2
|
|
projects:
|
|
- repo: openstack/keystone
|
|
hash: 104717d45847b3afcbd9adb4bfb887f8a8fffe66
|
|
- projects:
|
|
- hash: b8749774559e4e9c8129874712dd1d0bcbf1c0c1
|
|
repo: openstack/keystone
|
|
version: 14.0.0.0b3
|
|
- projects:
|
|
- hash: b625ccc42c4fd7e7a95cb54d6768a5a6fa3769db
|
|
repo: openstack/keystone
|
|
version: 14.0.0.0rc1
|
|
- projects:
|
|
- hash: c767e254979c96858a81cc4bbe8d9773d4dd539b
|
|
repo: openstack/keystone
|
|
version: 14.0.0.0rc2
|
|
- diff-start: 13.0.0.0rc1
|
|
projects:
|
|
- hash: c767e254979c96858a81cc4bbe8d9773d4dd539b
|
|
repo: openstack/keystone
|
|
version: 14.0.0
|
|
- projects:
|
|
- hash: ec1c2e4f7bc20e6a70140c0be614d6c001973d1e
|
|
repo: openstack/keystone
|
|
version: 14.0.1
|
|
- projects:
|
|
- hash: c8904b8679d2aca12b69828e36cc8f6881e83373
|
|
repo: openstack/keystone
|
|
version: 14.1.0
|
|
- projects:
|
|
- hash: dbc64b48b5ac376c93cb70022698c5c87da17288
|
|
repo: openstack/keystone
|
|
version: 14.2.0
|
|
- version: rocky-em
|
|
projects:
|
|
- repo: openstack/keystone
|
|
hash: dbc64b48b5ac376c93cb70022698c5c87da17288
|
|
cycle-highlights:
|
|
- |
|
|
Support for a new hierarchical enforcement model has been implemented in
|
|
addition to several improvements to the unified limits APIs.
|
|
- |
|
|
Parts of keystone's API have converted from a custom WSGI implementation to
|
|
using flask and flask-restful. This may affect people using custom
|
|
middleware or injecting custom paste pipelines.
|
|
- |
|
|
The token provider API has been refactored to have cleaner interfaces,
|
|
reducing technical debt. Deployments using custom token providers may be
|
|
affected.
|
|
- |
|
|
Keystone now creates 2 default roles (``member`` and ``reader``) in
|
|
addition to the ``admin`` role upon installation or bootstrap. These roles
|
|
will be incorporated across other service policies by default in the future
|
|
as an effort to simplify RBAC across OpenStack. Note that this might have
|
|
an impact on deployments given case sensitivity issues with role naming.
|
|
You can read about case sensitivty within keystone in `here
|
|
<https://docs.openstack.org/keystone/rocky/admin/identity-case-insensitive.html>`_.
|
|
repository-settings:
|
|
openstack/keystone: {}
|
|
branches:
|
|
- location: 14.0.0.0rc1
|
|
name: stable/rocky
|
|
release-notes: https://docs.openstack.org/releasenotes/keystone/rocky.html
|