Skip to content

Commit c26b7fe

Browse files
chore: release
1 parent af06902 commit c26b7fe

File tree

9 files changed

+68
-8
lines changed

9 files changed

+68
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openstack_cli/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.4](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.3...openstack_cli-v0.13.4) - 2025-12-19
10+
11+
### Added
12+
13+
- Add pagination to the attribute mappings ([#467](https://github.com/gtema/openstack/pull/467)) ([#1577](https://github.com/gtema/openstack/pull/1577))
14+
- New generated content ([#1575](https://github.com/gtema/openstack/pull/1575))
15+
- Add identity.idp pagination ([#1563](https://github.com/gtema/openstack/pull/1563))
16+
- Add support for overriding the region name ([#1535](https://github.com/gtema/openstack/pull/1535))
17+
18+
### Fixed
19+
20+
- Adapt to the keystone-ng changes ([#1567](https://github.com/gtema/openstack/pull/1567))
21+
- User expiring membership for federated users ([#425](https://github.com/gtema/openstack/pull/425)) ([#1554](https://github.com/gtema/openstack/pull/1554))
22+
23+
### Other
24+
25+
- Prepare update of the block-storage data ([#1572](https://github.com/gtema/openstack/pull/1572))
26+
- Address new clippy complains ([#1568](https://github.com/gtema/openstack/pull/1568))
27+
928
## [0.13.3](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.2...openstack_cli-v0.13.3) - 2025-11-19
1029

1130
### Added

openstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.22.4](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.3...openstack_sdk-v0.22.4) - 2025-12-19
10+
11+
### Added
12+
13+
- Add pagination to the attribute mappings ([#467](https://github.com/gtema/openstack/pull/467)) ([#1577](https://github.com/gtema/openstack/pull/1577))
14+
- New generated content ([#1575](https://github.com/gtema/openstack/pull/1575))
15+
- Add identity.idp pagination ([#1563](https://github.com/gtema/openstack/pull/1563))
16+
17+
### Fixed
18+
19+
- Adapt to the keystone-ng changes ([#1567](https://github.com/gtema/openstack/pull/1567))
20+
- User expiring membership for federated users ([#425](https://github.com/gtema/openstack/pull/425)) ([#1554](https://github.com/gtema/openstack/pull/1554))
21+
22+
### Other
23+
24+
- Prepare update of the block-storage data ([#1572](https://github.com/gtema/openstack/pull/1572))
25+
926
## [0.22.3](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.2...openstack_sdk-v0.22.3) - 2025-11-19
1027

1128
### Added

openstack_sdk/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_sdk"
33
description = "OpenStack SDK"
4-
version = "0.22.3"
4+
version = "0.22.4"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_tui/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.4](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.3...openstack_tui-v0.13.4) - 2025-12-19
10+
11+
### Other
12+
13+
- Add dependency badge to readme ([#1578](https://github.com/gtema/openstack/pull/1578))
14+
- Apply new clippy fixes ([#1574](https://github.com/gtema/openstack/pull/1574))
15+
916
## [0.13.3](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.2...openstack_tui-v0.13.3) - 2025-11-19
1017

1118
### Added

openstack_tui/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_tui"
33
description = "OpenStack Terminal User interface"
4-
version = "0.13.3"
4+
version = "0.13.4"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.22.4](https://github.com/gtema/openstack/compare/openstack_types-v0.22.3...openstack_types-v0.22.4) - 2025-12-19
11+
12+
### Added
13+
14+
- New generated content ([#1575](https://github.com/gtema/openstack/pull/1575))
15+
16+
### Fixed
17+
18+
- Fix neutron qos/policies.rules definition ([#1579](https://github.com/gtema/openstack/pull/1579))
19+
- Adapt to the keystone-ng changes ([#1567](https://github.com/gtema/openstack/pull/1567))
20+
- User expiring membership for federated users ([#425](https://github.com/gtema/openstack/pull/425)) ([#1554](https://github.com/gtema/openstack/pull/1554))
21+
22+
### Other
23+
24+
- Prepare update of the block-storage data ([#1572](https://github.com/gtema/openstack/pull/1572))
25+
- *(deps)* Bump uuid from 1.18.1 to 1.19.0 ([#1551](https://github.com/gtema/openstack/pull/1551))
26+
1027
## [0.22.3](https://github.com/gtema/openstack/compare/openstack_types-v0.22.2...openstack_types-v0.22.3) - 2025-11-19
1128

1229
### Added

openstack_types/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_types"
33
description = "OpenStack API Types"
4-
version = "0.22.3"
4+
version = "0.22.4"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)