diff --git a/Cargo.lock b/Cargo.lock index 8a8bac724..dad24a6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2334,7 +2334,7 @@ dependencies = [ [[package]] name = "openstack_cli" -version = "0.13.3" +version = "0.13.4" dependencies = [ "assert_cmd", "base64 0.22.1", @@ -2377,7 +2377,7 @@ dependencies = [ [[package]] name = "openstack_sdk" -version = "0.22.3" +version = "0.22.4" dependencies = [ "async-trait", "base64 0.22.1", @@ -2427,7 +2427,7 @@ dependencies = [ [[package]] name = "openstack_tui" -version = "0.13.3" +version = "0.13.4" dependencies = [ "async-trait", "chrono", @@ -2467,7 +2467,7 @@ dependencies = [ [[package]] name = "openstack_types" -version = "0.22.3" +version = "0.22.4" dependencies = [ "chrono", "openstack_sdk", diff --git a/openstack_cli/CHANGELOG.md b/openstack_cli/CHANGELOG.md index d93a39169..f06289c80 100644 --- a/openstack_cli/CHANGELOG.md +++ b/openstack_cli/CHANGELOG.md @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.4](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.3...openstack_cli-v0.13.4) - 2025-12-30 + +### Added + +- Normalize bs.scheduler-stat naming ([#1585](https://github.com/gtema/openstack/pull/1585)) +- Add pagination to the attribute mappings ([#467](https://github.com/gtema/openstack/pull/467)) ([#1577](https://github.com/gtema/openstack/pull/1577)) +- New generated content ([#1575](https://github.com/gtema/openstack/pull/1575)) +- Add identity.idp pagination ([#1563](https://github.com/gtema/openstack/pull/1563)) +- Add support for overriding the region name ([#1535](https://github.com/gtema/openstack/pull/1535)) + +### Fixed + +- Adapt to the keystone-ng changes ([#1567](https://github.com/gtema/openstack/pull/1567)) +- User expiring membership for federated users ([#425](https://github.com/gtema/openstack/pull/425)) ([#1554](https://github.com/gtema/openstack/pull/1554)) + +### Other + +- Prepare update of the block-storage data ([#1572](https://github.com/gtema/openstack/pull/1572)) +- Address new clippy complains ([#1568](https://github.com/gtema/openstack/pull/1568)) + ## [0.13.3](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.2...openstack_cli-v0.13.3) - 2025-11-19 ### Added diff --git a/openstack_cli/Cargo.toml b/openstack_cli/Cargo.toml index 77e1222ef..ee7a6690a 100644 --- a/openstack_cli/Cargo.toml +++ b/openstack_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openstack_cli" -version = "0.13.3" +version = "0.13.4" authors = [ "Artem Goncharov (gtema)", ] diff --git a/openstack_sdk/CHANGELOG.md b/openstack_sdk/CHANGELOG.md index 165957c20..bde0ca361 100644 --- a/openstack_sdk/CHANGELOG.md +++ b/openstack_sdk/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.4](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.3...openstack_sdk-v0.22.4) - 2025-12-30 + +### Added + +- Normalize bs.scheduler-stat naming ([#1585](https://github.com/gtema/openstack/pull/1585)) +- Add pagination to the attribute mappings ([#467](https://github.com/gtema/openstack/pull/467)) ([#1577](https://github.com/gtema/openstack/pull/1577)) +- New generated content ([#1575](https://github.com/gtema/openstack/pull/1575)) +- Add identity.idp pagination ([#1563](https://github.com/gtema/openstack/pull/1563)) + +### Fixed + +- Adapt to the keystone-ng changes ([#1567](https://github.com/gtema/openstack/pull/1567)) +- User expiring membership for federated users ([#425](https://github.com/gtema/openstack/pull/425)) ([#1554](https://github.com/gtema/openstack/pull/1554)) + +### Other + +- Prepare update of the block-storage data ([#1572](https://github.com/gtema/openstack/pull/1572)) + ## [0.22.3](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.2...openstack_sdk-v0.22.3) - 2025-11-19 ### Added diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index b1fe9dc7f..96648b429 100644 --- a/openstack_sdk/Cargo.toml +++ b/openstack_sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_sdk" description = "OpenStack SDK" -version = "0.22.3" +version = "0.22.4" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_tui/CHANGELOG.md b/openstack_tui/CHANGELOG.md index 4a1d91235..9d2892b54 100644 --- a/openstack_tui/CHANGELOG.md +++ b/openstack_tui/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.4](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.3...openstack_tui-v0.13.4) - 2025-12-30 + +### Other + +- *(deps)* Bump signal-hook from 0.3.18 to 0.4.1 ([#1589](https://github.com/gtema/openstack/pull/1589)) +- Add dependency badge to readme ([#1578](https://github.com/gtema/openstack/pull/1578)) +- Apply new clippy fixes ([#1574](https://github.com/gtema/openstack/pull/1574)) + ## [0.13.3](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.2...openstack_tui-v0.13.3) - 2025-11-19 ### Added diff --git a/openstack_tui/Cargo.toml b/openstack_tui/Cargo.toml index 6ca139c7c..ccb429af4 100644 --- a/openstack_tui/Cargo.toml +++ b/openstack_tui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_tui" description = "OpenStack Terminal User interface" -version = "0.13.3" +version = "0.13.4" keywords = ["tui", "openstack"] categories = ["command-line-utilities"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_types/CHANGELOG.md b/openstack_types/CHANGELOG.md index 6f182285a..aa3d07b26 100644 --- a/openstack_types/CHANGELOG.md +++ b/openstack_types/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.4](https://github.com/gtema/openstack/compare/openstack_types-v0.22.3...openstack_types-v0.22.4) - 2025-12-30 + +### Added + +- Normalize bs.scheduler-stat naming ([#1585](https://github.com/gtema/openstack/pull/1585)) +- New generated content ([#1575](https://github.com/gtema/openstack/pull/1575)) + +### Fixed + +- Fix neutron qos/policies.rules definition ([#1579](https://github.com/gtema/openstack/pull/1579)) +- Adapt to the keystone-ng changes ([#1567](https://github.com/gtema/openstack/pull/1567)) +- User expiring membership for federated users ([#425](https://github.com/gtema/openstack/pull/425)) ([#1554](https://github.com/gtema/openstack/pull/1554)) + +### Other + +- Prepare update of the block-storage data ([#1572](https://github.com/gtema/openstack/pull/1572)) +- *(deps)* Bump uuid from 1.18.1 to 1.19.0 ([#1551](https://github.com/gtema/openstack/pull/1551)) + ## [0.22.3](https://github.com/gtema/openstack/compare/openstack_types-v0.22.2...openstack_types-v0.22.3) - 2025-11-19 ### Added diff --git a/openstack_types/Cargo.toml b/openstack_types/Cargo.toml index 4b6fb61af..dedc539da 100644 --- a/openstack_types/Cargo.toml +++ b/openstack_types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_types" description = "OpenStack API Types" -version = "0.22.3" +version = "0.22.4" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"]