Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 55 additions & 55 deletions Cargo.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion cli/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/block-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/block-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/catalog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/compute/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/compute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 15 additions & 0 deletions cli/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion cli/container-infrastructure-management/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions cli/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/dns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions cli/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions cli/image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/image/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/load-balancer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/load-balancer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions cli/network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/object-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/placement/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions openstack_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack_cli"
version = "0.13.8"
version = "0.13.9"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
18 changes: 18 additions & 0 deletions openstack_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading