File tree Expand file tree Collapse file tree 9 files changed +50
-8
lines changed
Expand file tree Collapse file tree 9 files changed +50
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.12.3] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.12.2...openstack_cli-v0.12.3 ) - 2025-06-07
10+
11+ ### Added
12+
13+ - Allow starting tui with custom clouds.yaml ([ #1290 ] ( https://github.com/gtema/openstack/pull/1290 ) )
14+ - Adjust operation_name ([ #1288 ] ( https://github.com/gtema/openstack/pull/1288 ) )
15+ - Use operation_type when operation_name is empty ([ #1284 ] ( https://github.com/gtema/openstack/pull/1284 ) )
16+ - Improve service discovery (hopefully) ([ #1274 ] ( https://github.com/gtema/openstack/pull/1274 ) )
17+
18+ ### Fixed
19+
20+ - Make catalog more permissive ([ #1291 ] ( https://github.com/gtema/openstack/pull/1291 ) )
21+ - Fix crash when osc completion fails ([ #1286 ] ( https://github.com/gtema/openstack/pull/1286 ) )
22+
23+ ### Other
24+
25+ - Add first command hints ([ #1285 ] ( https://github.com/gtema/openstack/pull/1285 ) )
26+
927## [ 0.12.2] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.12.1...openstack_cli-v0.12.2 ) - 2025-05-28
1028
1129### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
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.21.3] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.2...openstack_sdk-v0.21.3 ) - 2025-06-07
10+
11+ ### Added
12+
13+ - Use operation_type when operation_name is empty ([ #1284 ] ( https://github.com/gtema/openstack/pull/1284 ) )
14+ - Improve service discovery (hopefully) ([ #1274 ] ( https://github.com/gtema/openstack/pull/1274 ) )
15+
16+ ### Fixed
17+
18+ - Make catalog more permissive ([ #1291 ] ( https://github.com/gtema/openstack/pull/1291 ) )
19+
920## [ 0.21.2] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.1...openstack_sdk-v0.21.2 ) - 2025-05-28
1021
1122### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.21.2 "
4+ version = " 0.21.3 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff 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.12.3] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.12.2...openstack_tui-v0.12.3 ) - 2025-06-07
10+
11+ ### Added
12+
13+ - Allow starting tui with custom clouds.yaml ([ #1290 ] ( https://github.com/gtema/openstack/pull/1290 ) )
14+ - Use operation_type when operation_name is empty ([ #1284 ] ( https://github.com/gtema/openstack/pull/1284 ) )
15+
916## [ 0.12.2] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.12.1...openstack_tui-v0.12.2 ) - 2025-05-28
1017
1118### 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.2 "
4+ version = " 0.12.3 "
55keywords = [" tui" , " openstack" ]
66categories = [" command-line-utilities" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.21.3] ( https://github.com/gtema/openstack/compare/openstack_types-v0.21.2...openstack_types-v0.21.3 ) - 2025-06-07
11+
12+ ### Added
13+
14+ - Use operation_type when operation_name is empty ([ #1284 ] ( https://github.com/gtema/openstack/pull/1284 ) )
15+
1016## [ 0.21.2] ( https://github.com/gtema/openstack/compare/openstack_types-v0.21.1...openstack_types-v0.21.2 ) - 2025-05-28
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_types"
33description = " OpenStack API Types"
4- version = " 0.21.2 "
4+ version = " 0.21.3 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments