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-10

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

  • 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-10

Added

  • 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

  • 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-10

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

  • 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-10

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-10

Added

  • 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

  • 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-10

Added

  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)

openstack-keystone-assignment-driver-sql

0.1.0 - 2026-06-10

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-10

Added

  • 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-10

Added

  • Make drivers more dynamic (#737)

Other

  • Further align workspace features (#772)

openstack-keystone-identity-driver-sql

0.1.0 - 2026-06-10

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-10

Added

  • Make drivers more dynamic (#737)

openstack-keystone-k8s-auth-driver-raft

0.1.0 - 2026-06-10

Added

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

openstack-keystone-k8s-auth-driver-sql

0.1.0 - 2026-06-10

Added

  • Make drivers more dynamic (#737)

openstack-keystone-resource-driver-sql

0.1.0 - 2026-06-10

Added

  • Make drivers more dynamic (#737)

openstack-keystone-revoke-driver-sql

0.1.0 - 2026-06-10

Added

  • Make drivers more dynamic (#737)

openstack-keystone-role-driver-sql

0.1.0 - 2026-06-10

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-10

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-10

Added

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

openstack-keystone-token-restriction-driver-sql

0.1.0 - 2026-06-10

Added

  • Make drivers more dynamic (#737)

openstack-keystone-trust-driver-sql

0.1.0 - 2026-06-10

Added

  • Make drivers more dynamic (#737)

openstack-keystone-webauthn

0.1.0 - 2026-06-10

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-10

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

  • 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-10

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-10 14:05:10 26-06-10 14:05:12 00:00:02 0 → 4
Maintaining 26-06-10 14:05:12 26-06-10 14:05:42 00:00:30 4
Decreasing 26-06-10 14:05:42 26-06-10 14:05:42 00:00:00 0 ← 4

Request Metrics

Method Name # Requests # Fails Average (ms) Min (ms) Max (ms) RPS Failures/s
GET 8574 0 13.50 8 31 285.80 0.00
Aggregated 8574 0 13.50 8 31 285.80 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 12 14 17 17 18 19 21 31
Aggregated 12 14 17 17 18 19 21 31

Status Code Metrics

Method Name Status Codes
GET 8,574 [200]
Aggregated 8,574 [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 5236 0 10.99 8 22 174.53 0.00
ValidateToken
1.0 0 0 0.00 0 0 0.00 0.00
1.1 3338 0 17.52 14 32 111.27 0.00
Aggregated 8574 0 13.50 8 32 285.80 0.00

Scenario Metrics

Transaction # Users # Times Run Average (ms) Min (ms) Max (ms) Scenarios/s Iterations
ListUsers 2 5234 10.99 8 22 174.47 2617.00
ValidateToken 2 3336 17.52 14 32 111.20 1668.00
Aggregated 4 8570 13.53 8 32 285.67 4285.00

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

🚨 1 Alert

BenchmarkMeasure
Units
ViewBenchmark Result
(Result Δ%)
Upper Boundary
(Limit %)
get_fernet_token_timestamp/projectLatency
nanoseconds (ns)
📈 plot
🚷 threshold
🚨 alert (🔔)
176.39 ns
(+20.21%)Baseline: 146.73 ns
174.88 ns
(100.87%)

Click to view all benchmark results
BenchmarkLatencyBenchmark Result
nanoseconds (ns)
(Result Δ%)
Upper Boundary
nanoseconds (ns)
(Limit %)
Command_Serde/apply/remove📈 view plot
🚷 view threshold
208,090.00 ns
(+38.44%)Baseline: 150,309.58 ns
500,989.59 ns
(41.54%)
Command_Serde/apply/set📈 view plot
🚷 view threshold
179,450.00 ns
(+33.63%)Baseline: 134,286.04 ns
307,496.06 ns
(58.36%)
Command_Serde/pack/delete📈 view plot
🚷 view threshold
124.26 ns
(+1.93%)Baseline: 121.91 ns
147.72 ns
(84.12%)
Command_Serde/pack/delete_index📈 view plot
🚷 view threshold
111.05 ns
(-2.59%)Baseline: 114.01 ns
138.39 ns
(80.24%)
Command_Serde/pack/set📈 view plot
🚷 view threshold
190.80 ns
(-3.49%)Baseline: 197.69 ns
243.41 ns
(78.39%)
Command_Serde/pack/set_index📈 view plot
🚷 view threshold
111.21 ns
(-2.65%)Baseline: 114.24 ns
138.31 ns
(80.40%)
Command_Serde/unpack/delete📈 view plot
🚷 view threshold
182.59 ns
(-1.98%)Baseline: 186.28 ns
229.50 ns
(79.56%)
Command_Serde/unpack/delete_index📈 view plot
🚷 view threshold
161.00 ns
(-1.55%)Baseline: 163.53 ns
204.85 ns
(78.59%)
Command_Serde/unpack/set📈 view plot
🚷 view threshold
246.34 ns
(+1.21%)Baseline: 243.40 ns
289.57 ns
(85.07%)
Command_Serde/unpack/set_index📈 view plot
🚷 view threshold
156.71 ns
(-3.11%)Baseline: 161.75 ns
202.81 ns
(77.27%)
Payload_encryption/pack/inner📈 view plot
🚷 view threshold
54.63 ns
(-12.97%)Baseline: 62.77 ns
78.63 ns
(69.47%)
Payload_encryption/pack/remove_cmd📈 view plot
🚷 view threshold
118.39 ns
(-1.42%)Baseline: 120.09 ns
143.86 ns
(82.30%)
Payload_encryption/pack/set_cmd📈 view plot
🚷 view threshold
183.90 ns
(-19.53%)Baseline: 228.53 ns
290.24 ns
(63.36%)
Payload_encryption/unpack/inner📈 view plot
🚷 view threshold
161.38 ns
(-0.70%)Baseline: 162.52 ns
191.92 ns
(84.09%)
Payload_encryption/unpack/remove_cmd📈 view plot
🚷 view threshold
187.23 ns
(-4.42%)Baseline: 195.90 ns
245.08 ns
(76.40%)
Payload_encryption/unpack/set_cmd📈 view plot
🚷 view threshold
265.50 ns
(+3.64%)Baseline: 256.17 ns
312.85 ns
(84.86%)
Raft_1Node_Latency/prefix/1node📈 view plot
🚷 view threshold
2,493,700.00 ns
(-33.08%)Baseline: 3,726,325.37 ns
7,077,708.29 ns
(35.23%)
Raft_1Node_Latency/read/1node📈 view plot
🚷 view threshold
562.62 ns
(-0.06%)Baseline: 562.98 ns
732.30 ns
(76.83%)
Raft_1Node_Latency/remove/1node📈 view plot
🚷 view threshold
472,990.00 ns
(+21.51%)Baseline: 389,265.19 ns
1,035,933.09 ns
(45.66%)
Raft_1Node_Latency/write/1node📈 view plot
🚷 view threshold
462,310.00 ns
(+23.67%)Baseline: 373,817.04 ns
816,793.04 ns
(56.60%)
build_snapshot/default📈 view plot
🚷 view threshold
87,492.00 ns
(-6.54%)Baseline: 93,618.77 ns
159,650.08 ns
(54.80%)
fernet token/project📈 view plot
🚷 view threshold
1,415.80 ns
(-1.99%)Baseline: 1,444.49 ns
1,668.44 ns
(84.86%)
get_data_keyspace📈 view plot
🚷 view threshold
0.31 ns
(-2.51%)Baseline: 0.32 ns
0.38 ns
(81.97%)
get_db📈 view plot
🚷 view threshold
0.32 ns
(-1.19%)Baseline: 0.32 ns
0.38 ns
(82.97%)
get_fernet_token_timestamp/project📈 view plot
🚷 view threshold
🚨 view alert (🔔)
176.39 ns
(+20.21%)Baseline: 146.73 ns
174.88 ns
(100.87%)

get_keyspace📈 view plot
🚷 view threshold
4.33 ns
(-13.40%)Baseline: 5.00 ns
10.08 ns
(42.95%)
🐰 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 18 times, most recently from 92a6212 to 9f86c8e Compare June 10, 2026 09:45
@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2026-06-05T09-00-15Z branch from 9f86c8e to 037d2ac Compare June 10, 2026 13:47
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