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
Copy link
Copy Markdown
Contributor

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

🤖 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-05

Added

  • 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

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

Added

  • 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

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

Added

  • 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

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

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

Added

  • 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

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

Added

  • Make drivers more dynamic (#737)

openstack-keystone-assignment-driver-sql

0.1.0 - 2026-06-05

Added

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

openstack-keystone-catalog-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-federation-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-identity-driver-sql

0.1.0 - 2026-06-05

Added

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

openstack-keystone-idmapping-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-k8s-auth-driver-raft

0.1.0 - 2026-06-05

Added

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

openstack-keystone-k8s-auth-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-resource-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-revoke-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-role-driver-sql

0.1.0 - 2026-06-05

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

Added

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

openstack-keystone-token-driver-fernet

0.1.1 - 2026-06-05

Added

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

openstack-keystone-token-restriction-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-trust-driver-sql

0.1.0 - 2026-06-05

Added

  • Make drivers more dynamic (#737)

openstack-keystone-webauthn

0.1.0 - 2026-06-05

Added

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

Added

  • 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

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

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)


This PR was generated with release-plz.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

🦢 Load Test Results

Goose Attack Report

Plan Overview

Action Started Stopped Elapsed Users
Increasing 26-06-05 13:47:19 26-06-05 13:47:21 00:00:02 0 → 4
Maintaining 26-06-05 13:47:21 26-06-05 13:47:51 00:00:30 4
Decreasing 26-06-05 13:47:51 26-06-05 13:47:51 00:00:00 0 ← 4

Request Metrics

Method Name # Requests # Fails Average (ms) Min (ms) Max (ms) RPS Failures/s
GET 6605 0 17.69 10 33 220.17 0.00
Aggregated 6605 0 17.69 10 33 220.17 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 22 23 24 26 33
Aggregated 16 19 22 22 23 24 26 33

Status Code Metrics

Method Name Status Codes
GET 6,605 [200]
Aggregated 6,605 [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 4000 0 14.53 10 25 133.33 0.00
ValidateToken
1.0 0 0 0.00 0 0 0.00 0.00
1.1 2605 0 22.60 18 33 86.83 0.00
Aggregated 6605 0 17.69 10 33 220.17 0.00

Scenario Metrics

Transaction # Users # Times Run Average (ms) Min (ms) Max (ms) Scenarios/s Iterations
ListUsers 2 3998 14.54 10 25 133.27 1999.00
ValidateToken 2 2603 22.61 18 33 86.77 1301.50
Aggregated 4 6601 17.72 10 33 220.03 3300.50

View full report

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

🐰 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
113,970.00 ns
(-22.73%)Baseline: 147,495.16 ns
533,893.05 ns
(21.35%)
Command_Serde/apply/set📈 view plot
🚷 view threshold
115,060.00 ns
(-13.07%)Baseline: 132,359.97 ns
314,410.68 ns
(36.60%)
Command_Serde/pack/delete📈 view plot
🚷 view threshold
126.87 ns
(+3.50%)Baseline: 122.58 ns
141.75 ns
(89.50%)
Command_Serde/pack/delete_index📈 view plot
🚷 view threshold
115.37 ns
(+0.83%)Baseline: 114.43 ns
131.70 ns
(87.60%)
Command_Serde/pack/set📈 view plot
🚷 view threshold
202.23 ns
(+1.68%)Baseline: 198.90 ns
235.45 ns
(85.89%)
Command_Serde/pack/set_index📈 view plot
🚷 view threshold
116.01 ns
(+1.18%)Baseline: 114.66 ns
131.71 ns
(88.08%)
Command_Serde/unpack/delete📈 view plot
🚷 view threshold
181.96 ns
(-3.20%)Baseline: 187.98 ns
228.98 ns
(79.46%)
Command_Serde/unpack/delete_index📈 view plot
🚷 view threshold
167.49 ns
(+1.58%)Baseline: 164.89 ns
203.14 ns
(82.45%)
Command_Serde/unpack/set📈 view plot
🚷 view threshold
243.40 ns
(-0.96%)Baseline: 245.77 ns
287.64 ns
(84.62%)
Command_Serde/unpack/set_index📈 view plot
🚷 view threshold
155.07 ns
(-5.18%)Baseline: 163.55 ns
202.74 ns
(76.49%)
Payload_encryption/pack/inner📈 view plot
🚷 view threshold
63.69 ns
(-2.17%)Baseline: 65.11 ns
76.33 ns
(83.45%)
Payload_encryption/pack/remove_cmd📈 view plot
🚷 view threshold
138.98 ns
(+13.58%)Baseline: 122.36 ns
143.52 ns
(96.84%)
Payload_encryption/pack/set_cmd📈 view plot
🚷 view threshold
252.48 ns
(+8.44%)Baseline: 232.82 ns
289.95 ns
(87.08%)
Payload_encryption/unpack/inner📈 view plot
🚷 view threshold
172.65 ns
(+5.52%)Baseline: 163.62 ns
190.27 ns
(90.74%)
Payload_encryption/unpack/remove_cmd📈 view plot
🚷 view threshold
196.63 ns
(-0.21%)Baseline: 197.03 ns
243.34 ns
(80.80%)
Payload_encryption/unpack/set_cmd📈 view plot
🚷 view threshold
268.62 ns
(+4.19%)Baseline: 257.83 ns
311.19 ns
(86.32%)
Raft_1Node_Latency/prefix/1node📈 view plot
🚷 view threshold
3,348,800.00 ns
(-10.35%)Baseline: 3,735,597.50 ns
6,874,057.29 ns
(48.72%)
Raft_1Node_Latency/read/1node📈 view plot
🚷 view threshold
592.00 ns
(+5.20%)Baseline: 562.76 ns
742.69 ns
(79.71%)
Raft_1Node_Latency/remove/1node📈 view plot
🚷 view threshold
325,820.00 ns
(-15.41%)Baseline: 385,181.75 ns
1,082,612.68 ns
(30.10%)
Raft_1Node_Latency/write/1node📈 view plot
🚷 view threshold
335,030.00 ns
(-10.62%)Baseline: 374,842.50 ns
865,693.12 ns
(38.70%)
build_snapshot/default📈 view plot
🚷 view threshold
92,731.00 ns
(+1.00%)Baseline: 91,815.92 ns
148,454.99 ns
(62.46%)
fernet token/project📈 view plot
🚷 view threshold
1,388.80 ns
(-5.18%)Baseline: 1,464.67 ns
1,634.54 ns
(84.97%)
get_data_keyspace📈 view plot
🚷 view threshold
0.33 ns
(+1.41%)Baseline: 0.32 ns
0.38 ns
(85.88%)
get_db📈 view plot
🚷 view threshold
0.33 ns
(+2.51%)Baseline: 0.32 ns
0.38 ns
(86.59%)
get_fernet_token_timestamp/project📈 view plot
🚷 view threshold
142.97 ns
(-3.22%)Baseline: 147.73 ns
171.15 ns
(83.53%)
get_keyspace📈 view plot
🚷 view threshold
4.34 ns
(-10.04%)Baseline: 4.83 ns
9.18 ns
(47.30%)
🐰 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 from 1fa0343 to 3d25e13 Compare June 5, 2026 13:32
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