9 Commits

Author SHA1 Message Date
Előd Illés
e0f7e4c4e0 [keystone] Transition Zed to Unmaintained
This branch reached the end of its official stable maintained period,
hence this patch transition stable/zed branch to Unmaintained. (For
details about Unmaintained state please see: [1][2])

The transitions is as follows:
- tip of the stable/zed branch is tagged with zed-eom tag
- unmaintained/zed branch will be cut from zed-eom tag
- stable/zed branch will be deleted

Note:
- there will no longer be official releases off of zed branch after this
  transition
- backports can be pushed to unmaintained/yoga branch
- openstack-unmaintained-core (or <project>-unmaintained-core groups if
  such exists) have the rights to merge patches

Important: please +1 if the team is ready for us to proceed with this
transition, or -1 if there are any final Zed stable release with
backports currently in flight that we should wait for. For the latter
case, please propose a final Zed stable release patch, and rebase this
patch on top of that, with the latest commit hash of stable/zed.

The transition deadline is May 2nd, 2024. [3]

[1] https://docs.openstack.org/project-team-guide/stable-branches.html#unmaintained
[2] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html
[3] https://releases.openstack.org

Change-Id: I20e705b79388895b0bcc4b540ff6e8004ea68b0b
2024-04-19 17:01:06 +02:00
Elod Illes
705fd4423f Release keystone for stable/zed
This release picks up new commits to keystone since
the last release from stable/zed.

This is being proposed as a convenience to help make sure stable
changes are being released. If the team is good with this going out,
please respond with a +1 to let the release team know it is OK to
proceed.

If it is not wanted at this time, or if there are more changes that
would be good to get merged before doing a stable release, please
leave a -1 with a comment with what the team would prefer. We can
then either abandon this patch, or wait for an update with a new
commit hash to use instead.

$ git log --oneline --no-merges 22.0.1..72a4fc0f3
72a4fc0f3 Add an option to randomize LDAP urls list

Change-Id: I6b6e996d3801073496f276fa044f9dc9389c4768
Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-01-29 12:58:43 +00:00
Corey Bryant
76ecb931e8 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
2023-09-28 20:29:44 -04:00
Zuul
8aeaf65ac2 Merge "Zed final releases for cycle-with-rc projects" 2022-10-05 11:56:45 +00:00
Előd Illés
b38f01c427 Zed final releases for cycle-with-rc projects
This tags the final release for all cycle-with-rc projects for Zed.
While not required, having PTLs ack this patch would be nice to include
that record in the merged metadata.

Release activity should now be frozen until this is processed on
October 5th. Any bugfixes merged to stable/zed can be queued up and
ready to go as a follow on stable release after the coordinated release
date.

There are different diff-start values for each project. This is used
when generating release notes to denote the point where the stable/yoga
branch started to diverge from what is included on stable/zed. For
some, this will be the final Yoga major version, but if multiple RCs
were done, this may show the initial RC1 release version. This is
normal.

This patch will be merged on October 5th.

Change-Id: I89c7eb88c86f012536713e1ad7aa5b243aaf7f83
2022-10-03 12:21:34 +02:00
Előd Illés
4523d882f9 Add missing release note links for Zed
This generated patch adds Zed release note page link if that page
exists for a deliverable.

If any of your deliverables does not have a release note link added
already under deliverables/zed, then please check whether there is an
open patch on that repository with the topic "reno-zed" [1] still
waiting to be approved.

[1] https://review.opendev.org/q/topic:reno-zed

Change-Id: I231327552fb12655a4bd4b5934c3272dfddd6b03
2022-09-28 20:42:34 +02:00
Kendall Nelson
72cfdea5ad Add Keystone Cycle Highlights for Zed
Change-Id: I6c7ec61f962e9303921b73f2e8808074296f16b0
2022-09-20 08:43:52 +02:00
Elod Illes
f0c9ed6ca0 Release keystone RC1 for Zed
This proposed a RC1 release for keystone to get any merged changes
out prior to the RC1 deadline for Zed going into effect.

If the team is ready to proceed, please leave a +1 to acknowledge this
release and we will process right away. If the team is working on any
final merges, leave a -1 with some detail on the status and update the
patch with the new commit hash to use when ready.

Patches with no response will be merged by early Friday, September 16.

Signed-off-by: Elod Illes <elod.illes@est.tech>
Change-Id: I4e30d400c08b7820e254241f67541d3f75d58104
2022-09-12 14:53:52 +02:00
Előd Illés
707bd2cd7c Add Zed deliverable files
The generated content initializes the Zed cycle's deliverable files
based on yoga deliverables.

Change-Id: Ie756799ff88a73f0c152d6ac3093bd8623f536d8
2022-04-01 14:36:37 +02:00