76ecb931e8
This picks up new patches to stable releases of keystone for zed, yoga, and antelope. $ git log --oneline --no-merges 21.0.0..HEAD 7852ca24a Force algo specific maximum length & Properly trimm bcrypt hashed passwords 7c9628055 [PooledLDAPHandler] Ensure result3() invokes message.clean() 164d9522b Limit token expiration to application credential expiration d39790ac4 Fix host:port handling 1daa8e70c Move fips job to centos-9 aaff84323 Only log warnings about token length when length exceeds max_token_size 86557d285 Yoga-only: Fix wrong python job template used d8d7bc8cf Remove the note of training-labs ae0b0a17b Update TOX_CONSTRAINTS_FILE for stable/yoga 392294b25 Update .gitreview for stable/yoga $ git log --oneline --no-merges 22.0.0..HEAD 65f1fb6b4 Properly trimm bcrypt hashed passwords a62c18ec6 fix(federation): allow using numerical group names 1b3536a7a Force algo specific maximum length 7c30c9e00 [PooledLDAPHandler] Ensure result3() invokes message.clean() e4e097c5b Limit token expiration to application credential expiration cdf4107b0 Update TOX_CONSTRAINTS_FILE for stable/zed 5994dc23a Update .gitreview for stable/zed $ git log --oneline --no-merges 23.0.0..HEAD 50495ae26 Respect cached tokens issued before upgrade df54af90d Properly trimm bcrypt hashed passwords db16a3f8c fix(federation): allow using numerical group names b34d4d780 Remove Dependency on Cryptography >=36.0.0 040e6d09b Update TOX_CONSTRAINTS_FILE for stable/2023.1 a37df61b8 Update .gitreview for stable/2023.1 Change-Id: Iade5d48b7a8b999943f76b69ce6517c96648f48f
28 lines
837 B
YAML
28 lines
837 B
YAML
---
|
|
launchpad: keystone
|
|
release-model: cycle-with-rc
|
|
team: keystone
|
|
type: service
|
|
repository-settings:
|
|
openstack/keystone: {}
|
|
releases:
|
|
- version: 22.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/keystone
|
|
hash: 1ea9f7557dc442c56805f70b3f0c9393b427a770
|
|
- version: 22.0.0
|
|
projects:
|
|
- repo: openstack/keystone
|
|
hash: 1ea9f7557dc442c56805f70b3f0c9393b427a770
|
|
diff-start: 21.0.0
|
|
- version: 22.0.1
|
|
projects:
|
|
- repo: openstack/keystone
|
|
hash: 0f6b645ce8ffbca9a33c5ab971a46941e96b8c1c
|
|
branches:
|
|
- name: stable/zed
|
|
location: 22.0.0.0rc1
|
|
cycle-highlights:
|
|
- Implemented `OAuth 2.0 credentials grant <https://specs.openstack.org/openstack/keystone-specs/specs/keystone/yoga/oauth2-client-credentials-ext.html>`_
|
|
release-notes: https://docs.openstack.org/releasenotes/keystone/zed.html
|