Skip to content

chore: release#754

Open
openstack-experimental-release-plz[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-05T09-00-15Z
Open

chore: release#754
openstack-experimental-release-plz[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-05T09-00-15Z

Conversation

@openstack-experimental-release-plz

@openstack-experimental-release-plz openstack-experimental-release-plz Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openstack-keystone-config: 0.1.0
  • openstack-keystone-core-types: 0.1.1
  • openstack-keystone-api-types: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • openstack-keystone-distributed-storage: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • openstack-keystone-core: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • openstack-keystone-appcred-driver-sql: 0.1.0
  • openstack-keystone-assignment-driver-sql: 0.1.0
  • openstack-keystone-catalog-driver-sql: 0.1.0
  • openstack-keystone-federation-driver-sql: 0.1.0
  • openstack-keystone-identity-driver-sql: 0.1.0
  • openstack-keystone-idmapping-driver-sql: 0.1.0
  • openstack-keystone-k8s-auth-driver-raft: 0.1.0
  • openstack-keystone-k8s-auth-driver-sql: 0.1.0
  • openstack-keystone-resource-driver-sql: 0.1.0
  • openstack-keystone-revoke-driver-sql: 0.1.0
  • openstack-keystone-role-driver-sql: 0.1.0
  • openstack-keystone-spiffe-driver-raft: 0.1.0
  • openstack-keystone-token-driver-fernet: 0.1.1
  • openstack-keystone-token-restriction-driver-sql: 0.1.0
  • openstack-keystone-trust-driver-sql: 0.1.0
  • openstack-keystone-webauthn: 0.1.0
  • openstack-keystone: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • openstack-keystone-cli-manage: 0.1.0
Changelog

openstack-keystone-config

0.1.0 - 2026-06-12

Added

  • Add inter-provider event notification system (#784)
  • Add SO_PEERCRED peer credential validation (#775)
  • Validate password for compliance conformity (#774)
  • Enforce minimum range boundaries for security
  • Add role-imply rest api (#750)
  • Add user update functionality (#747)
  • Make drivers more dynamic (#737)
  • Add keystone container with opa and policies (#738)
  • Add Admin interface over the UDS (#735)
  • Add spiffe provider (#733)
  • Introduce SecurityContext (#710)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Add raft support under skaffold (#667)
  • Introduce raft backend for webauthn (#658)
  • Introduce the keystone-manage cli managing raft (#656)

Other

  • Rename identity_mapping to idmapping (#788)
  • Replace Regex with str::find for db connection (#760)
  • Redesign SecurityContext with two-phase validation (#717)
  • Split out remaining sql drivers (#633)
  • Split config into standalone crate (#628)

openstack-keystone-core-types

0.1.1 - 2026-06-12

Added

  • Add endpoint CRUD to catalog provider (#785)
  • Add inter-provider event notification system (#784)
  • Add service CRUD to the catalog provider (#773)
  • Validate password for compliance conformity (#774)
  • Return 401 on roleless scoped contexts (#742)
  • Add region CRUD to catalog SQL driver (#761)
  • Add role-imply rest api (#750)
  • Add role imply API (#749)
  • Add user update functionality (#747)
  • Add spiffe binding API (#740)
  • Add Admin interface over the UDS (#735)
  • Add spiffe provider (#733)
  • Expand role info in expand_implied_roles (#730)
  • Introduce SecurityContext (#710)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Introduce the keystone-manage cli managing raft (#656)

Other

  • Rename identity_mapping to idmapping (#788)
  • Make resolve_implied_roles optional (#764)
  • Redesign SecurityContext with two-phase validation (#717)
  • Unify state initialization in test (#642)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)

openstack-keystone-api-types

0.1.1 - 2026-06-12

Added

  • Validate password for compliance conformity (#774)
  • Add system-user-role assignments API (#762)
  • Add role-imply rest api (#750)
  • Add user update functionality (#747)
  • Add api to list user roles on project (#639)
  • Add domain CRUD operations (#743)
  • Add spiffe binding API (#740)
  • Add spiffe provider (#733)
  • Introduce SecurityContext (#710)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Improve the code (#686)

Other

  • Rename identity_mapping to idmapping (#788)
  • Further align workspace features (#772)
  • Make resolve_implied_roles optional (#764)
  • Redesign SecurityContext with two-phase validation (#717)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Introduce features in api-types crate (#624)
  • Slim down api-types crate (#622)

openstack-keystone-distributed-storage

0.1.1 - 2026-06-12

Added

  • Add skeleton for the spiffe mTLS integration (#695)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Add SetIndex/RemoveIndex storage commands (#675)
  • Add basic healthcheck endpoint (#671)
  • Add metadata for raft data (#670)
  • Add transaction support for Raft storage (#669)
  • Add initial benchmarks for the storage (#668)
  • Add raft support under skaffold (#667)
  • Introduce raft backend for webauthn (#658)
  • Prepare raft storage promotion (#659)
  • Make raft storage available through state (#657)
  • Introduce the keystone-manage cli managing raft (#656)

Other

  • Make core crates a workspace dependency (#736)
  • Redesign SecurityContext with two-phase validation (#717)
  • (deps) Bump openraft to alpha17 (#641)

openstack-keystone-core

0.1.2 - 2026-06-12

Added

  • Add endpoint CRUD to catalog provider (#785)
  • Add inter-provider event notification system (#784)
  • Add service CRUD to the catalog provider (#773)
  • Validate password for compliance conformity (#774)
  • Return 401 on roleless scoped contexts (#742)
  • Add region CRUD to catalog SQL driver (#761)
  • Add timing attack protection and failed auth tracking (#758)
  • Add role-imply rest api (#750)
  • Add role imply API (#749)
  • Add user update functionality (#747)
  • Add domain CRUD operations (#743)
  • Add spiffe binding API (#740)
  • Normalize the policy enforcer structure (#741)
  • Make drivers more dynamic (#737)
  • Add Admin interface over the UDS (#735)
  • Add spiffe provider (#733)
  • Expand role info in expand_implied_roles (#730)
  • Introduce SecurityContext (#710)
  • Talk to OPA over unix socket (#701)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Add basic healthcheck endpoint (#671)
  • Make raft storage available through state (#657)

Other

  • Rename identity_mapping to idmapping (#788)
  • Consolidate password update flows (#778)
  • Further align workspace features (#772)
  • Make resolve_implied_roles optional (#764)
  • Redesign SecurityContext with two-phase validation (#717)
  • (deps) bump jsonwebtoken from 10.3.0 to 10.4.0 (#707)
  • Introduce dynamic plugins (#643)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)
  • Split more drivers to separate crates (#632)
  • Drop unnecessary derives to help compilation (#631)
  • Drop unnecessary tracing directives (#627)
  • Split config into standalone crate (#628)
  • Rework http client pool (#629)
  • Make assignment sql driver a standalone crate (#626)
  • Move assignment parameters resolution to driver (#625)
  • Introduce features in api-types crate (#624)
  • Slim down api-types crate (#622)
  • Split out webauthn into crate (#621)
  • Split out token-fernet driver (#620)
  • Prepare slit out of the FernetTokenProvider (#619)
  • Move benchmark into the proper crate (#614)

openstack-keystone-appcred-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)

openstack-keystone-assignment-driver-sql

0.1.0 - 2026-06-12

Added

  • Add role-imply rest api (#750)
  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)
  • Make resolve_implied_roles optional (#764)

openstack-keystone-catalog-driver-sql

0.1.0 - 2026-06-12

Added

  • Add endpoint CRUD to catalog provider (#785)
  • Add inter-provider event notification system (#784)
  • Add service CRUD to the catalog provider (#773)
  • Add region CRUD to catalog SQL driver (#761)
  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)

openstack-keystone-federation-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)

openstack-keystone-identity-driver-sql

0.1.0 - 2026-06-12

Added

  • Add inter-provider event notification system (#784)
  • Add timing attack protection and failed auth tracking (#758)
  • Add role-imply rest api (#750)
  • Add user update functionality (#747)
  • Make drivers more dynamic (#737)

Other

  • Consolidate password update flows (#778)
  • Further align workspace features (#772)

openstack-keystone-idmapping-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

Other

  • Rename identity_mapping to idmapping (#788)

openstack-keystone-k8s-auth-driver-raft

0.1.0 - 2026-06-12

Added

  • Add user update functionality (#747)
  • Make drivers more dynamic (#737)

openstack-keystone-k8s-auth-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

openstack-keystone-resource-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

openstack-keystone-revoke-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

openstack-keystone-role-driver-sql

0.1.0 - 2026-06-12

Added

  • Add role-imply rest api (#750)
  • Add role imply API (#749)
  • Make drivers more dynamic (#737)

openstack-keystone-spiffe-driver-raft

0.1.0 - 2026-06-12

Added

  • Add user update functionality (#747)
  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)

openstack-keystone-token-driver-fernet

0.1.1 - 2026-06-12

Added

  • Add user update functionality (#747)
  • Make drivers more dynamic (#737)

openstack-keystone-token-restriction-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

openstack-keystone-trust-driver-sql

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)

openstack-keystone-webauthn

0.1.0 - 2026-06-12

Added

  • Add inter-provider event notification system (#784)
  • Make drivers more dynamic (#737)
  • Introduce SecurityContext (#710)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Add metadata for raft data (#670)
  • Add raft support under skaffold (#667)
  • Introduce raft backend for webauthn (#658)

Other

  • Make core crates a workspace dependency (#736)
  • Redesign SecurityContext with two-phase validation (#717)
  • Split the core-types crate (#640)
  • Move assignment parameters resolution to driver (#625)
  • Introduce features in api-types crate (#624)
  • Split out webauthn into crate (#621)

openstack-keystone

0.1.2 - 2026-06-12

Added

  • Add inter-provider event notification system (#784)
  • Add service CRUD to the catalog provider (#773)
  • Add SO_PEERCRED peer credential validation (#775)
  • Return 401 on roleless scoped contexts (#742)
  • Add system-user-role assignments API (#762)
  • Add role-imply rest api (#750)
  • Add user update functionality (#747)
  • Add api to list user roles on project (#639)
  • Add domain CRUD operations (#743)
  • Add spiffe binding API (#740)
  • Normalize the policy enforcer structure (#741)
  • Make drivers more dynamic (#737)
  • Add keystone container with opa and policies (#738)
  • Add Admin interface over the UDS (#735)
  • Add spiffe provider (#733)
  • Introduce SecurityContext (#710)
  • Talk to OPA over unix socket (#701)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Add basic healthcheck endpoint (#671)
  • Add raft support under skaffold (#667)
  • Introduce raft backend for webauthn (#658)
  • Make raft storage available through state (#657)
  • Introduce the keystone-manage cli managing raft (#656)

Other

  • Rename identity_mapping to idmapping (#788)
  • Unify sea-orm features (#769)
  • Make resolve_implied_roles optional (#764)
  • Make core crates a workspace dependency (#736)
  • Redesign SecurityContext with two-phase validation (#717)
  • (deps) bump spiffe (#709)
  • (deps) bump spiffe-rustls-tokio from 0.2.0 to 0.3.0 (#706)
  • Add policy enforcement into group.v3 handler (#685)
  • Split api.v3.group handlers (#679)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)
  • Split more drivers to separate crates (#632)
  • Split config into standalone crate (#628)
  • Make assignment sql driver a standalone crate (#626)
  • Move assignment parameters resolution to driver (#625)
  • Introduce features in api-types crate (#624)
  • Slim down api-types crate (#622)
  • Split out webauthn into crate (#621)
  • Split out token-fernet driver (#620)
  • Prepare slit out of the FernetTokenProvider (#619)
  • Move benchmark into the proper crate (#614)

openstack-keystone-cli-manage

0.1.0 - 2026-06-12

Added

  • Make drivers more dynamic (#737)
  • Introduce SecurityContext (#710)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Implement ConfigManager for config watching (#691)
  • Add raft support under skaffold (#667)
  • Introduce the keystone-manage cli managing raft (#656)

Other

  • Unify sea-orm features (#769)


This PR was generated with release-plz.

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

🦢 Load Test Results

Goose Attack Report

Plan Overview

Action Started Stopped Elapsed Users
Increasing 26-06-12 09:24:03 26-06-12 09:24:05 00:00:02 0 → 4
Maintaining 26-06-12 09:24:05 26-06-12 09:24:36 00:00:31 4
Decreasing 26-06-12 09:24:36 26-06-12 09:24:36 00:00:00 0 ← 4

Request Metrics

Method Name # Requests # Fails Average (ms) Min (ms) Max (ms) RPS Failures/s
GET 6409 0 18.23 11 40 213.63 0.00
Aggregated 6409 0 18.23 11 40 213.63 0.00

Response Time Metrics

Method Name 50%ile (ms) 60%ile (ms) 70%ile (ms) 80%ile (ms) 90%ile (ms) 95%ile (ms) 99%ile (ms) 100%ile (ms)
GET 16 19 22 23 24 25 28 40
Aggregated 16 19 22 23 24 25 28 40

Status Code Metrics

Method Name Status Codes
GET 6,409 [200]
Aggregated 6,409 [200]

Transaction Metrics

Transaction # Times Run # Fails Average (ms) Min (ms) Max (ms) RPS Failures/s
ListUsers
0.0 0 0 0.00 0 0 0.00 0.00
0.1 3909 0 14.89 11 30 130.30 0.00
ValidateToken
1.0 0 0 0.00 0 0 0.00 0.00
1.1 2500 0 23.56 19 40 83.33 0.00
Aggregated 6409 0 18.23 11 40 213.63 0.00

Scenario Metrics

Transaction # Users # Times Run Average (ms) Min (ms) Max (ms) Scenarios/s Iterations
ListUsers 2 3907 14.89 11 30 130.23 1953.50
ValidateToken 2 2498 23.56 19 40 83.27 1249.00
Aggregated 4 6405 18.27 11 40 213.50 3202.50

View full report

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

🐰 Bencher Report

Branchrelease-plz-2026-06-05T09-00-15Z
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
nanoseconds (ns)
(Result Δ%)
Upper Boundary
nanoseconds (ns)
(Limit %)
Command_Serde/apply/remove📈 view plot
🚷 view threshold
120,910.00 ns
(-18.19%)Baseline: 147,802.69 ns
492,682.21 ns
(24.54%)
Command_Serde/apply/set📈 view plot
🚷 view threshold
124,890.00 ns
(-5.67%)Baseline: 132,393.69 ns
303,668.74 ns
(41.13%)
Command_Serde/pack/delete📈 view plot
🚷 view threshold
125.92 ns
(+3.31%)Baseline: 121.88 ns
147.16 ns
(85.57%)
Command_Serde/pack/delete_index📈 view plot
🚷 view threshold
111.03 ns
(-2.58%)Baseline: 113.97 ns
137.84 ns
(80.55%)
Command_Serde/pack/set📈 view plot
🚷 view threshold
190.98 ns
(-3.25%)Baseline: 197.40 ns
242.28 ns
(78.83%)
Command_Serde/pack/set_index📈 view plot
🚷 view threshold
111.08 ns
(-2.73%)Baseline: 114.19 ns
137.76 ns
(80.63%)
Command_Serde/unpack/delete📈 view plot
🚷 view threshold
183.47 ns
(-1.95%)Baseline: 187.12 ns
230.70 ns
(79.53%)
Command_Serde/unpack/delete_index📈 view plot
🚷 view threshold
164.20 ns
(-0.08%)Baseline: 164.33 ns
205.99 ns
(79.71%)
Command_Serde/unpack/set📈 view plot
🚷 view threshold
237.74 ns
(-2.70%)Baseline: 244.34 ns
291.11 ns
(81.67%)
Command_Serde/unpack/set_index📈 view plot
🚷 view threshold
153.21 ns
(-5.71%)Baseline: 162.49 ns
203.75 ns
(75.19%)
Payload_encryption/pack/inner📈 view plot
🚷 view threshold
55.03 ns
(-12.46%)Baseline: 62.86 ns
78.61 ns
(70.00%)
Payload_encryption/pack/remove_cmd📈 view plot
🚷 view threshold
122.20 ns
(+1.90%)Baseline: 119.92 ns
143.30 ns
(85.28%)
Payload_encryption/pack/set_cmd📈 view plot
🚷 view threshold
231.64 ns
(+1.61%)Baseline: 227.96 ns
288.81 ns
(80.20%)
Payload_encryption/unpack/inner📈 view plot
🚷 view threshold
165.49 ns
(+1.82%)Baseline: 162.54 ns
191.33 ns
(86.49%)
Payload_encryption/unpack/remove_cmd📈 view plot
🚷 view threshold
191.84 ns
(-2.43%)Baseline: 196.62 ns
245.63 ns
(78.10%)
Payload_encryption/unpack/set_cmd📈 view plot
🚷 view threshold
263.95 ns
(+2.78%)Baseline: 256.81 ns
312.89 ns
(84.36%)
Raft_1Node_Latency/prefix/1node📈 view plot
🚷 view threshold
3,545,600.00 ns
(-5.60%)Baseline: 3,756,092.32 ns
7,062,880.76 ns
(50.20%)
Raft_1Node_Latency/read/1node📈 view plot
🚷 view threshold
571.28 ns
(+1.35%)Baseline: 563.68 ns
729.91 ns
(78.27%)
Raft_1Node_Latency/remove/1node📈 view plot
🚷 view threshold
340,440.00 ns
(-11.40%)Baseline: 384,224.11 ns
1,021,315.94 ns
(33.33%)
Raft_1Node_Latency/write/1node📈 view plot
🚷 view threshold
359,540.00 ns
(-2.65%)Baseline: 369,338.39 ns
807,257.87 ns
(44.54%)
build_snapshot/default📈 view plot
🚷 view threshold
89,188.00 ns
(-4.02%)Baseline: 92,921.17 ns
158,907.06 ns
(56.13%)
fernet token/project📈 view plot
🚷 view threshold
1,433.80 ns
(-0.72%)Baseline: 1,444.17 ns
1,667.93 ns
(85.96%)
get_data_keyspace📈 view plot
🚷 view threshold
0.31 ns
(-3.00%)Baseline: 0.32 ns
0.38 ns
(81.48%)
get_db📈 view plot
🚷 view threshold
0.31 ns
(-2.68%)Baseline: 0.32 ns
0.38 ns
(81.65%)
get_fernet_token_timestamp/project📈 view plot
🚷 view threshold
171.23 ns
(+16.71%)Baseline: 146.71 ns
174.77 ns
(97.97%)
get_keyspace📈 view plot
🚷 view threshold
4.31 ns
(-13.61%)Baseline: 4.99 ns
9.97 ns
(43.26%)
🐰 View full continuous benchmarking report in Bencher

@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2026-06-05T09-00-15Z branch 21 times, most recently from f096621 to d04a4df Compare June 12, 2026 07:47
@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2026-06-05T09-00-15Z branch from d04a4df to 7fe2614 Compare June 12, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants