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
106 changes: 53 additions & 53 deletions Cargo.lock

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,24 @@ itertools = { version = "^0.15" }
json-patch = { version = "^4.2" }
lazy_static = { version = "^1.5" }
open = { version = "^5.4" }
openstack-cli-api = { path="cli/api", version = "0.13.7" }
openstack-cli-auth = { path="cli/auth", version = "0.13.7" }
openstack-cli-block-storage = { path="cli/block-storage/", version = "0.13.7" }
openstack-cli-catalog = { path="cli/catalog/", version = "0.13.7" }
openstack-cli-compute = { path="cli/compute/", version = "0.13.7" }
openstack-cli-container-infrastructure-management = { path="cli/container-infrastructure-management/", version = "0.13.7" }
openstack-cli-core = { path="cli/core", version = "0.13.7" }
openstack-cli-dns = { path="cli/dns/", version = "0.13.7" }
openstack-cli-identity = { path="cli/identity/", version = "0.13.7" }
openstack-cli-image = { path="cli/image/", version = "0.13.7" }
openstack-cli-load-balancer = { path="cli/load-balancer/", version = "0.13.7" }
openstack-cli-network = { path="cli/network/", version = "0.13.7" }
openstack-cli-object-store = { path="cli/object-store/", version = "0.13.7" }
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-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-placement = { path="cli/placement/", version = "^0.13" }
openstack-sdk-auth-core = { version = "0.22.6", path = "sdk/auth-core" }
openstack_sdk_core = { version = "0.22.7", path = "sdk/core" }
openstack_sdk = { version = "0.22.7", path = "openstack_sdk" }
openstack_types = { version = "0.22.7", path = "openstack_types" }
openstack-sdk-auth-core = { version = "0.22.7", path = "sdk/auth-core" }
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-types-core = { version = "0.22", path = "types/core" }
pem = { version = "^3.0" }
regex = { version = "^1.13" }
Expand Down
6 changes: 6 additions & 0 deletions cli/api/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-api-v0.13.7...openstack-cli-api-v0.13.8) - 2026-07-29

### Other

- Consolidate auth/catalog/state into SessionContext ([#1789](https://github.com/gtema/openstack/pull/1789))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-api-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
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.8](https://github.com/gtema/openstack/compare/openstack-cli-auth-v0.13.7...openstack-cli-auth-v0.13.8) - 2026-07-29

### Added

- *(cli,sdk)* Diverse UX improvements ([#1861](https://github.com/gtema/openstack/pull/1861))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-auth-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions cli/block-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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-block-storage-v0.13.7...openstack-cli-block-storage-v0.13.8) - 2026-07-29

### Added

- Start populating max_version for sdk ([#1883](https://github.com/gtema/openstack/pull/1883))
- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

### Other

- Stop use deprecated RawQuery/RawQueryAsync ([#1889](https://github.com/gtema/openstack/pull/1889))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-block-storage-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
20 changes: 20 additions & 0 deletions cli/compute/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ 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-compute-v0.13.7...openstack-cli-compute-v0.13.8) - 2026-07-29

### Added

- Start populating max_version for sdk ([#1883](https://github.com/gtema/openstack/pull/1883))
- *(sdk)* Start populating max_ver and min_ver ([#1881](https://github.com/gtema/openstack/pull/1881))
- Changes from adapted codegenerator templates ([#1879](https://github.com/gtema/openstack/pull/1879))
- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))
- *(compute)* Add `server show-plaintext` ([#1817](https://github.com/gtema/openstack/pull/1817))

### Fixed

- Codegenerator fixes ([#1884](https://github.com/gtema/openstack/pull/1884))

### Other

- Stop use deprecated RawQuery/RawQueryAsync ([#1889](https://github.com/gtema/openstack/pull/1889))
- Bump dependencies ([#1857](https://github.com/gtema/openstack/pull/1857))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-compute-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions cli/container-infrastructure-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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-container-infrastructure-management-v0.13.7...openstack-cli-container-infrastructure-management-v0.13.8) - 2026-07-29

### Added

- *(sdk)* Start populating max_ver and min_ver ([#1881](https://github.com/gtema/openstack/pull/1881))
- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-container-infrastructure-management-v0.1.0) - 2026-05-14

### Other
Expand Down
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions cli/core/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.8](https://github.com/gtema/openstack/compare/openstack-cli-core-v0.13.7...openstack-cli-core-v0.13.8) - 2026-07-29

### Added

- *(cli,sdk)* Diverse UX improvements ([#1861](https://github.com/gtema/openstack/pull/1861))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

## [0.13.7](https://github.com/gtema/openstack/compare/openstack-cli-core-v0.13.6...openstack-cli-core-v0.13.7) - 2026-06-01

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions cli/dns/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.8](https://github.com/gtema/openstack/compare/openstack-cli-dns-v0.13.7...openstack-cli-dns-v0.13.8) - 2026-07-29

### Added

- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

### Other

- Stop use deprecated RawQuery/RawQueryAsync ([#1889](https://github.com/gtema/openstack/pull/1889))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-dns-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
16 changes: 16 additions & 0 deletions cli/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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-identity-v0.13.7...openstack-cli-identity-v0.13.8) - 2026-07-29

### Added

- Stream paginated list responses via iter_async ([#1885](https://github.com/gtema/openstack/pull/1885))
- *(sdk)* Start populating max_ver and min_ver ([#1881](https://github.com/gtema/openstack/pull/1881))
- Changes from adapted codegenerator templates ([#1879](https://github.com/gtema/openstack/pull/1879))
- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

### Other

- Stop use deprecated RawQuery/RawQueryAsync ([#1889](https://github.com/gtema/openstack/pull/1889))
- Temporarily disable keystone-rs cli ([#1831](https://github.com/gtema/openstack/pull/1831))
- Address clippy issues ([#1799](https://github.com/gtema/openstack/pull/1799))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-identity-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions cli/image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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-image-v0.13.7...openstack-cli-image-v0.13.8) - 2026-07-29

### Added

- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

### Other

- Stop use deprecated RawQuery/RawQueryAsync ([#1889](https://github.com/gtema/openstack/pull/1889))
- Replace RawQueryAsync trait with combinators ([#1864](https://github.com/gtema/openstack/pull/1864))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-image-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
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.8](https://github.com/gtema/openstack/compare/openstack-cli-load-balancer-v0.13.7...openstack-cli-load-balancer-v0.13.8) - 2026-07-29

### Added

- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-load-balancer-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions cli/network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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-network-v0.13.7...openstack-cli-network-v0.13.8) - 2026-07-29

### Added

- *(sdk)* Start populating max_ver and min_ver ([#1881](https://github.com/gtema/openstack/pull/1881))
- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

### Other

- Stop use deprecated RawQuery/RawQueryAsync ([#1889](https://github.com/gtema/openstack/pull/1889))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-network-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions cli/object-store/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.8](https://github.com/gtema/openstack/compare/openstack-cli-object-store-v0.13.7...openstack-cli-object-store-v0.13.8) - 2026-07-29

### Added

- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

### Other

- Replace RawQueryAsync trait with combinators ([#1864](https://github.com/gtema/openstack/pull/1864))
- Consolidate auth/catalog/state into SessionContext ([#1789](https://github.com/gtema/openstack/pull/1789))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-object-store-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions cli/placement/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.8](https://github.com/gtema/openstack/compare/openstack-cli-placement-v0.13.7...openstack-cli-placement-v0.13.8) - 2026-07-29

### Added

- Adapt codegen to use min ver suffix ([#1870](https://github.com/gtema/openstack/pull/1870))
- *(cli)* Add service command version dispatch ([#1848](https://github.com/gtema/openstack/pull/1848))

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-placement-v0.1.0) - 2026-05-14

### Other
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.7"
version = "0.13.8"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
Loading
Loading