releases/deliverables/stein/keystone.yaml
Előd Illés 0762549836 [keystone] Transition Stein to End of Life
As announced on mailing list [1], this patch transitions the Stein
branch to End of Life. The last patch of the branch will be tagged with
stein-eol tag. stable/stein branch cannot be used anymore and will be
deleted if this patch merges.

This is needed as stable/stein is not actively maintained in recent
period, thus gates are mostly broken due to job failures. Besides,
by removing these branches, infra resources will be freed up, too.

Please try to identify any zuul job, that is defined outside of the
repositories in this patch (for example in openstack-zuul-jobs, etc.)
and won't be used anymore if stable/stein is deleted. Propose a job
removal patch for them.

Please +1 if the team is ready for us to proceed with this transition,
or -1 if there are still some activity on the branch and the team wants
to continue to maintain it.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2023-September/034965.html

Change-Id: I9dcbfc22106a1e48adede3328aaab35aa849480a
2023-09-06 14:35:32 +02:00

55 lines
2.0 KiB
YAML

---
launchpad: keystone
release-model: cycle-with-rc
team: keystone
type: service
repository-settings:
openstack/keystone: {}
releases:
- projects:
- hash: 1f1522703cfa25a533b7462aa402ac30128473e3
repo: openstack/keystone
version: 15.0.0.0rc1
- projects:
- hash: c78581b4608f3dc10e945d358963000f284f188a
repo: openstack/keystone
version: 15.0.0.0rc2
- diff-start: 14.0.0.0rc1
projects:
- hash: c78581b4608f3dc10e945d358963000f284f188a
repo: openstack/keystone
version: 15.0.0
- version: 15.0.1
projects:
- repo: openstack/keystone
hash: 95b2bbeab113d9f04d1c81f7f1b48bf692bce979
- version: stein-em
projects:
- repo: openstack/keystone
hash: 95b2bbeab113d9f04d1c81f7f1b48bf692bce979
- version: stein-eol
projects:
- repo: openstack/keystone
hash: 1d9baa62ac4c3df8ef998d7c331deedece123123
branches:
- location: 15.0.0.0rc1
name: stable/stein
cycle-highlights:
- This release introduced Multi-Factor Authentication Receipts, which
facilitates a much more natural sequential authentication flow when
using MFA.
- The limits API now supports domains in addition to projects, so
quota for resources can be allocated to top-level domains and distributed
among children projects.
- JSON Web Tokens are added as a new token format alongside fernet
tokens, enabling support for a internet-standard format. JSON Web
Tokens are asymmetrically signed and so synchronizing private keys
across keystone servers is no longer required with this token format.
- Multiple keystone APIs now support system scope as a policy target,
which reduces the need for customized policies to prevent global
access to users with an admin role on any project.
- Multiple keystone APIs now use default reader, member, and admin
roles instead of a catch-all role, which reduces the need for customized
policies to create read-only access for certain users.
release-notes: https://docs.openstack.org/releasenotes/keystone/stein.html