File tree Expand file tree Collapse file tree 9 files changed +75
-8
lines changed
Expand file tree Collapse file tree 9 files changed +75
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.12.1] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.12.0...openstack_cli-v0.12.1 ) - 2025-05-18
10+
11+ ### Added
12+
13+ - Hopefully address nested structures renaming race ([ #1237 ] ( https://github.com/gtema/openstack/pull/1237 ) )
14+ - Add port set and binding commands ([ #1231 ] ( https://github.com/gtema/openstack/pull/1231 ) )
15+ - Add support setting Null for nullable args ([ #1227 ] ( https://github.com/gtema/openstack/pull/1227 ) )
16+ - Add table-arrangement output option ([ #1225 ] ( https://github.com/gtema/openstack/pull/1225 ) )
17+ - Adapt default attributes for network.port listing ([ #1217 ] ( https://github.com/gtema/openstack/pull/1217 ) )
18+ - Add cascade QP for delete octavia loadbalancer ([ #1204 ] ( https://github.com/gtema/openstack/pull/1204 ) )
19+
20+ ### Fixed
21+
22+ - Fix role_assignments command ([ #1238 ] ( https://github.com/gtema/openstack/pull/1238 ) )
23+ - Ensure ` XXX show ` returns all fields ([ #1229 ] ( https://github.com/gtema/openstack/pull/1229 ) )
24+ - Address explicit nullable types in network ([ #1226 ] ( https://github.com/gtema/openstack/pull/1226 ) )
25+
26+ ### Other
27+
28+ - Add lb.operating_status into default output ([ #1230 ] ( https://github.com/gtema/openstack/pull/1230 ) )
29+ - Fix typos in parameter names ([ #1203 ] ( https://github.com/gtema/openstack/pull/1203 ) )
30+ - Vendor token auth endpoint ([ #1236 ] ( https://github.com/gtema/openstack/pull/1236 ) )
31+ - Initialize mock testing ([ #1202 ] ( https://github.com/gtema/openstack/pull/1202 ) )
32+
933## [ 0.12.0] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.11.1...openstack_cli-v0.12.0 ) - 2025-05-05
1034
1135### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
Original file line number Diff line number Diff 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.21.1] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.0...openstack_sdk-v0.21.1 ) - 2025-05-18
10+
11+ ### Added
12+
13+ - Hopefully address nested structures renaming race ([ #1237 ] ( https://github.com/gtema/openstack/pull/1237 ) )
14+ - Add cascade QP for delete octavia loadbalancer ([ #1204 ] ( https://github.com/gtema/openstack/pull/1204 ) )
15+
16+ ### Fixed
17+
18+ - Address explicit nullable types in network ([ #1226 ] ( https://github.com/gtema/openstack/pull/1226 ) )
19+
20+ ### Other
21+
22+ - Vendor token auth endpoint ([ #1236 ] ( https://github.com/gtema/openstack/pull/1236 ) )
23+ - Fix typos in parameter names ([ #1203 ] ( https://github.com/gtema/openstack/pull/1203 ) )
24+ - Initialize mock testing ([ #1202 ] ( https://github.com/gtema/openstack/pull/1202 ) )
25+
926## [ 0.21.0] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.20.1...openstack_sdk-v0.21.0 ) - 2025-05-05
1027
1128### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.21.0 "
4+ version = " 0.21.1 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.12.1] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.12.0...openstack_tui-v0.12.1 ) - 2025-05-18
10+
11+ ### Added
12+
13+ - Add cascade QP for delete octavia loadbalancer ([ #1204 ] ( https://github.com/gtema/openstack/pull/1204 ) )
14+
915## [ 0.12.0] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.11.1...openstack_tui-v0.12.0 ) - 2025-05-05
1016
1117### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_tui"
33description = " OpenStack Terminal User interface"
4- version = " 0.12.0 "
4+ version = " 0.12.1 "
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.21.1] ( https://github.com/gtema/openstack/compare/openstack_types-v0.21.0...openstack_types-v0.21.1 ) - 2025-05-18
11+
12+ ### Added
13+
14+ - Hopefully address nested structures renaming race ([ #1237 ] ( https://github.com/gtema/openstack/pull/1237 ) )
15+ - Add cascade QP for delete octavia loadbalancer ([ #1204 ] ( https://github.com/gtema/openstack/pull/1204 ) )
16+ - Include openapi spec into the openstack_types ([ #1200 ] ( https://github.com/gtema/openstack/pull/1200 ) )
17+
18+ ### Fixed
19+
20+ - Address explicit nullable types in network ([ #1226 ] ( https://github.com/gtema/openstack/pull/1226 ) )
21+ - Adjust fip.port_details schema ([ #1211 ] ( https://github.com/gtema/openstack/pull/1211 ) )
22+ - Fix server schema ([ #1210 ] ( https://github.com/gtema/openstack/pull/1210 ) )
23+ - Fix fip.port_details schema ([ #1209 ] ( https://github.com/gtema/openstack/pull/1209 ) )
24+
25+ ### Other
26+
27+ - Fix typos in parameter names ([ #1203 ] ( https://github.com/gtema/openstack/pull/1203 ) )
28+ - Initialize mock testing ([ #1202 ] ( https://github.com/gtema/openstack/pull/1202 ) )
29+
1030## [ 0.21.0] ( https://github.com/gtema/openstack/compare/openstack_types-v0.20.1...openstack_types-v0.21.0 ) - 2025-05-05
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.21.0 "
4+ version = " 0.21.1 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments