@@ -6,6 +6,40 @@ 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-14
10+
11+ ### Added
12+
13+ - Add support for token restrictions ([ #1458 ] ( https://github.com/gtema/openstack/pull/1458 ) )
14+ - Implement JWT login ([ #1443 ] ( https://github.com/gtema/openstack/pull/1443 ) )
15+ - Refetch object-storage resources ([ #1441 ] ( https://github.com/gtema/openstack/pull/1441 ) )
16+ - Extend default cli config for identity operations ([ #1440 ] ( https://github.com/gtema/openstack/pull/1440 ) )
17+ - Add keystone_ng idp and mapping ([ #1427 ] ( https://github.com/gtema/openstack/pull/1427 ) )
18+ - Implement passkey registration and auth ([ #1418 ] ( https://github.com/gtema/openstack/pull/1418 ) )
19+ - Start generating keystone-ng code ([ #1415 ] ( https://github.com/gtema/openstack/pull/1415 ) )
20+ - Improve openapi type conversion ([ #1412 ] ( https://github.com/gtema/openstack/pull/1412 ) )
21+ - Add create security group rule support ([ #1470 ] ( https://github.com/gtema/openstack/pull/1470 ) )
22+ - Prepare generation of create types for tui ([ #1468 ] ( https://github.com/gtema/openstack/pull/1468 ) )
23+ - Add socks feature to reqwest ([ #1460 ] ( https://github.com/gtema/openstack/pull/1460 ) )
24+ - Add connection pooling in openstack_sdk ([ #1459 ] ( https://github.com/gtema/openstack/pull/1459 ) )
25+ - Enable ` OS_CLIENT_CONFIG_PATH ` environment variable ([ #1419 ] ( https://github.com/gtema/openstack/pull/1419 ) )
26+ - Add port parameter to the loadbalancer resource ([ #1417 ] ( https://github.com/gtema/openstack/pull/1417 ) )
27+
28+ ### Fixed
29+
30+ - Fix i32/u32 types in few object-store operations ([ #1413 ] ( https://github.com/gtema/openstack/pull/1413 ) )
31+ - Fix the federation auth url for v4 ([ #1438 ] ( https://github.com/gtema/openstack/pull/1438 ) )
32+ - Expand ` ~ ` in the OS_CLIENT_CONFIG_PATH ([ #1435 ] ( https://github.com/gtema/openstack/pull/1435 ) )
33+
34+ ### Other
35+
36+ - * (deps)* update rust crate md5 to ^0.8.0 ([ #1465 ] ( https://github.com/gtema/openstack/pull/1465 ) )
37+ - Update image roundtrip test ([ #1469 ] ( https://github.com/gtema/openstack/pull/1469 ) )
38+ - * (test)* Rework image upload roundtrip test ([ #1463 ] ( https://github.com/gtema/openstack/pull/1463 ) )
39+ - Fix newly identified typos ([ #1455 ] ( https://github.com/gtema/openstack/pull/1455 ) )
40+ - Simplify parse_key_val_opt and parse_key_val ([ #1425 ] ( https://github.com/gtema/openstack/pull/1425 ) )
41+ - * (deps)* Bump httpmock from 0.7.0 to 0.8.0 ([ #1444 ] ( https://github.com/gtema/openstack/pull/1444 ) )
42+
943## [ 0.13.1] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.13.0...openstack_cli-v0.13.1 ) - 2025-09-07
1044
1145### Added
0 commit comments