diff --git a/Cargo.lock b/Cargo.lock index 4837e46eb..2a2bd35ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "openstack_cli" -version = "0.13.3" +version = "0.13.4" dependencies = [ "assert_cmd", "base64 0.22.1", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "openstack_sdk" -version = "0.22.3" +version = "0.22.4" dependencies = [ "async-trait", "base64 0.22.1", @@ -2750,7 +2750,7 @@ dependencies = [ [[package]] name = "openstack_tui" -version = "0.13.3" +version = "0.13.4" dependencies = [ "async-trait", "chrono", @@ -2790,7 +2790,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..01de6f3fc 100644 --- a/openstack_cli/CHANGELOG.md +++ b/openstack_cli/CHANGELOG.md @@ -6,6 +6,29 @@ 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) - 2026-01-16 + +### 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 + +- Try to improve handling for '{}' schemas ([#1607](https://github.com/gtema/openstack/pull/1607)) +- Mass update of dependencies ([#1601](https://github.com/gtema/openstack/pull/1601)) +- 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)) +- Replace abandoned `bincode` with `postcard` ([#1608](https://github.com/gtema/openstack/pull/1608)) + ## [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 79eb677e8..f20deddbb 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..5c79e2ffb 100644 --- a/openstack_sdk/CHANGELOG.md +++ b/openstack_sdk/CHANGELOG.md @@ -6,6 +6,27 @@ 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) - 2026-01-16 + +### 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 + +- Replace abandoned `bincode` with `postcard` ([#1608](https://github.com/gtema/openstack/pull/1608)) +- Try to improve handling for '{}' schemas ([#1607](https://github.com/gtema/openstack/pull/1607)) +- Mass update of dependencies ([#1601](https://github.com/gtema/openstack/pull/1601)) +- 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 3bc576332..6d31501c5 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..071562e1c 100644 --- a/openstack_tui/CHANGELOG.md +++ b/openstack_tui/CHANGELOG.md @@ -6,6 +6,15 @@ 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) - 2026-01-16 + +### Other + +- Upgrade ratatui version ([#1609](https://github.com/gtema/openstack/pull/1609)) +- *(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 0480b3c4a..99f43e0fb 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..dac3eb320 100644 --- a/openstack_types/CHANGELOG.md +++ b/openstack_types/CHANGELOG.md @@ -7,6 +7,26 @@ 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) - 2026-01-16 + +### 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 + +- Try to improve handling for '{}' schemas ([#1607](https://github.com/gtema/openstack/pull/1607)) +- Switch more integration tests to use API ([#487](https://github.com/gtema/openstack/pull/487)) ([#1598](https://github.com/gtema/openstack/pull/1598)) +- 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)"]