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.

20 changes: 20 additions & 0 deletions openstack_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack_cli"
version = "0.13.3"
version = "0.13.4"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
18 changes: 18 additions & 0 deletions openstack_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openstack_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)"]
Expand Down
8 changes: 8 additions & 0 deletions openstack_tui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openstack_tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)"]
Expand Down
18 changes: 18 additions & 0 deletions openstack_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openstack_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)"]
Expand Down