@@ -6,6 +6,34 @@ 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-09
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 connection pooling in openstack_sdk ([ #1459 ] ( https://github.com/gtema/openstack/pull/1459 ) )
22+ - Enable ` OS_CLIENT_CONFIG_PATH ` environment variable ([ #1419 ] ( https://github.com/gtema/openstack/pull/1419 ) )
23+ - Add port parameter to the loadbalancer resource ([ #1417 ] ( https://github.com/gtema/openstack/pull/1417 ) )
24+
25+ ### Fixed
26+
27+ - Fix i32/u32 types in few object-store operations ([ #1413 ] ( https://github.com/gtema/openstack/pull/1413 ) )
28+ - Fix the federation auth url for v4 ([ #1438 ] ( https://github.com/gtema/openstack/pull/1438 ) )
29+ - Expand ` ~ ` in the OS_CLIENT_CONFIG_PATH ([ #1435 ] ( https://github.com/gtema/openstack/pull/1435 ) )
30+
31+ ### Other
32+
33+ - Fix newly identified typos ([ #1455 ] ( https://github.com/gtema/openstack/pull/1455 ) )
34+ - Simplify parse_key_val_opt and parse_key_val ([ #1425 ] ( https://github.com/gtema/openstack/pull/1425 ) )
35+ - * (deps)* Bump httpmock from 0.7.0 to 0.8.0 ([ #1444 ] ( https://github.com/gtema/openstack/pull/1444 ) )
36+
937## [ 0.13.1] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.13.0...openstack_cli-v0.13.1 ) - 2025-09-07
1038
1139### Added
0 commit comments