Skip to content

Commit 041fa5f

Browse files
chore: release v0.1.2
1 parent f8c0e94 commit 041fa5f

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/openstack-experimental/keystone/compare/v0.1.1...v0.1.2) - 2025-12-18
11+
12+
### Added
13+
14+
- Start running integration tests per DB ([#461](https://github.com/openstack-experimental/keystone/pull/461))
15+
- Add appcred token validation integration test ([#459](https://github.com/openstack-experimental/keystone/pull/459))
16+
- Implement token structure validation ([#439](https://github.com/openstack-experimental/keystone/pull/439))
17+
- Implement application credential provider ([#447](https://github.com/openstack-experimental/keystone/pull/447))
18+
- Add pagination to listing idp ([#438](https://github.com/openstack-experimental/keystone/pull/438))
19+
- Include system assignments in the list ([#426](https://github.com/openstack-experimental/keystone/pull/426))
20+
- Add `enabled` to federation resources ([#423](https://github.com/openstack-experimental/keystone/pull/423))
21+
22+
### Fixed
23+
24+
- Fix logic for application credential token roles ([#457](https://github.com/openstack-experimental/keystone/pull/457))
25+
- User expiring membership for federated users ([#425](https://github.com/openstack-experimental/keystone/pull/425))
26+
- Resolve system_assignment query issue ([#434](https://github.com/openstack-experimental/keystone/pull/434))
27+
28+
### Other
29+
30+
- Add basic CRUD integration for user api ([#463](https://github.com/openstack-experimental/keystone/pull/463))
31+
- Allow updating `dist` workflow ([#460](https://github.com/openstack-experimental/keystone/pull/460))
32+
- Modularize federation functionality ([#456](https://github.com/openstack-experimental/keystone/pull/456))
33+
- Modularize webauthn functionality ([#455](https://github.com/openstack-experimental/keystone/pull/455))
34+
- Reorg functests ([#453](https://github.com/openstack-experimental/keystone/pull/453))
35+
- Replace URL_SAFE with URL_SAFE_NO_PAD for audit_id ([#446](https://github.com/openstack-experimental/keystone/pull/446))
36+
- *(deps)* bump uuid from 1.18.1 to 1.19.0 ([#429](https://github.com/openstack-experimental/keystone/pull/429))
37+
- Add federation functest with DexIDP ([#424](https://github.com/openstack-experimental/keystone/pull/424))
38+
- Expand code documentation ([#422](https://github.com/openstack-experimental/keystone/pull/422))
39+
- Remove unnecessary content from rust package ([#418](https://github.com/openstack-experimental/keystone/pull/418))
40+
1041
## [0.1.1](https://github.com/openstack-experimental/keystone/compare/v0.1.0...v0.1.1) - 2025-12-02
1142

1243
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_keystone"
33
description = "OpenStack Keystone service"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2024"
66
license = "Apache-2.0"
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)