New stable releases keystone zed, yoga, antelope
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
This commit is contained in:
parent
5d48c1af7d
commit
76ecb931e8
@ -17,6 +17,11 @@ releases:
|
||||
- repo: openstack/keystone
|
||||
hash: c08d97672dcd40f8d927f91e59049053cfe3b5e4
|
||||
diff-start: 22.0.0
|
||||
- version: 23.0.1
|
||||
projects:
|
||||
- repo: openstack/keystone
|
||||
hash: 50495ae263daee3966dd0192692f7109e9926077
|
||||
|
||||
branches:
|
||||
- name: stable/2023.1
|
||||
location: 23.0.0.0rc1
|
||||
|
@ -15,6 +15,10 @@ releases:
|
||||
- repo: openstack/keystone
|
||||
hash: 0eba22f331f5e998d5cdee2039e8f14772e78e5e
|
||||
diff-start: 20.0.0
|
||||
- version: 21.0.1
|
||||
projects:
|
||||
- repo: openstack/keystone
|
||||
hash: 7852ca24a4eb86cb271ef7ec5e07f8f9c97f926d
|
||||
branches:
|
||||
- name: stable/yoga
|
||||
location: 21.0.0.0rc1
|
||||
|
@ -15,6 +15,10 @@ releases:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user