Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions crates/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-api-types-v0.1.0...openstack-keystone-api-types-v0.1.1) - 2026-03-31

### Other

- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Introduce features in api-types crate ([#624](https://github.com/openstack-experimental/keystone/pull/624))
- Slim down api-types crate ([#622](https://github.com/openstack-experimental/keystone/pull/622))
2 changes: 1 addition & 1 deletion crates/api-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-keystone-api-types"
description = "OpenStack Keystone API types"
version = "0.1.0"
version = "0.1.1"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
16 changes: 16 additions & 0 deletions crates/appcred-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-appcred-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
18 changes: 18 additions & 0 deletions crates/assignment-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-assignment-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
- Make assignment sql driver a standalone crate ([#626](https://github.com/openstack-experimental/keystone/pull/626))
16 changes: 16 additions & 0 deletions crates/catalog-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-catalog-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
15 changes: 15 additions & 0 deletions crates/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-config-v0.1.0) - 2026-03-31

### Other

- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
16 changes: 16 additions & 0 deletions crates/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-core-types-v0.1.1) - 2026-03-31

### Other

- Unify state initialization in test ([#642](https://github.com/openstack-experimental/keystone/pull/642))
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
30 changes: 30 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-core-v0.1.1...openstack-keystone-core-v0.1.2) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
- Drop unnecessary derives to help compilation ([#631](https://github.com/openstack-experimental/keystone/pull/631))
- Drop unnecessary tracing directives ([#627](https://github.com/openstack-experimental/keystone/pull/627))
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
- Rework http client pool ([#629](https://github.com/openstack-experimental/keystone/pull/629))
- Make assignment sql driver a standalone crate ([#626](https://github.com/openstack-experimental/keystone/pull/626))
- Move assignment parameters resolution to driver ([#625](https://github.com/openstack-experimental/keystone/pull/625))
- Introduce features in api-types crate ([#624](https://github.com/openstack-experimental/keystone/pull/624))
- Slim down api-types crate ([#622](https://github.com/openstack-experimental/keystone/pull/622))
- Split out webauthn into crate ([#621](https://github.com/openstack-experimental/keystone/pull/621))
- Split out token-fernet driver ([#620](https://github.com/openstack-experimental/keystone/pull/620))
- Prepare slit out of the FernetTokenProvider ([#619](https://github.com/openstack-experimental/keystone/pull/619))
- Move benchmark into the proper crate ([#614](https://github.com/openstack-experimental/keystone/pull/614))
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-keystone-core"
description = "OpenStack Keystone service"
version = "0.1.1"
version = "0.1.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
17 changes: 17 additions & 0 deletions crates/federation-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-federation-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
17 changes: 17 additions & 0 deletions crates/identity-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-identity-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
16 changes: 16 additions & 0 deletions crates/idmapping-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-idmapping-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
16 changes: 16 additions & 0 deletions crates/k8s-auth-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-k8s-auth-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
26 changes: 26 additions & 0 deletions crates/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-v0.1.1...openstack-keystone-v0.1.2) - 2026-03-31

### Other

- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
- Make assignment sql driver a standalone crate ([#626](https://github.com/openstack-experimental/keystone/pull/626))
- Move assignment parameters resolution to driver ([#625](https://github.com/openstack-experimental/keystone/pull/625))
- Introduce features in api-types crate ([#624](https://github.com/openstack-experimental/keystone/pull/624))
- Slim down api-types crate ([#622](https://github.com/openstack-experimental/keystone/pull/622))
- Split out webauthn into crate ([#621](https://github.com/openstack-experimental/keystone/pull/621))
- Split out token-fernet driver ([#620](https://github.com/openstack-experimental/keystone/pull/620))
- Prepare slit out of the FernetTokenProvider ([#619](https://github.com/openstack-experimental/keystone/pull/619))
- Move benchmark into the proper crate ([#614](https://github.com/openstack-experimental/keystone/pull/614))
2 changes: 1 addition & 1 deletion crates/keystone/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-keystone"
description = "OpenStack Keystone service"
version = "0.1.1"
version = "0.1.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
17 changes: 17 additions & 0 deletions crates/resource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-resource-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
16 changes: 16 additions & 0 deletions crates/revoke-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-revoke-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
17 changes: 17 additions & 0 deletions crates/role-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-role-sql-v0.1.0) - 2026-03-31

### Other

- Introduce dynamic plugins ([#643](https://github.com/openstack-experimental/keystone/pull/643))
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
14 changes: 14 additions & 0 deletions crates/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-distributed-storage-v0.1.0...openstack-keystone-distributed-storage-v0.1.1) - 2026-03-31

### Other

- *(deps)* Bump openraft to alpha17 ([#641](https://github.com/openstack-experimental/keystone/pull/641))
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-keystone-distributed-storage"
description = "Keystone distributed storage based on the `openraft` and `fjall` database."
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down
16 changes: 16 additions & 0 deletions crates/token-fernet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-token-fernet-v0.1.1) - 2026-03-31

### Other

- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
- Split out token-fernet driver ([#620](https://github.com/openstack-experimental/keystone/pull/620))
Loading
Loading