File tree Expand file tree Collapse file tree 9 files changed +88
-8
lines changed
Expand file tree Collapse file tree 9 files changed +88
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.13.1 "
3+ version = " 0.13.2 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.22.1 "
4+ version = " 0.22.2 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_tui"
33description = " OpenStack Terminal User interface"
4- version = " 0.13.1 "
4+ version = " 0.13.2 "
55keywords = [" tui" , " openstack" ]
66categories = [" command-line-utilities" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_types"
33description = " OpenStack API Types"
4- version = " 0.22.1 "
4+ version = " 0.22.2 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments