Releases: gtema/openstack
Releases · gtema/openstack
openstack_cli-v0.13.2
Added
- Add support for token restrictions (#1458)
- Implement JWT login (#1443)
- Refetch object-storage resources (#1441)
- Extend default cli config for identity operations (#1440)
- Add keystone_ng idp and mapping (#1427)
- Implement passkey registration and auth (#1418)
- Start generating keystone-ng code (#1415)
- Improve openapi type conversion (#1412)
- Add create security group rule support (#1470)
- Prepare generation of create types for tui (#1468)
- Add socks feature to reqwest (#1460)
- Add connection pooling in openstack_sdk (#1459)
- Enable
OS_CLIENT_CONFIG_PATHenvironment variable (#1419) - Add port parameter to the loadbalancer resource (#1417)
Fixed
- Fix i32/u32 types in few object-store operations (#1413)
- Fix the federation auth url for v4 (#1438)
- Expand
~in the OS_CLIENT_CONFIG_PATH (#1435)
Other
v0.13.1
What's Changed
- chore(deps): update docker/metadata-action action to v5.8.0 by @renovate[bot] in #1363
- chore(deps): update rust docker tag to v1.89.0 by @renovate[bot] in #1367
- chore(deps): update docker/login-action action to v3.5.0 by @renovate[bot] in #1366
- chore(deps): update actions/create-github-app-token action to v2.1.0 by @renovate[bot] in #1364
- chore(deps): Bump taiki-e/install-action from 2.55.1 to 2.56.19 by @dependabot[bot] in #1352
- chore(deps): update crate-ci/typos action to v1.35.3 by @renovate[bot] in #1365
- chore(deps): update actions/download-artifact action to v5 by @renovate[bot] in #1368
- chore: Address some 1.89 clippy warnings by @gtema in #1369
- chore: Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) by @gtema in #1371
- chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1373
- chore(deps): Bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #1372
- chore(deps): update actions/upload-pages-artifact action to v4 by @renovate[bot] in #1376
- chore(deps): Bump hyper from 1.6.0 to 1.7.0 by @dependabot[bot] in #1377
- chore(deps): Bump tempfile from 3.20.0 to 3.21.0 by @dependabot[bot] in #1380
- chore: Whitelist the RUSTSEC-2025-0052 advisory by @gtema in #1382
- chore: Update cargo-dist version by @gtema in #1383
- chore(deps): update rust crate dialoguer to ^0.12.0 by @renovate[bot] in #1379
- chore(deps): Bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group by @dependabot[bot] in #1385
- fix(deps): update rust crate comfy-table to v7.2.0 by @renovate[bot] in #1386
- chore: Rename the v3federation to v4federation by @gtema in #1388
- chore(deps): update actions/attest-build-provenance action to v3 by @renovate[bot] in #1387
- feat: Capture request-id in the OpenStack API error by @gtema in #1391
- chore: Log update of comfy-table in the Cargo.toml by @gtema in #1392
- feat: Enable BS quota commands by @gtema in #1396
- feat: Add response key hack to the BS quota resources by @gtema in #1397
- feat: Enable command hints in the cli by @gtema in #1403
- feat: Workaround BS quota api path issues by @gtema in #1404
- chore: Add command hints for the BS quota set commands by @gtema in #1399
- chore(deps): Bump github/codeql-action from 3.29.0 to 3.30.0 by @dependabot[bot] in #1390
- chore: release by @gtema-release-plz[bot] in #1393
- chore: Update to cargo-dist 0.30.0 by @gtema in #1405
- chore: Disable arm64-windows by @gtema in #1406
- Repair use of cargo-auditable for arm64-linux by @gtema in #1407
Full Changelog: v0.13.0...v0.13.1
openstack_types-v0.22.1
openstack_tui-v0.13.1
openstack_sdk-v0.22.1
openstack_cli-v0.13.1
Added
- Workaround BS quota api path issues (#1404)
- Enable command hints in the cli (#1403)
- Add response key hack to the BS quota resources (#1397)
- Enable BS quota commands (#1396)
- Capture request-id in the OpenStack API error (#1391)
Other
- Add command hints for the BS quota set commands (#1399)
- Log update of comfy-table in the Cargo.toml (#1392)
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) (#1371)
- Rename the v3federation to v4federation (#1388)
- (deps) Bump hyper from 1.6.0 to 1.7.0 (#1377)
- Address some 1.89 clippy warnings (#1369)
v0.13.0
What's Changed
- feat: OpenAPI: Fix arrays without
itemsby @gtema in #1348 - feat: Add header query params to dns list operations by @gtema in #1349
- chore(deps): update step-security/harden-runner action to v2.13.0 by @renovate[bot] in #1351
- chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.13.0 by @dependabot[bot] in #1353
- refactor!: Change signature for adding request headers by @gtema in #1356
- feat: Set header parameters in the cli by @gtema in #1357
- feat: Fix octavia operations with empty response body. by @gtema in #1358
- chore: Add more deserialization tests by @gtema in #1359
- chore(deps): Bump tokio from 1.46.1 to 1.47.0 by @dependabot[bot] in #1362
- chore: release by @gtema-release-plz[bot] in #1350
Full Changelog: v0.12.4...v0.13.0
openstack_types-v0.22.0
openstack_tui-v0.13.0
Other
- update Cargo.toml dependencies