Skip to content

Commit b2c3372

Browse files
chore: release v0.1.2
1 parent 38ba4c1 commit b2c3372

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@ 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-24
11+
12+
### Added
13+
14+
- Add trust provider ([#478](https://github.com/openstack-experimental/keystone/pull/478))
15+
- Paginate the federation API calls ([#475](https://github.com/openstack-experimental/keystone/pull/475))
16+
- Add pagination to the attribute mappings ([#467](https://github.com/openstack-experimental/keystone/pull/467))
17+
- Implement create_role api and backend ([#454](https://github.com/openstack-experimental/keystone/pull/454))
18+
- Start running integration tests per DB ([#461](https://github.com/openstack-experimental/keystone/pull/461))
19+
- Add appcred token validation integration test ([#459](https://github.com/openstack-experimental/keystone/pull/459))
20+
- Implement token structure validation ([#439](https://github.com/openstack-experimental/keystone/pull/439))
21+
- Implement application credential provider ([#447](https://github.com/openstack-experimental/keystone/pull/447))
22+
- Add pagination to listing idp ([#438](https://github.com/openstack-experimental/keystone/pull/438))
23+
- Include system assignments in the list ([#426](https://github.com/openstack-experimental/keystone/pull/426))
24+
- Add `enabled` to federation resources ([#423](https://github.com/openstack-experimental/keystone/pull/423))
25+
26+
### Fixed
27+
28+
- Fix logic for application credential token roles ([#457](https://github.com/openstack-experimental/keystone/pull/457))
29+
- User expiring membership for federated users ([#425](https://github.com/openstack-experimental/keystone/pull/425))
30+
- Resolve system_assignment query issue ([#434](https://github.com/openstack-experimental/keystone/pull/434))
31+
32+
### Other
33+
34+
- Continue cleaning Errors ([#466](https://github.com/openstack-experimental/keystone/pull/466))
35+
- Replace `db_err` with the context trait ([#465](https://github.com/openstack-experimental/keystone/pull/465))
36+
- Add basic CRUD integration for user api ([#463](https://github.com/openstack-experimental/keystone/pull/463))
37+
- Allow updating `dist` workflow ([#460](https://github.com/openstack-experimental/keystone/pull/460))
38+
- Modularize federation functionality ([#456](https://github.com/openstack-experimental/keystone/pull/456))
39+
- Modularize webauthn functionality ([#455](https://github.com/openstack-experimental/keystone/pull/455))
40+
- Reorg functests ([#453](https://github.com/openstack-experimental/keystone/pull/453))
41+
- Replace URL_SAFE with URL_SAFE_NO_PAD for audit_id ([#446](https://github.com/openstack-experimental/keystone/pull/446))
42+
- *(deps)* bump uuid from 1.18.1 to 1.19.0 ([#429](https://github.com/openstack-experimental/keystone/pull/429))
43+
- Add federation functest with DexIDP ([#424](https://github.com/openstack-experimental/keystone/pull/424))
44+
- Expand code documentation ([#422](https://github.com/openstack-experimental/keystone/pull/422))
45+
- Remove unnecessary content from rust package ([#418](https://github.com/openstack-experimental/keystone/pull/418))
46+
1047
## [0.1.1](https://github.com/openstack-experimental/keystone/compare/v0.1.0...v0.1.1) - 2025-12-02
1148

1249
### 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)