Skip to content

Commit a410992

Browse files
chore: release
1 parent 612d1d7 commit a410992

File tree

9 files changed

+88
-8
lines changed

9 files changed

+88
-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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.1...openstack_cli-v0.13.2) - 2025-10-07
10+
11+
### Added
12+
13+
- Implement JWT login ([#1443](https://github.com/gtema/openstack/pull/1443))
14+
- Refetch object-storage resources ([#1441](https://github.com/gtema/openstack/pull/1441))
15+
- Extend default cli config for identity operations ([#1440](https://github.com/gtema/openstack/pull/1440))
16+
- Add keystone_ng idp and mapping ([#1427](https://github.com/gtema/openstack/pull/1427))
17+
- Implement passkey registration and auth ([#1418](https://github.com/gtema/openstack/pull/1418))
18+
- Start generating keystone-ng code ([#1415](https://github.com/gtema/openstack/pull/1415))
19+
- Improve openapi type conversion ([#1412](https://github.com/gtema/openstack/pull/1412))
20+
- Enable `OS_CLIENT_CONFIG_PATH` environment variable ([#1419](https://github.com/gtema/openstack/pull/1419))
21+
- Add port parameter to the loadbalancer resource ([#1417](https://github.com/gtema/openstack/pull/1417))
22+
23+
### Fixed
24+
25+
- Fix i32/u32 types in few object-store operations ([#1413](https://github.com/gtema/openstack/pull/1413))
26+
- Fix the federation auth url for v4 ([#1438](https://github.com/gtema/openstack/pull/1438))
27+
- Expand `~` in the OS_CLIENT_CONFIG_PATH ([#1435](https://github.com/gtema/openstack/pull/1435))
28+
29+
### Other
30+
31+
- Fix newly identified typos ([#1455](https://github.com/gtema/openstack/pull/1455))
32+
- Simplify parse_key_val_opt and parse_key_val ([#1425](https://github.com/gtema/openstack/pull/1425))
33+
- *(deps)* Bump httpmock from 0.7.0 to 0.8.0 ([#1444](https://github.com/gtema/openstack/pull/1444))
34+
935
## [0.13.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.0...openstack_cli-v0.13.1) - 2025-09-07
1036

1137
### 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.1"
3+
version = "0.13.2"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.22.2](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.1...openstack_sdk-v0.22.2) - 2025-10-07
10+
11+
### Added
12+
13+
- Implement JWT login ([#1443](https://github.com/gtema/openstack/pull/1443))
14+
- Add keystone_ng idp and mapping ([#1427](https://github.com/gtema/openstack/pull/1427))
15+
- Implement passkey registration and auth ([#1418](https://github.com/gtema/openstack/pull/1418))
16+
- Enable `OS_CLIENT_CONFIG_PATH` environment variable ([#1419](https://github.com/gtema/openstack/pull/1419))
17+
- Add port parameter to the loadbalancer resource ([#1417](https://github.com/gtema/openstack/pull/1417))
18+
- Start generating keystone-ng code ([#1415](https://github.com/gtema/openstack/pull/1415))
19+
- Improve openapi type conversion ([#1412](https://github.com/gtema/openstack/pull/1412))
20+
21+
### Fixed
22+
23+
- Fix the federation auth url for v4 ([#1438](https://github.com/gtema/openstack/pull/1438))
24+
- Expand `~` in the OS_CLIENT_CONFIG_PATH ([#1435](https://github.com/gtema/openstack/pull/1435))
25+
- Fix i32/u32 types in few object-store operations ([#1413](https://github.com/gtema/openstack/pull/1413))
26+
27+
### Other
28+
29+
- Fix newly identified typos ([#1455](https://github.com/gtema/openstack/pull/1455))
30+
- *(deps)* Bump httpmock from 0.7.0 to 0.8.0 ([#1444](https://github.com/gtema/openstack/pull/1444))
31+
932
## [0.22.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.0...openstack_sdk-v0.22.1) - 2025-09-07
1033

1134
### 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.1"
4+
version = "0.22.2"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_tui/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.2](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.1...openstack_tui-v0.13.2) - 2025-10-07
10+
11+
### Added
12+
13+
- Enable security group rule deletion ([#1439](https://github.com/gtema/openstack/pull/1439))
14+
- Improve openapi type conversion ([#1412](https://github.com/gtema/openstack/pull/1412))
15+
16+
### Other
17+
18+
- Fix newly identified typos ([#1455](https://github.com/gtema/openstack/pull/1455))
19+
920
## [0.13.1](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.0...openstack_tui-v0.13.1) - 2025-09-07
1021

1122
### Other

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.1"
4+
version = "0.13.2"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.22.2](https://github.com/gtema/openstack/compare/openstack_types-v0.22.1...openstack_types-v0.22.2) - 2025-10-07
11+
12+
### Added
13+
14+
- Add keystone_ng idp and mapping ([#1427](https://github.com/gtema/openstack/pull/1427))
15+
- Implement passkey registration and auth ([#1418](https://github.com/gtema/openstack/pull/1418))
16+
- Add port parameter to the loadbalancer resource ([#1417](https://github.com/gtema/openstack/pull/1417))
17+
- Default to u32 when maximum is unset ([#1416](https://github.com/gtema/openstack/pull/1416))
18+
- Start generating keystone-ng code ([#1415](https://github.com/gtema/openstack/pull/1415))
19+
- Improve openapi type conversion ([#1412](https://github.com/gtema/openstack/pull/1412))
20+
21+
### Fixed
22+
23+
- Fix i32/u32 types in few object-store operations ([#1413](https://github.com/gtema/openstack/pull/1413))
24+
25+
### Other
26+
27+
- Fix newly identified typos ([#1455](https://github.com/gtema/openstack/pull/1455))
28+
- Add keystone-ng idp and mapping resources metadata ([#1433](https://github.com/gtema/openstack/pull/1433))
29+
1030
## [0.22.1](https://github.com/gtema/openstack/compare/openstack_types-v0.22.0...openstack_types-v0.22.1) - 2025-09-07
1131

1232
### 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.1"
4+
version = "0.22.2"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)