From ccb3b3f20d7f557fe1599d6e0e243d90e10137fc Mon Sep 17 00:00:00 2001 From: "gtema-release-plz[bot]" <160271069+gtema-release-plz[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 14:43:26 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 110 +++++++++--------- Cargo.toml | 38 +++--- cli/api/Cargo.toml | 2 +- cli/auth/CHANGELOG.md | 6 + cli/auth/Cargo.toml | 2 +- cli/block-storage/CHANGELOG.md | 6 + cli/block-storage/Cargo.toml | 2 +- cli/catalog/Cargo.toml | 2 +- cli/compute/CHANGELOG.md | 6 + cli/compute/Cargo.toml | 2 +- cli/config/CHANGELOG.md | 15 +++ .../Cargo.toml | 2 +- cli/core/CHANGELOG.md | 10 ++ cli/core/Cargo.toml | 2 +- cli/dns/CHANGELOG.md | 6 + cli/dns/Cargo.toml | 2 +- cli/identity/CHANGELOG.md | 11 ++ cli/identity/Cargo.toml | 2 +- cli/image/CHANGELOG.md | 7 ++ cli/image/Cargo.toml | 2 +- cli/load-balancer/CHANGELOG.md | 6 + cli/load-balancer/Cargo.toml | 2 +- cli/network/CHANGELOG.md | 10 ++ cli/network/Cargo.toml | 2 +- cli/object-store/Cargo.toml | 2 +- cli/placement/Cargo.toml | 2 +- cli/plugin/CHANGELOG.md | 6 + cli/plugin/Cargo.toml | 2 +- openstack_cli/CHANGELOG.md | 12 ++ openstack_cli/Cargo.toml | 2 +- openstack_sdk/CHANGELOG.md | 18 +++ openstack_sdk/Cargo.toml | 2 +- openstack_tui/CHANGELOG.md | 6 + openstack_tui/Cargo.toml | 2 +- openstack_types/CHANGELOG.md | 10 ++ openstack_types/Cargo.toml | 2 +- sdk/auth-application-credential/Cargo.toml | 2 +- sdk/auth-core/CHANGELOG.md | 6 + sdk/auth-core/Cargo.toml | 2 +- sdk/auth-federation/CHANGELOG.md | 6 + sdk/auth-federation/Cargo.toml | 2 +- sdk/auth-jwt/Cargo.toml | 2 +- sdk/auth-multifactor/Cargo.toml | 2 +- sdk/auth-oidcaccesstoken/CHANGELOG.md | 6 + sdk/auth-oidcaccesstoken/Cargo.toml | 2 +- sdk/auth-oidcclientcredentials/Cargo.toml | 2 +- sdk/auth-passkey/Cargo.toml | 2 +- sdk/auth-password/Cargo.toml | 2 +- sdk/auth-receipt/Cargo.toml | 2 +- sdk/auth-token/Cargo.toml | 2 +- sdk/auth-totp/Cargo.toml | 2 +- sdk/auth-websso/CHANGELOG.md | 6 + sdk/auth-websso/Cargo.toml | 2 +- sdk/block-storage/CHANGELOG.md | 6 + sdk/block-storage/Cargo.toml | 2 +- sdk/compute/Cargo.toml | 2 +- .../CHANGELOG.md | 6 + .../Cargo.toml | 2 +- sdk/core/CHANGELOG.md | 6 + sdk/core/Cargo.toml | 2 +- sdk/dns/CHANGELOG.md | 6 + sdk/dns/Cargo.toml | 2 +- sdk/identity/CHANGELOG.md | 6 + sdk/identity/Cargo.toml | 2 +- sdk/image/CHANGELOG.md | 6 + sdk/image/Cargo.toml | 2 +- sdk/load-balancer/CHANGELOG.md | 6 + sdk/load-balancer/Cargo.toml | 2 +- sdk/network/CHANGELOG.md | 6 + sdk/network/Cargo.toml | 2 +- sdk/object-store/Cargo.toml | 2 +- sdk/placement/Cargo.toml | 2 +- sdk/plugin-wasm/CHANGELOG.md | 6 + sdk/plugin-wasm/Cargo.toml | 2 +- types/block-storage/Cargo.toml | 2 +- types/compute/Cargo.toml | 2 +- .../Cargo.toml | 2 +- types/core/Cargo.toml | 2 +- types/dns/Cargo.toml | 2 +- types/identity/Cargo.toml | 2 +- types/image/Cargo.toml | 2 +- types/load-balancer/Cargo.toml | 2 +- types/network/CHANGELOG.md | 6 + types/network/Cargo.toml | 2 +- types/object-store/Cargo.toml | 2 +- types/placement/Cargo.toml | 2 +- 86 files changed, 348 insertions(+), 129 deletions(-) create mode 100644 cli/config/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 55773b52d5..fe3d86136a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3731,7 +3731,7 @@ dependencies = [ [[package]] name = "openstack-cli-api" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3744,7 +3744,7 @@ dependencies = [ [[package]] name = "openstack-cli-auth" -version = "0.13.8" +version = "0.13.9" dependencies = [ "chrono", "clap", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "openstack-cli-block-storage" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "openstack-cli-catalog" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "openstack-cli-core", @@ -3791,7 +3791,7 @@ dependencies = [ [[package]] name = "openstack-cli-compute" -version = "0.13.8" +version = "0.13.9" dependencies = [ "base64 0.23.1", "clap", @@ -3831,7 +3831,7 @@ dependencies = [ [[package]] name = "openstack-cli-container-infrastructure-management" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "openstack-cli-core" -version = "0.13.8" +version = "0.13.9" dependencies = [ "base64 0.23.1", "clap", @@ -3878,7 +3878,7 @@ dependencies = [ [[package]] name = "openstack-cli-dns" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3893,7 +3893,7 @@ dependencies = [ [[package]] name = "openstack-cli-identity" -version = "0.13.8" +version = "0.13.9" dependencies = [ "base64 0.23.1", "clap", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "openstack-cli-image" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3928,7 +3928,7 @@ dependencies = [ [[package]] name = "openstack-cli-load-balancer" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3943,7 +3943,7 @@ dependencies = [ [[package]] name = "openstack-cli-network" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "openstack-cli-object-store" -version = "0.13.8" +version = "0.13.9" dependencies = [ "bytes", "clap", @@ -3977,7 +3977,7 @@ dependencies = [ [[package]] name = "openstack-cli-placement" -version = "0.13.8" +version = "0.13.9" dependencies = [ "clap", "eyre", @@ -3992,7 +3992,7 @@ dependencies = [ [[package]] name = "openstack-cli-plugin" -version = "0.13.7" +version = "0.13.8" dependencies = [ "clap", "dialoguer", @@ -4007,7 +4007,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-applicationcredential" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4027,7 +4027,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-core" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4049,7 +4049,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-federation" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4082,7 +4082,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-jwt" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "derive_builder", @@ -4100,7 +4100,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-multifactor" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4123,7 +4123,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-oidcaccesstoken" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "httpmock", @@ -4142,7 +4142,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-oidcclientcredentials" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "httpmock", @@ -4160,7 +4160,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-passkey" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "base64 0.23.1", @@ -4179,7 +4179,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-password" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4200,7 +4200,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-receipt" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4224,7 +4224,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-token" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4244,7 +4244,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-totp" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "bytes", @@ -4264,7 +4264,7 @@ dependencies = [ [[package]] name = "openstack-sdk-auth-websso" -version = "0.22.7" +version = "0.22.8" dependencies = [ "async-trait", "dialoguer", @@ -4281,7 +4281,7 @@ dependencies = [ [[package]] name = "openstack-sdk-block-storage" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4297,7 +4297,7 @@ dependencies = [ [[package]] name = "openstack-sdk-compute" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4313,7 +4313,7 @@ dependencies = [ [[package]] name = "openstack-sdk-container-infrastructure-management" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4329,7 +4329,7 @@ dependencies = [ [[package]] name = "openstack-sdk-dns" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4345,7 +4345,7 @@ dependencies = [ [[package]] name = "openstack-sdk-identity" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4362,7 +4362,7 @@ dependencies = [ [[package]] name = "openstack-sdk-image" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "openstack-sdk-load-balancer" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4395,7 +4395,7 @@ dependencies = [ [[package]] name = "openstack-sdk-network" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4411,7 +4411,7 @@ dependencies = [ [[package]] name = "openstack-sdk-object-store" -version = "0.22.8" +version = "0.22.9" dependencies = [ "async-trait", "bytes", @@ -4429,7 +4429,7 @@ dependencies = [ [[package]] name = "openstack-sdk-placement" -version = "0.22.8" +version = "0.22.9" dependencies = [ "bytes", "derive_builder", @@ -4445,7 +4445,7 @@ dependencies = [ [[package]] name = "openstack-sdk-plugin-wasm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "base64 0.23.1", @@ -4494,7 +4494,7 @@ dependencies = [ [[package]] name = "openstack-types-block-storage" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4505,7 +4505,7 @@ dependencies = [ [[package]] name = "openstack-types-compute" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4516,7 +4516,7 @@ dependencies = [ [[package]] name = "openstack-types-container-infrastructure-management" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "openstack-types-core" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "serde", @@ -4536,7 +4536,7 @@ dependencies = [ [[package]] name = "openstack-types-dns" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4547,7 +4547,7 @@ dependencies = [ [[package]] name = "openstack-types-identity" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4558,7 +4558,7 @@ dependencies = [ [[package]] name = "openstack-types-image" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4569,7 +4569,7 @@ dependencies = [ [[package]] name = "openstack-types-load-balancer" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4580,7 +4580,7 @@ dependencies = [ [[package]] name = "openstack-types-network" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4591,7 +4591,7 @@ dependencies = [ [[package]] name = "openstack-types-object-store" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4602,7 +4602,7 @@ dependencies = [ [[package]] name = "openstack-types-placement" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-core", @@ -4613,7 +4613,7 @@ dependencies = [ [[package]] name = "openstack_cli" -version = "0.13.8" +version = "0.13.9" dependencies = [ "assert_cmd", "clap", @@ -4653,7 +4653,7 @@ dependencies = [ [[package]] name = "openstack_sdk" -version = "0.22.8" +version = "0.22.9" dependencies = [ "arc-swap", "async-trait", @@ -4723,7 +4723,7 @@ dependencies = [ [[package]] name = "openstack_sdk_core" -version = "0.22.8" +version = "0.22.9" dependencies = [ "arc-swap", "async-trait", @@ -4760,7 +4760,7 @@ dependencies = [ [[package]] name = "openstack_tui" -version = "0.13.8" +version = "0.13.9" dependencies = [ "async-trait", "chrono", @@ -4802,7 +4802,7 @@ dependencies = [ [[package]] name = "openstack_types" -version = "0.22.8" +version = "0.22.9" dependencies = [ "chrono", "openstack-types-block-storage", diff --git a/Cargo.toml b/Cargo.toml index 44a16b9713..4e654cf959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,28 +79,28 @@ jsonschema = { version = "0.53", default-features = false } json-patch = { version = "^4.2" } lazy_static = { version = "^1.5" } open = { version = "^5.4" } -openstack-cli-api = { path="cli/api", version = "0.13.8" } -openstack-cli-auth = { path="cli/auth", version = "0.13.8" } -openstack-cli-block-storage = { path="cli/block-storage/", version = "0.13.8" } -openstack-cli-catalog = { path="cli/catalog/", version = "0.13.8" } -openstack-cli-compute = { path="cli/compute/", version = "0.13.8" } +openstack-cli-api = { path="cli/api", version = "0.13.9" } +openstack-cli-auth = { path="cli/auth", version = "0.13.9" } +openstack-cli-block-storage = { path="cli/block-storage/", version = "0.13.9" } +openstack-cli-catalog = { path="cli/catalog/", version = "0.13.9" } +openstack-cli-compute = { path="cli/compute/", version = "0.13.9" } openstack-cli-config = { path="cli/config/", version = "0.13.8" } -openstack-cli-container-infrastructure-management = { path="cli/container-infrastructure-management/", version = "0.13.8" } -openstack-cli-core = { path="cli/core", version = "0.13.8" } -openstack-cli-dns = { path="cli/dns/", version = "0.13.8" } -openstack-cli-identity = { path="cli/identity/", version = "0.13.8" } -openstack-cli-image = { path="cli/image/", version = "0.13.8" } -openstack-cli-load-balancer = { path="cli/load-balancer/", version = "0.13.8" } -openstack-cli-network = { path="cli/network/", version = "0.13.8" } -openstack-cli-object-store = { path="cli/object-store/", version = "0.13.8" } +openstack-cli-container-infrastructure-management = { path="cli/container-infrastructure-management/", version = "0.13.9" } +openstack-cli-core = { path="cli/core", version = "0.13.9" } +openstack-cli-dns = { path="cli/dns/", version = "0.13.9" } +openstack-cli-identity = { path="cli/identity/", version = "0.13.9" } +openstack-cli-image = { path="cli/image/", version = "0.13.9" } +openstack-cli-load-balancer = { path="cli/load-balancer/", version = "0.13.9" } +openstack-cli-network = { path="cli/network/", version = "0.13.9" } +openstack-cli-object-store = { path="cli/object-store/", version = "0.13.9" } openstack-cli-placement = { path="cli/placement/", version = "^0.13" } -openstack-cli-plugin = { path="cli/plugin/", version = "0.13.7" } -openstack-sdk-auth-core = { version = "0.22.7", path = "sdk/auth-core" } -openstack-sdk-plugin-wasm = { version = "0.1.0", path = "sdk/plugin-wasm" } +openstack-cli-plugin = { path="cli/plugin/", version = "0.13.8" } +openstack-sdk-auth-core = { version = "0.22.8", path = "sdk/auth-core" } +openstack-sdk-plugin-wasm = { version = "0.1.1", path = "sdk/plugin-wasm" } openstack-sdk-websso-host = { version = "0.1.0", path = "sdk/websso-host" } -openstack_sdk_core = { version = "0.22.8", path = "sdk/core" } -openstack_sdk = { version = "0.22.8", path = "openstack_sdk" } -openstack_types = { version = "0.22.8", path = "openstack_types" } +openstack_sdk_core = { version = "0.22.9", path = "sdk/core" } +openstack_sdk = { version = "0.22.9", path = "openstack_sdk" } +openstack_types = { version = "0.22.9", path = "openstack_types" } openstack-types-core = { version = "0.22", path = "types/core" } pem = { version = "^4.0" } regex = { version = "^1.13" } diff --git a/cli/api/Cargo.toml b/cli/api/Cargo.toml index 44c076dab8..ab76000e25 100644 --- a/cli/api/Cargo.toml +++ b/cli/api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-api" description = "OpenStack CLI Api commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/auth/CHANGELOG.md b/cli/auth/CHANGELOG.md index e9416f0ce9..b94cfa6866 100644 --- a/cli/auth/CHANGELOG.md +++ b/cli/auth/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-auth-v0.13.8...openstack-cli-auth-v0.13.9) - 2026-09-19 + +### Added + +- Extend 'osc auth' commands ([#1990](https://github.com/gtema/openstack/pull/1990)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-auth-v0.13.7...openstack-cli-auth-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/auth/Cargo.toml b/cli/auth/Cargo.toml index 73c3d01b52..9ca6699c7d 100644 --- a/cli/auth/Cargo.toml +++ b/cli/auth/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-auth" description = "OpenStack CLI auth commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/block-storage/CHANGELOG.md b/cli/block-storage/CHANGELOG.md index 90a13bdde2..73d2b66a1c 100644 --- a/cli/block-storage/CHANGELOG.md +++ b/cli/block-storage/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-block-storage-v0.13.8...openstack-cli-block-storage-v0.13.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to block-storage/manila ([#2001](https://github.com/gtema/openstack/pull/2001)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-block-storage-v0.13.7...openstack-cli-block-storage-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/block-storage/Cargo.toml b/cli/block-storage/Cargo.toml index 9e45101f20..d71d2873f4 100644 --- a/cli/block-storage/Cargo.toml +++ b/cli/block-storage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-block-storage" description = "OpenStack CLI Block Storage commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/catalog/Cargo.toml b/cli/catalog/Cargo.toml index 0a335c8629..2cc52c6831 100644 --- a/cli/catalog/Cargo.toml +++ b/cli/catalog/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-catalog" description = "OpenStack CLI Catalog commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/compute/CHANGELOG.md b/cli/compute/CHANGELOG.md index 897ec2e76c..d67d247bc0 100644 --- a/cli/compute/CHANGELOG.md +++ b/cli/compute/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-compute-v0.13.8...openstack-cli-compute-v0.13.9) - 2026-09-19 + +### Other + +- update Cargo.toml dependencies + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-compute-v0.13.7...openstack-cli-compute-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/compute/Cargo.toml b/cli/compute/Cargo.toml index a910cf3305..eef8e10167 100644 --- a/cli/compute/Cargo.toml +++ b/cli/compute/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-compute" description = "OpenStack CLI Compute commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/config/CHANGELOG.md b/cli/config/CHANGELOG.md new file mode 100644 index 0000000000..556dd8022b --- /dev/null +++ b/cli/config/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.13.8](https://github.com/gtema/openstack/releases/tag/openstack-cli-config-v0.13.8) - 2026-09-19 + +### Added + +- *(config)* Add osc config command scaffolding ([#2007](https://github.com/gtema/openstack/pull/2007)) +- *(config)* Add YAML edit foundation module ([#2004](https://github.com/gtema/openstack/pull/2004)) diff --git a/cli/container-infrastructure-management/Cargo.toml b/cli/container-infrastructure-management/Cargo.toml index 97f6a87668..2e91d8fbb3 100644 --- a/cli/container-infrastructure-management/Cargo.toml +++ b/cli/container-infrastructure-management/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-container-infrastructure-management" description = "OpenStack CLI Container infra commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/core/CHANGELOG.md b/cli/core/CHANGELOG.md index a2c5fd53c0..119f882ec8 100644 --- a/cli/core/CHANGELOG.md +++ b/cli/core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-core-v0.13.8...openstack-cli-core-v0.13.9) - 2026-09-19 + +### Added + +- *(config)* Add osc config command scaffolding ([#2007](https://github.com/gtema/openstack/pull/2007)) + +### Fixed + +- *(cli)* Respect enable_hints config option ([#2006](https://github.com/gtema/openstack/pull/2006)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-core-v0.13.7...openstack-cli-core-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/core/Cargo.toml b/cli/core/Cargo.toml index 522f82477d..eb80f398ef 100644 --- a/cli/core/Cargo.toml +++ b/cli/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-core" description = "OpenStack CLI core" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/dns/CHANGELOG.md b/cli/dns/CHANGELOG.md index 7b2ed43249..debfa5d0af 100644 --- a/cli/dns/CHANGELOG.md +++ b/cli/dns/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-dns-v0.13.8...openstack-cli-dns-v0.13.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-dns-v0.13.7...openstack-cli-dns-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/dns/Cargo.toml b/cli/dns/Cargo.toml index e1059fc363..c56fb790cf 100644 --- a/cli/dns/Cargo.toml +++ b/cli/dns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-dns" description = "OpenStack CLI DNS commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/identity/CHANGELOG.md b/cli/identity/CHANGELOG.md index 718c3015e8..054383e9e5 100644 --- a/cli/identity/CHANGELOG.md +++ b/cli/identity/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-identity-v0.13.8...openstack-cli-identity-v0.13.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) +- Extend 'osc auth' commands ([#1990](https://github.com/gtema/openstack/pull/1990)) + +### Fixed + +- *(rust)* Lowercase header names ([#1991](https://github.com/gtema/openstack/pull/1991)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-identity-v0.13.7...openstack-cli-identity-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/identity/Cargo.toml b/cli/identity/Cargo.toml index 9fa4500ca0..99474a7aa6 100644 --- a/cli/identity/Cargo.toml +++ b/cli/identity/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-identity" description = "OpenStack CLI Identity commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/image/CHANGELOG.md b/cli/image/CHANGELOG.md index cf8cbc5404..647f3bb63a 100644 --- a/cli/image/CHANGELOG.md +++ b/cli/image/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-image-v0.13.8...openstack-cli-image-v0.13.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) +- Extend 'osc auth' commands ([#1990](https://github.com/gtema/openstack/pull/1990)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-image-v0.13.7...openstack-cli-image-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/image/Cargo.toml b/cli/image/Cargo.toml index 4658e456ce..8f33ecfcd3 100644 --- a/cli/image/Cargo.toml +++ b/cli/image/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-image" description = "OpenStack CLI Image commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/load-balancer/CHANGELOG.md b/cli/load-balancer/CHANGELOG.md index 160c0db5ff..1049a1770a 100644 --- a/cli/load-balancer/CHANGELOG.md +++ b/cli/load-balancer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-load-balancer-v0.13.8...openstack-cli-load-balancer-v0.13.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-load-balancer-v0.13.7...openstack-cli-load-balancer-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/load-balancer/Cargo.toml b/cli/load-balancer/Cargo.toml index bbbb58e98b..76c039dceb 100644 --- a/cli/load-balancer/Cargo.toml +++ b/cli/load-balancer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-load-balancer" description = "OpenStack CLI Load Balancer commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/network/CHANGELOG.md b/cli/network/CHANGELOG.md index 09071042f8..2ff4bd78d9 100644 --- a/cli/network/CHANGELOG.md +++ b/cli/network/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack-cli-network-v0.13.8...openstack-cli-network-v0.13.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + +### Fixed + +- *(rust)* Lowercase header names ([#1991](https://github.com/gtema/openstack/pull/1991)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-network-v0.13.7...openstack-cli-network-v0.13.8) - 2026-09-07 ### Added diff --git a/cli/network/Cargo.toml b/cli/network/Cargo.toml index 1ebc78b42c..5f6a00e4dd 100644 --- a/cli/network/Cargo.toml +++ b/cli/network/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-network" description = "OpenStack CLI Network commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/object-store/Cargo.toml b/cli/object-store/Cargo.toml index d57478c895..14bc0e5789 100644 --- a/cli/object-store/Cargo.toml +++ b/cli/object-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-object-store" description = "OpenStack CLI Object Storage commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/placement/Cargo.toml b/cli/placement/Cargo.toml index 4e74931c05..51fff5f397 100644 --- a/cli/placement/Cargo.toml +++ b/cli/placement/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-placement" description = "OpenStack CLI Placement commands" -version = "0.13.8" +version = "0.13.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/cli/plugin/CHANGELOG.md b/cli/plugin/CHANGELOG.md index dc8cbd19d5..460be568c3 100644 --- a/cli/plugin/CHANGELOG.md +++ b/cli/plugin/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.8](https://github.com/gtema/openstack/compare/openstack-cli-plugin-v0.13.7...openstack-cli-plugin-v0.13.8) - 2026-09-19 + +### Fixed + +- *(cli)* Disable auto --version flag on plugin subcommands ([#1989](https://github.com/gtema/openstack/pull/1989)) + ## [0.13.7](https://github.com/gtema/openstack/releases/tag/openstack-cli-plugin-v0.13.7) - 2026-09-07 ### Added diff --git a/cli/plugin/Cargo.toml b/cli/plugin/Cargo.toml index a7b947bf2d..29a0e2c483 100644 --- a/cli/plugin/Cargo.toml +++ b/cli/plugin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-cli-plugin" description = "OpenStack CLI wasm auth plugin management commands" -version = "0.13.7" +version = "0.13.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/openstack_cli/CHANGELOG.md b/openstack_cli/CHANGELOG.md index 791b2a35d7..729cc6178d 100644 --- a/openstack_cli/CHANGELOG.md +++ b/openstack_cli/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.8...openstack_cli-v0.13.9) - 2026-09-19 + +### Added + +- *(config)* Add osc config command scaffolding ([#2007](https://github.com/gtema/openstack/pull/2007)) +- Extend 'osc auth' commands ([#1990](https://github.com/gtema/openstack/pull/1990)) + +### Fixed + +- *(cli)* Respect enable_hints config option ([#2006](https://github.com/gtema/openstack/pull/2006)) +- *(cli)* Disable auto --version flag on plugin subcommands ([#1989](https://github.com/gtema/openstack/pull/1989)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.7...openstack_cli-v0.13.8) - 2026-09-07 ### Added diff --git a/openstack_cli/Cargo.toml b/openstack_cli/Cargo.toml index f5c91d0bae..837d099316 100644 --- a/openstack_cli/Cargo.toml +++ b/openstack_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openstack_cli" -version = "0.13.8" +version = "0.13.9" authors = [ "Artem Goncharov (gtema)", ] diff --git a/openstack_sdk/CHANGELOG.md b/openstack_sdk/CHANGELOG.md index 55f9654093..3e19cef8cb 100644 --- a/openstack_sdk/CHANGELOG.md +++ b/openstack_sdk/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.8...openstack_sdk-v0.22.9) - 2026-09-19 + +### Added + +- *(sdk)* Add more project cleanup resources ([#2003](https://github.com/gtema/openstack/pull/2003)) +- *(sdk)* Extend project-cleanup providers ([#2000](https://github.com/gtema/openstack/pull/2000)) +- Extend cleanup providers + functional test ([#1999](https://github.com/gtema/openstack/pull/1999)) +- *(sdk)* Add project-cleanup subsystem core engine ([#1996](https://github.com/gtema/openstack/pull/1996)) +- Extend 'osc auth' commands ([#1990](https://github.com/gtema/openstack/pull/1990)) + +### Fixed + +- *(deps)* update rust crate petgraph to 0.8 ([#2009](https://github.com/gtema/openstack/pull/2009)) + +### Other + +- *(sdk)* Disable on-disk auth cache in mock tests ([#1985](https://github.com/gtema/openstack/pull/1985)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.7...openstack_sdk-v0.22.8) - 2026-09-07 ### Added diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index c608ac6a02..4bbb6bf568 100644 --- a/openstack_sdk/Cargo.toml +++ b/openstack_sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_sdk" description = "OpenStack SDK" -version = "0.22.8" +version = "0.22.9" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_tui/CHANGELOG.md b/openstack_tui/CHANGELOG.md index 733e1e2ed8..94c5ac346e 100644 --- a/openstack_tui/CHANGELOG.md +++ b/openstack_tui/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.9](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.8...openstack_tui-v0.13.9) - 2026-09-19 + +### Fixed + +- Handle missing service version ([#1987](https://github.com/gtema/openstack/pull/1987)) + ## [0.13.8](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.7...openstack_tui-v0.13.8) - 2026-09-07 ### Added diff --git a/openstack_tui/Cargo.toml b/openstack_tui/Cargo.toml index d1c1d2bd79..19fbac7055 100644 --- a/openstack_tui/Cargo.toml +++ b/openstack_tui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_tui" description = "OpenStack Terminal User interface" -version = "0.13.8" +version = "0.13.9" keywords = ["tui", "openstack"] categories = ["command-line-utilities"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_types/CHANGELOG.md b/openstack_types/CHANGELOG.md index 75bbe8babe..93acc8b693 100644 --- a/openstack_types/CHANGELOG.md +++ b/openstack_types/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack_types-v0.22.8...openstack_types-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to block-storage/manila ([#2001](https://github.com/gtema/openstack/pull/2001)) + +### Fixed + +- *(rust)* Lowercase header names ([#1991](https://github.com/gtema/openstack/pull/1991)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack_types-v0.22.7...openstack_types-v0.22.8) - 2026-09-07 ### Added diff --git a/openstack_types/Cargo.toml b/openstack_types/Cargo.toml index 1ff30cde96..edbe07fefe 100644 --- a/openstack_types/Cargo.toml +++ b/openstack_types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_types" description = "OpenStack API Types" -version = "0.22.8" +version = "0.22.9" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/sdk/auth-application-credential/Cargo.toml b/sdk/auth-application-credential/Cargo.toml index 2ed2f27a7b..12f226a9dd 100644 --- a/sdk/auth-application-credential/Cargo.toml +++ b/sdk/auth-application-credential/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-applicationcredential" description = "OpenStack SDK auth plugin for authenticating with application credentials" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-core/CHANGELOG.md b/sdk/auth-core/CHANGELOG.md index 778606e7f4..f89438bb2f 100644 --- a/sdk/auth-core/CHANGELOG.md +++ b/sdk/auth-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-auth-core-v0.22.7...openstack-sdk-auth-core-v0.22.8) - 2026-09-19 + +### Other + +- update Cargo.toml dependencies + ## [0.22.7](https://github.com/gtema/openstack/compare/openstack-sdk-auth-core-v0.22.6...openstack-sdk-auth-core-v0.22.7) - 2026-09-07 ### Added diff --git a/sdk/auth-core/Cargo.toml b/sdk/auth-core/Cargo.toml index 2d8736ead3..930dda1f86 100644 --- a/sdk/auth-core/Cargo.toml +++ b/sdk/auth-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-core" description = "OpenStack SDK auth core" -version = "0.22.7" +version = "0.22.8" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/sdk/auth-federation/CHANGELOG.md b/sdk/auth-federation/CHANGELOG.md index ee3b26b1b5..b87d11e0e1 100644 --- a/sdk/auth-federation/CHANGELOG.md +++ b/sdk/auth-federation/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-auth-federation-v0.22.7...openstack-sdk-auth-federation-v0.22.8) - 2026-09-19 + +### Other + +- update Cargo.toml dependencies + ## [0.22.7](https://github.com/gtema/openstack/compare/openstack-sdk-auth-federation-v0.22.6...openstack-sdk-auth-federation-v0.22.7) - 2026-09-07 ### Fixed diff --git a/sdk/auth-federation/Cargo.toml b/sdk/auth-federation/Cargo.toml index bb2acf7d66..c67d98d6be 100644 --- a/sdk/auth-federation/Cargo.toml +++ b/sdk/auth-federation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-federation" description = "OpenStack SDK auth plugin for authenticating with v4 federation" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-jwt/Cargo.toml b/sdk/auth-jwt/Cargo.toml index 7d849b6734..8a00eb07c2 100644 --- a/sdk/auth-jwt/Cargo.toml +++ b/sdk/auth-jwt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-jwt" description = "OpenStack SDK auth plugin for authenticating with JWT" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-multifactor/Cargo.toml b/sdk/auth-multifactor/Cargo.toml index ea0041c0f8..19dc7d2e07 100644 --- a/sdk/auth-multifactor/Cargo.toml +++ b/sdk/auth-multifactor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-multifactor" description = "OpenStack SDK auth plugin for multifactor authentication" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-oidcaccesstoken/CHANGELOG.md b/sdk/auth-oidcaccesstoken/CHANGELOG.md index 0b00527eab..1b89353ef2 100644 --- a/sdk/auth-oidcaccesstoken/CHANGELOG.md +++ b/sdk/auth-oidcaccesstoken/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-auth-oidcaccesstoken-v0.22.7...openstack-sdk-auth-oidcaccesstoken-v0.22.8) - 2026-09-19 + +### Other + +- updated the following local packages: openstack-sdk-auth-core + ## [0.22.7](https://github.com/gtema/openstack/compare/openstack-sdk-auth-oidcaccesstoken-v0.22.6...openstack-sdk-auth-oidcaccesstoken-v0.22.7) - 2026-09-07 ### Fixed diff --git a/sdk/auth-oidcaccesstoken/Cargo.toml b/sdk/auth-oidcaccesstoken/Cargo.toml index 0dd122628a..2a35ad757c 100644 --- a/sdk/auth-oidcaccesstoken/Cargo.toml +++ b/sdk/auth-oidcaccesstoken/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-oidcaccesstoken" description = "OpenStack SDK auth plugin for authenticating with OIDC token" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-oidcclientcredentials/Cargo.toml b/sdk/auth-oidcclientcredentials/Cargo.toml index 29e5074aeb..55e8b0628e 100644 --- a/sdk/auth-oidcclientcredentials/Cargo.toml +++ b/sdk/auth-oidcclientcredentials/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-oidcclientcredentials" description = "OpenStack SDK auth plugin for OIDC client credentials flow" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-passkey/Cargo.toml b/sdk/auth-passkey/Cargo.toml index 86c44663f1..71025a0ac7 100644 --- a/sdk/auth-passkey/Cargo.toml +++ b/sdk/auth-passkey/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-passkey" description = "OpenStack SDK auth plugin for authenticating with Webauthn credentials" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-password/Cargo.toml b/sdk/auth-password/Cargo.toml index 64945b0da2..de8d8255df 100644 --- a/sdk/auth-password/Cargo.toml +++ b/sdk/auth-password/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-password" description = "OpenStack SDK auth plugin for authenticating with username/password" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-receipt/Cargo.toml b/sdk/auth-receipt/Cargo.toml index 1f392aaa12..77d36fef95 100644 --- a/sdk/auth-receipt/Cargo.toml +++ b/sdk/auth-receipt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-receipt" description = "OpenStack SDK auth plugin for receipt based authenticating" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-token/Cargo.toml b/sdk/auth-token/Cargo.toml index 359df2a87f..d5021e1574 100644 --- a/sdk/auth-token/Cargo.toml +++ b/sdk/auth-token/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-token" description = "OpenStack SDK auth plugin for authenticating with a token" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-totp/Cargo.toml b/sdk/auth-totp/Cargo.toml index 5bdd4ea6a3..e1dda577a9 100644 --- a/sdk/auth-totp/Cargo.toml +++ b/sdk/auth-totp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-totp" description = "OpenStack SDK auth plugin for authenticating with a TOTP token" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/auth-websso/CHANGELOG.md b/sdk/auth-websso/CHANGELOG.md index db03327f95..89f58211b2 100644 --- a/sdk/auth-websso/CHANGELOG.md +++ b/sdk/auth-websso/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-auth-websso-v0.22.7...openstack-sdk-auth-websso-v0.22.8) - 2026-09-19 + +### Other + +- update Cargo.toml dependencies + ## [0.22.7](https://github.com/gtema/openstack/compare/openstack-sdk-auth-websso-v0.22.6...openstack-sdk-auth-websso-v0.22.7) - 2026-09-07 ### Added diff --git a/sdk/auth-websso/Cargo.toml b/sdk/auth-websso/Cargo.toml index b18349a929..1b8c574437 100644 --- a/sdk/auth-websso/Cargo.toml +++ b/sdk/auth-websso/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-auth-websso" description = "OpenStack SDK auth plugin for authenticating with a WebSSO method" -version = "0.22.7" +version = "0.22.8" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/block-storage/CHANGELOG.md b/sdk/block-storage/CHANGELOG.md index ea97c8e61a..0fb7a3dcf2 100644 --- a/sdk/block-storage/CHANGELOG.md +++ b/sdk/block-storage/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-block-storage-v0.22.8...openstack-sdk-block-storage-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-block-storage-v0.22.7...openstack-sdk-block-storage-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/block-storage/Cargo.toml b/sdk/block-storage/Cargo.toml index 0ac229c62b..7a0ce96da0 100644 --- a/sdk/block-storage/Cargo.toml +++ b/sdk/block-storage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-block-storage" description = "OpenStack SDK Block Storage service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/compute/Cargo.toml b/sdk/compute/Cargo.toml index db9f4917e1..6a14c9f869 100644 --- a/sdk/compute/Cargo.toml +++ b/sdk/compute/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-compute" description = "OpenStack SDK Compute service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/container-infrastructure-management/CHANGELOG.md b/sdk/container-infrastructure-management/CHANGELOG.md index 4b36465b21..1d3cd595ac 100644 --- a/sdk/container-infrastructure-management/CHANGELOG.md +++ b/sdk/container-infrastructure-management/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-container-infrastructure-management-v0.22.8...openstack-sdk-container-infrastructure-management-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-container-infrastructure-management-v0.22.7...openstack-sdk-container-infrastructure-management-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/container-infrastructure-management/Cargo.toml b/sdk/container-infrastructure-management/Cargo.toml index 5b8cb2cacc..f4d2dcbcfa 100644 --- a/sdk/container-infrastructure-management/Cargo.toml +++ b/sdk/container-infrastructure-management/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-container-infrastructure-management" description = "OpenStack SDK Container Infrastructure Management service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/core/CHANGELOG.md b/sdk/core/CHANGELOG.md index 6839678905..dafa29c6e1 100644 --- a/sdk/core/CHANGELOG.md +++ b/sdk/core/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack_sdk_core-v0.22.8...openstack_sdk_core-v0.22.9) - 2026-09-19 + +### Added + +- Extend 'osc auth' commands ([#1990](https://github.com/gtema/openstack/pull/1990)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack_sdk_core-v0.22.7...openstack_sdk_core-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/core/Cargo.toml b/sdk/core/Cargo.toml index a212e8bec3..a0e3e16f5f 100644 --- a/sdk/core/Cargo.toml +++ b/sdk/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_sdk_core" description = "OpenStack SDK core" -version = "0.22.8" +version = "0.22.9" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/sdk/dns/CHANGELOG.md b/sdk/dns/CHANGELOG.md index 6edbfd39c7..e48b58e4f7 100644 --- a/sdk/dns/CHANGELOG.md +++ b/sdk/dns/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-dns-v0.22.8...openstack-sdk-dns-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-dns-v0.22.7...openstack-sdk-dns-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/dns/Cargo.toml b/sdk/dns/Cargo.toml index 055e412c73..74957a5f09 100644 --- a/sdk/dns/Cargo.toml +++ b/sdk/dns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-dns" description = "OpenStack SDK DNS service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/identity/CHANGELOG.md b/sdk/identity/CHANGELOG.md index 8c3ca2e68b..f343d61cb4 100644 --- a/sdk/identity/CHANGELOG.md +++ b/sdk/identity/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-identity-v0.22.8...openstack-sdk-identity-v0.22.9) - 2026-09-19 + +### Fixed + +- *(rust)* Lowercase header names ([#1991](https://github.com/gtema/openstack/pull/1991)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-identity-v0.22.7...openstack-sdk-identity-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/identity/Cargo.toml b/sdk/identity/Cargo.toml index 4f94f682da..3668d09ec9 100644 --- a/sdk/identity/Cargo.toml +++ b/sdk/identity/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-identity" description = "OpenStack SDK Identity service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/image/CHANGELOG.md b/sdk/image/CHANGELOG.md index d68f89ef09..9c5008d192 100644 --- a/sdk/image/CHANGELOG.md +++ b/sdk/image/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-image-v0.22.8...openstack-sdk-image-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-image-v0.22.7...openstack-sdk-image-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/image/Cargo.toml b/sdk/image/Cargo.toml index cc17a9b606..697f816b52 100644 --- a/sdk/image/Cargo.toml +++ b/sdk/image/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-image" description = "OpenStack SDK Image service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/load-balancer/CHANGELOG.md b/sdk/load-balancer/CHANGELOG.md index 7f6d5b7621..e623364708 100644 --- a/sdk/load-balancer/CHANGELOG.md +++ b/sdk/load-balancer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-load-balancer-v0.22.8...openstack-sdk-load-balancer-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to some resources ([#1998](https://github.com/gtema/openstack/pull/1998)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-load-balancer-v0.22.7...openstack-sdk-load-balancer-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/load-balancer/Cargo.toml b/sdk/load-balancer/Cargo.toml index 6284f51a4f..cef061de2e 100644 --- a/sdk/load-balancer/Cargo.toml +++ b/sdk/load-balancer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-load-balancer" description = "OpenStack SDK Load Balancer service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/network/CHANGELOG.md b/sdk/network/CHANGELOG.md index d2b59a6da3..5809b7cfed 100644 --- a/sdk/network/CHANGELOG.md +++ b/sdk/network/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-sdk-network-v0.22.8...openstack-sdk-network-v0.22.9) - 2026-09-19 + +### Fixed + +- *(rust)* Lowercase header names ([#1991](https://github.com/gtema/openstack/pull/1991)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-sdk-network-v0.22.7...openstack-sdk-network-v0.22.8) - 2026-09-07 ### Added diff --git a/sdk/network/Cargo.toml b/sdk/network/Cargo.toml index 7d592ae6d7..28cf5f6547 100644 --- a/sdk/network/Cargo.toml +++ b/sdk/network/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-network" description = "OpenStack SDK Network service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/object-store/Cargo.toml b/sdk/object-store/Cargo.toml index 921fc4129c..4aa6160b6c 100644 --- a/sdk/object-store/Cargo.toml +++ b/sdk/object-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-object-store" description = "OpenStack SDK Object Store service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/placement/Cargo.toml b/sdk/placement/Cargo.toml index bdb0fbb98a..2378ed4997 100644 --- a/sdk/placement/Cargo.toml +++ b/sdk/placement/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-placement" description = "OpenStack SDK Placement service bindings" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/sdk/plugin-wasm/CHANGELOG.md b/sdk/plugin-wasm/CHANGELOG.md index a220fb8b10..4efca9ef02 100644 --- a/sdk/plugin-wasm/CHANGELOG.md +++ b/sdk/plugin-wasm/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/gtema/openstack/compare/openstack-sdk-plugin-wasm-v0.1.0...openstack-sdk-plugin-wasm-v0.1.1) - 2026-09-19 + +### Other + +- update Cargo.toml dependencies + ## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-plugin-wasm-v0.1.0) - 2026-09-07 ### Added diff --git a/sdk/plugin-wasm/Cargo.toml b/sdk/plugin-wasm/Cargo.toml index 1e6c7511c4..78ff776142 100644 --- a/sdk/plugin-wasm/Cargo.toml +++ b/sdk/plugin-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-sdk-plugin-wasm" description = "Runtime loader and registry for Extism (WASM) OpenStack SDK plugins" -version = "0.1.0" +version = "0.1.1" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/types/block-storage/Cargo.toml b/types/block-storage/Cargo.toml index 6bd44ce2b9..d103bffbc8 100644 --- a/types/block-storage/Cargo.toml +++ b/types/block-storage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-block-storage" description = "OpenStack API Types - Block Storage" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/compute/Cargo.toml b/types/compute/Cargo.toml index fdfac50366..c11389f1c4 100644 --- a/types/compute/Cargo.toml +++ b/types/compute/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-compute" description = "OpenStack API Types - Compute" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/container-infrastructure-management/Cargo.toml b/types/container-infrastructure-management/Cargo.toml index 55f10387d7..be46722e16 100644 --- a/types/container-infrastructure-management/Cargo.toml +++ b/types/container-infrastructure-management/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-container-infrastructure-management" description = "OpenStack API Types - Container Infrastructure Management" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/core/Cargo.toml b/types/core/Cargo.toml index 690126fe42..96d215eec0 100644 --- a/types/core/Cargo.toml +++ b/types/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-core" description = "OpenStack API Types - core package" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/dns/Cargo.toml b/types/dns/Cargo.toml index 4e98674184..a1bdec3985 100644 --- a/types/dns/Cargo.toml +++ b/types/dns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-dns" description = "OpenStack API Types - DNS" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/identity/Cargo.toml b/types/identity/Cargo.toml index c605fb2414..47be828d0f 100644 --- a/types/identity/Cargo.toml +++ b/types/identity/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-identity" description = "OpenStack API Types - Identity" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/image/Cargo.toml b/types/image/Cargo.toml index 0cf237bf7d..8afa03a1fe 100644 --- a/types/image/Cargo.toml +++ b/types/image/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-image" description = "OpenStack API Types - Image" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/load-balancer/Cargo.toml b/types/load-balancer/Cargo.toml index accc3ed027..5c9f9903ca 100644 --- a/types/load-balancer/Cargo.toml +++ b/types/load-balancer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-load-balancer" description = "OpenStack API Types - Load Balancer" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/network/CHANGELOG.md b/types/network/CHANGELOG.md index 689aa7ef7e..fc6b35f072 100644 --- a/types/network/CHANGELOG.md +++ b/types/network/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.9](https://github.com/gtema/openstack/compare/openstack-types-network-v0.22.8...openstack-types-network-v0.22.9) - 2026-09-19 + +### Added + +- *(rust)* Roll out --wait to block-storage/manila ([#2001](https://github.com/gtema/openstack/pull/2001)) + ## [0.22.8](https://github.com/gtema/openstack/compare/openstack-types-network-v0.22.7...openstack-types-network-v0.22.8) - 2026-09-07 ### Added diff --git a/types/network/Cargo.toml b/types/network/Cargo.toml index d83cd278e2..b5b22540a5 100644 --- a/types/network/Cargo.toml +++ b/types/network/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-network" description = "OpenStack API Types - Network" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/object-store/Cargo.toml b/types/object-store/Cargo.toml index 6f1f8a6a41..b62e8a955c 100644 --- a/types/object-store/Cargo.toml +++ b/types/object-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-object-store" description = "OpenStack API Types - Object Store" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true diff --git a/types/placement/Cargo.toml b/types/placement/Cargo.toml index 50ba9a488a..3a5797cc88 100644 --- a/types/placement/Cargo.toml +++ b/types/placement/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack-types-placement" description = "OpenStack API Types - Placement" -version = "0.22.8" +version = "0.22.9" license.workspace = true edition.workspace = true authors.workspace = true