Releases: gtema/openstack
Releases · gtema/openstack
openstack_cli-v0.13.0
v0.12.4
What's Changed
- chore: Switch to win2025 runner for win builds by @gtema in #1300
- chore: Disable update PRs for patch versions by @gtema in #1301
- chore(deps): Bump taiki-e/install-action from 2.49.44 to 2.52.7 by @dependabot[bot] in #1297
- chore(deps): Bump github/codeql-action from 3.28.14 to 3.29.0 by @dependabot[bot] in #1302
- chore(deps): update actions/attest-build-provenance action to v2.4.0 by @renovate[bot] in #1304
- chore(deps): Bump taiki-e/install-action from 2.52.7 to 2.53.0 by @dependabot[bot] in #1305
- chore(deps): update taiki-e/install-action action to v2.54.0 by @renovate[bot] in #1306
- chore: Prepare update of identity schemas by @gtema in #1308
- chore: Another missed case to disable param by @gtema in #1310
- feat: Ensure schemas are not duplicated by @gtema in #1311
- feat: OpenAPI: Fix nova examples by @gtema in #1312
- feat: Improve UX clarity of "limit" query parameter by @gtema in #1313
- chore(deps): update swatinem/rust-cache action to v2.8.0 by @renovate[bot] in #1315
- chore(deps): update rust docker tag to v1.88.0 by @renovate[bot] in #1314
- feat: Improve support for array with prefixItems by @gtema in #1317
- feat: Make image.locations.metadata not required by @gtema in #1318
- chore: Init mock test for other services by @gtema in #1253
- feat: Add future federation login support by @gtema in #1319
- chore(deps): Bump crate-ci/typos from 1.33.1 to 1.34.0 by @dependabot[bot] in #1321
- chore(deps): Bump taiki-e/install-action from 2.54.0 to 2.55.1 by @dependabot[bot] in #1320
- feat: Introduce authentication helper by @gtema in #1329
- feat: Use the new AuthHelper in cli and tui by @gtema in #1330
- chore: Batch update of the dependencies by @gtema in #1331
- feat: Add support for the oidcaccesstoken authentication by @gtema in #1332
- feat: Add support for constructing CloudConfig from env by @gtema in #1339
- feat: Allow cli cloud config from env vars by @gtema in #1341
- feat: Drop connection_name from the AuthHelper by @gtema in #1342
- feat: Add
--auth-helper-cmdfor external AuthHelper by @gtema in #1343 - chore: release by @gtema-release-plz[bot] in #1322
Full Changelog: v0.12.3...v0.12.4
openstack_types-v0.21.4
openstack_tui-v0.12.4
openstack_sdk-v0.21.4
Added
- Add
--auth-helper-cmdfor external AuthHelper (#1343) - Drop connection_name from the AuthHelper (#1342)
- Implement CloudConfig construction from env (#1339)
- Add support for the oidcaccesstoken authentication (#1332)
- Introduce authentication helper (#1329)
- Add future federation login support (#1319)
- Make image.locations.metadata not required (#1318)
- Improve support for array with prefixItems (#1317)
- Ensure schemas are not duplicated (#1311)
openstack_cli-v0.12.4
Added
- Add
--auth-helper-cmdfor external AuthHelper (#1343) - Drop connection_name from the AuthHelper (#1342)
- Allow cli cloud config from env vars (#1341)
- Use the new AuthHelper in cli and tui (#1330)
- Make image.locations.metadata not required (#1318)
- Improve support for array with prefixItems (#1317)
- Improve UX clarity of "limit" query parameter (#1313)
- Ensure schemas are not duplicated (#1311)
- Implement CloudConfig construction from env (#1339)
- Add support for the oidcaccesstoken authentication (#1332)
- Introduce authentication helper (#1329)
- Add future federation login support (#1319)
Other
v0.12.3
What's Changed
- chore(deps): update alpine docker tag to v3.22.0 by @renovate in #1270
- chore(deps): update docker/build-push-action action to v6.18.0 by @renovate in #1271
- chore(deps): update rust crate reserve-port to v2.3.0 by @renovate in #1273
- chore(deps): Bump reqwest from 0.12.15 to 0.12.19 by @dependabot in #1281
- chore(deps): Bump hyper-util from 0.1.12 to 0.1.13 by @dependabot in #1277
- feat: Improve service discovery (hopefully) by @gtema in #1274
- feat: Use operation_type when operation_name is empty by @gtema in #1284
- fix: Fix crash when osc completion fails by @gtema in #1286
- chore: Add first command hints by @gtema in #1285
- chore: Switch functional job to run on ubuntu 24.04 by @gtema in #1289
- feat: Rename operation_name with action_name in the metadata by @gtema in #1288
- feat: Allow starting tui with custom clouds.yaml by @gtema in #1290
- fix: Make catalog more permissive by @gtema in #1291
- chore(deps): update emilienm/devstack-action action to v0.19 by @renovate in #1293
- chore(deps): update crate-ci/typos action to v1.33.1 by @renovate in #1292
- chore: release by @gtema-release-plz in #1294
Full Changelog: v0.12.2...v0.12.3
openstack_types-v0.21.3
Added
- Use operation_type when operation_name is empty (#1284)