Skip to content

chore: release#419

Open
openstack-experimental-release-plz[bot] wants to merge 1 commit into
mainfrom
release-plz-2025-12-03T10-08-58Z
Open

chore: release#419
openstack-experimental-release-plz[bot] wants to merge 1 commit into
mainfrom
release-plz-2025-12-03T10-08-58Z

Conversation

@openstack-experimental-release-plz
Copy link
Copy Markdown
Contributor

@openstack-experimental-release-plz openstack-experimental-release-plz Bot commented Dec 3, 2025

🤖 New release

  • openstack-keystone-core-types: 0.1.1
  • openstack-keystone-api-types: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • openstack-keystone-config: 0.1.0
  • 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-sql: 0.1.0
  • openstack-keystone-assignment-sql: 0.1.0
  • openstack-keystone-catalog-sql: 0.1.0
  • openstack-keystone-federation-sql: 0.1.0
  • openstack-keystone-identity-sql: 0.1.0
  • openstack-keystone-idmapping-sql: 0.1.0
  • openstack-keystone-k8s-auth-sql: 0.1.0
  • openstack-keystone-k8s-auth-raft: 0.1.0
  • openstack-keystone-resource-sql: 0.1.0
  • openstack-keystone-revoke-sql: 0.1.0
  • openstack-keystone-role-sql: 0.1.0
  • openstack-keystone-token-fernet: 0.1.1
  • openstack-keystone-token-restriction-sql: 0.1.0
  • openstack-keystone-trust-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-core-types

0.1.1 - 2026-05-14

Added

  • Introduce SecurityContext (#710)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)
  • Introduce the keystone-manage cli managing raft (#656)

Other

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

Added

  • Introduce SecurityContext (#710)
  • Add skeleton for the spiffe mTLS integration (#695)
  • Improve the code (#686)

Other

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

0.1.0 - 2026-05-14

Added

  • 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

  • Split out remaining sql drivers (#633)
  • Split config into standalone crate (#628)

openstack-keystone-distributed-storage

0.1.1 - 2026-05-14

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

  • (deps) Bump openraft to alpha17 (#641)

openstack-keystone-core

0.1.2 - 2026-05-14

Added

  • 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

  • (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-sql

0.1.0 - 2026-05-14

Added

  • Introduce SecurityContext (#710)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split more drivers to separate crates (#632)

openstack-keystone-assignment-sql

0.1.0 - 2026-05-14

Added

  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)
  • Make raft storage available through state (#657)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)
  • Split config into standalone crate (#628)
  • Make assignment sql driver a standalone crate (#626)

openstack-keystone-catalog-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split more drivers to separate crates (#632)

openstack-keystone-federation-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Split more drivers to separate crates (#632)

openstack-keystone-identity-sql

0.1.0 - 2026-05-14

Added

  • Introduce SecurityContext (#710)
  • Implement ConfigManager for config watching (#691)
  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-idmapping-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-k8s-auth-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-k8s-auth-raft

0.1.0 - 2026-05-14

Added

  • Introduce SecurityContext (#710)
  • Improve the code (#686)
  • Add k8s-auth raft driver (#676)

openstack-keystone-resource-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Split more drivers to separate crates (#632)

openstack-keystone-revoke-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-role-sql

0.1.0 - 2026-05-14

Added

  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Small optimization of the derives (#638)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-token-fernet

0.1.1 - 2026-05-14

Added

  • Introduce SecurityContext (#710)
  • Improve the code (#686)
  • Introduce the keystone-manage cli managing raft (#656)

Other

  • Split the core-types crate (#640)
  • Split config into standalone crate (#628)
  • Split out token-fernet driver (#620)

openstack-keystone-token-restriction-sql

0.1.0 - 2026-05-14

Added

  • Introduce SecurityContext (#710)
  • Improve the code (#686)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-trust-sql

0.1.0 - 2026-05-14

Added

  • Introduce SecurityContext (#710)

Other

  • Introduce dynamic plugins (#643)
  • Split the core-types crate (#640)
  • Split out remaining sql drivers (#633)

openstack-keystone-webauthn

0.1.0 - 2026-05-14

Added

  • 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

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

Added

  • 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

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

Added

  • 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 Dec 3, 2025

🐰 Bencher Report

Branchrelease-plz-2025-12-03T10-08-58Z
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
131,560.00 ns
(-3.89%)Baseline: 136,889.80 ns
363,880.12 ns
(36.15%)
Command_Serde/apply/set📈 view plot
🚷 view threshold
131,250.00 ns
(+0.65%)Baseline: 130,398.25 ns
241,779.95 ns
(54.28%)
Command_Serde/pack/delete📈 view plot
🚷 view threshold
121.51 ns
(-1.45%)Baseline: 123.30 ns
145.91 ns
(83.28%)
Command_Serde/pack/delete_index📈 view plot
🚷 view threshold
113.38 ns
(-1.55%)Baseline: 115.16 ns
135.36 ns
(83.76%)
Command_Serde/pack/set📈 view plot
🚷 view threshold
198.07 ns
(-0.95%)Baseline: 199.97 ns
237.89 ns
(83.26%)
Command_Serde/pack/set_index📈 view plot
🚷 view threshold
114.97 ns
(-0.35%)Baseline: 115.38 ns
135.51 ns
(84.85%)
Command_Serde/unpack/delete📈 view plot
🚷 view threshold
181.96 ns
(-2.60%)Baseline: 186.82 ns
232.62 ns
(78.22%)
Command_Serde/unpack/delete_index📈 view plot
🚷 view threshold
165.58 ns
(+2.76%)Baseline: 161.13 ns
198.74 ns
(83.32%)
Command_Serde/unpack/set📈 view plot
🚷 view threshold
241.62 ns
(-1.13%)Baseline: 244.38 ns
290.07 ns
(83.30%)
Command_Serde/unpack/set_index📈 view plot
🚷 view threshold
163.69 ns
(+2.43%)Baseline: 159.81 ns
199.77 ns
(81.94%)
Payload_encryption/pack/inner📈 view plot
🚷 view threshold
65.01 ns
(-0.32%)Baseline: 65.22 ns
77.11 ns
(84.30%)
Payload_encryption/pack/remove_cmd📈 view plot
🚷 view threshold
126.11 ns
(+2.32%)Baseline: 123.25 ns
147.29 ns
(85.62%)
Payload_encryption/pack/set_cmd📈 view plot
🚷 view threshold
255.29 ns
(+8.02%)Baseline: 236.33 ns
293.35 ns
(87.03%)
Payload_encryption/unpack/inner📈 view plot
🚷 view threshold
170.67 ns
(+4.41%)Baseline: 163.47 ns
192.08 ns
(88.86%)
Payload_encryption/unpack/remove_cmd📈 view plot
🚷 view threshold
200.13 ns
(+1.97%)Baseline: 196.26 ns
240.59 ns
(83.18%)
Payload_encryption/unpack/set_cmd📈 view plot
🚷 view threshold
255.38 ns
(-1.60%)Baseline: 259.53 ns
321.43 ns
(79.45%)
Raft_1Node_Latency/prefix/1node📈 view plot
🚷 view threshold
2,600,300.00 ns
(-26.57%)Baseline: 3,541,268.18 ns
6,586,735.26 ns
(39.48%)
Raft_1Node_Latency/read/1node📈 view plot
🚷 view threshold
575.93 ns
(+4.69%)Baseline: 550.13 ns
785.42 ns
(73.33%)
Raft_1Node_Latency/remove/1node📈 view plot
🚷 view threshold
375,420.00 ns
(+4.25%)Baseline: 360,108.18 ns
646,479.38 ns
(58.07%)
Raft_1Node_Latency/write/1node📈 view plot
🚷 view threshold
370,680.00 ns
(-1.49%)Baseline: 376,302.27 ns
820,133.08 ns
(45.20%)
build_snapshot/default📈 view plot
🚷 view threshold
88,916.00 ns
(-1.42%)Baseline: 90,192.50 ns
145,067.03 ns
(61.29%)
fernet token/project📈 view plot
🚷 view threshold
1,558.00 ns
(+5.24%)Baseline: 1,480.39 ns
1,593.72 ns
(97.76%)
get_data_keyspace📈 view plot
🚷 view threshold
0.31 ns
(-2.08%)Baseline: 0.32 ns
0.37 ns
(83.71%)
get_db📈 view plot
🚷 view threshold
0.31 ns
(-1.04%)Baseline: 0.32 ns
0.37 ns
(84.34%)
get_fernet_token_timestamp/project📈 view plot
🚷 view threshold
147.20 ns
(-1.30%)Baseline: 149.14 ns
173.52 ns
(84.83%)
get_keyspace📈 view plot
🚷 view threshold
4.33 ns
(-9.10%)Baseline: 4.76 ns
9.31 ns
(46.46%)
🐰 View full continuous benchmarking report in Bencher

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 3, 2025

🦢 Load Test Results

Goose Attack Report

Plan Overview

Action Started Stopped Elapsed Users
Increasing 26-05-14 14:34:25 26-05-14 14:34:27 00:00:02 0 → 4
Maintaining 26-05-14 14:34:27 26-05-14 14:34:57 00:00:30 4
Decreasing 26-05-14 14:34:57 26-05-14 14:34:57 00:00:00 0 ← 4

Request Metrics

Method Name # Requests # Fails Average (ms) Min (ms) Max (ms) RPS Failures/s
GET 6857 0 17.00 10 36 228.57 0.00
Aggregated 6857 0 17.00 10 36 228.57 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 15 17 21 22 23 24 27 36
Aggregated 15 17 21 22 23 24 27 36

Status Code Metrics

Method Name Status Codes
GET 6,857 [200]
Aggregated 6,857 [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 4224 0 13.74 10 24 140.80 0.00
ValidateToken
1.0 0 0 0.00 0 0 0.00 0.00
1.1 2633 0 22.35 18 36 87.77 0.00
Aggregated 6857 0 17.00 10 36 228.57 0.00

Scenario Metrics

Transaction # Users # Times Run Average (ms) Min (ms) Max (ms) Scenarios/s Iterations
ListUsers 2 4222 13.74 10 24 140.73 2111.00
ValidateToken 2 2631 22.35 18 36 87.70 1315.50
Aggregated 4 6853 17.04 10 36 228.43 3426.50

View full report

@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2025-12-03T10-08-58Z branch 11 times, most recently from 4efc7cd to c3f1e9f Compare December 9, 2025 17:50
@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2025-12-03T10-08-58Z branch 17 times, most recently from 041fa5f to 43b82f4 Compare December 18, 2025 11:52
@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2025-12-03T10-08-58Z branch 12 times, most recently from 13056c7 to f8f97ee Compare January 7, 2026 16:47
@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2025-12-03T10-08-58Z branch 13 times, most recently from 8c9ef75 to 56ef52e Compare January 18, 2026 12:25
@openstack-experimental-release-plz openstack-experimental-release-plz Bot force-pushed the release-plz-2025-12-03T10-08-58Z branch 4 times, most recently from 9e82a09 to dfde80a Compare January 23, 2026 17:16
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