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
102 changes: 51 additions & 51 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 @@ -72,25 +72,25 @@ itertools = { version = "^0.14" }
json-patch = { version = "^4.2" }
lazy_static = { version = "^1.5" }
open = { version = "^5.3" }
openstack-cli-api = { path="cli/api", version = "0.2.0" }
openstack-cli-auth = { path="cli/auth", version = "0.2.0" }
openstack-cli-block-storage = { path="cli/block-storage/", version = "0.2.0" }
openstack-cli-catalog = { path="cli/catalog/", version = "0.2.0" }
openstack-cli-compute = { path="cli/compute/", version = "0.2.0" }
openstack-cli-container-infrastructure-management = { path="cli/container-infrastructure-management/", version = "0.2.0" }
openstack-cli-core = { path="cli/core", version = "0.13.6" }
openstack-cli-dns = { path="cli/dns/", version = "0.2.0" }
openstack-cli-identity = { path="cli/identity/", version = "0.2.0" }
openstack-cli-image = { path="cli/image/", version = "0.2.0" }
openstack-cli-load-balancer = { path="cli/load-balancer/", version = "0.2.0" }
openstack-cli-network = { path="cli/network/", version = "0.2.0" }
openstack-cli-object-store = { path="cli/object-store/", version = "0.2.0" }
openstack-cli-placement = { path="cli/placement/", version = "^0.2" }
openstack-sdk-auth-core = { version = "0.22.5", path = "sdk/auth-core" }
openstack_sdk_core = { version = "0.22.6", path = "sdk/core" }
openstack_sdk = { version = "0.22.6", path = "openstack_sdk" }
openstack_types = { version = "0.22.6", path = "openstack_types" }
openstack-types-core = { version = "0.1", path = "types/core" }
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-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-types-core = { version = "0.22", path = "types/core" }
regex = { version = "^1.12" }
reqwest = { version = "^0.13", default-features = false }
reserve-port = "^2.4"
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions cli/core/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.7](https://github.com/gtema/openstack/compare/openstack-cli-core-v0.13.6...openstack-cli-core-v0.13.7) - 2026-05-23

### Other

- *(ci)* Changes necessary for making initial release ([#1768](https://github.com/gtema/openstack/pull/1768))

## [0.13.5](https://github.com/gtema/openstack/releases/tag/openstack-cli-core-v0.13.5) - 2026-05-14

### 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.6"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.2.0"
version = "0.13.7"
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.2.0"
version = "0.13.7"
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.2.0"
version = "0.13.7"
license.workspace = true
edition.workspace = true
authors.workspace = true
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.6"
version = "0.13.7"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
6 changes: 6 additions & 0 deletions openstack_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.7](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.6...openstack_sdk-v0.22.7) - 2026-05-23

### Other

- *(ci)* Changes necessary for making initial release ([#1768](https://github.com/gtema/openstack/pull/1768))

## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.5...openstack_sdk-v0.22.6) - 2026-05-14

### Added
Expand Down
30 changes: 15 additions & 15 deletions openstack_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_sdk"
description = "OpenStack SDK"
version = "0.22.6"
version = "0.22.7"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down Expand Up @@ -80,22 +80,22 @@ openstack-sdk-auth-federation = { version = "0.22", path = "../sdk/auth-federati
openstack-sdk-auth-jwt = { version = "0.22", path = "../sdk/auth-jwt/", optional = true }
openstack-sdk-auth-oidcaccesstoken = { version = "0.22", path = "../sdk/auth-oidcaccesstoken/" }
openstack-sdk-auth-passkey = { version = "0.22", path = "../sdk/auth-passkey/", optional = true }
openstack-sdk-auth-password = { version = "0.1", path = "../sdk/auth-password/" }
openstack-sdk-auth-receipt = { version = "0.1", path = "../sdk/auth-receipt/" }
openstack-sdk-auth-token = { version = "0.1", path = "../sdk/auth-token/" }
openstack-sdk-auth-totp = { version = "0.1", path = "../sdk/auth-totp/" }
openstack-sdk-auth-password = { version = "0.22", path = "../sdk/auth-password/" }
openstack-sdk-auth-receipt = { version = "0.22", path = "../sdk/auth-receipt/" }
openstack-sdk-auth-token = { version = "0.22", path = "../sdk/auth-token/" }
openstack-sdk-auth-totp = { version = "0.22", path = "../sdk/auth-totp/" }
openstack-sdk-auth-websso = { version = "0.22", path = "../sdk/auth-websso/" }
openstack_sdk_core.workspace = true
openstack-sdk-block-storage = { path = "../sdk/block-storage/", version = "^0.1", optional = true }
openstack-sdk-compute = { path = "../sdk/compute/", version = "^0.1", optional = true }
openstack-sdk-container-infrastructure-management = { path = "../sdk/container-infrastructure-management/", version = "^0.1", optional = true }
openstack-sdk-dns = { path = "../sdk/dns/", version = "^0.1", optional = true }
openstack-sdk-identity = { path = "../sdk/identity/", version = "^0.1", optional = true }
openstack-sdk-image = { path = "../sdk/image/", version = "^0.1", optional = true }
openstack-sdk-load-balancer = { path = "../sdk/load-balancer/", version = "^0.1", optional = true }
openstack-sdk-network = { path = "../sdk/network/", version = "^0.1", optional = true }
openstack-sdk-object-store = { path = "../sdk/object-store/", version = "^0.1", optional = true }
openstack-sdk-placement= { path = "../sdk/placement/", version = "^0.1", optional = true }
openstack-sdk-block-storage = { path = "../sdk/block-storage/", version = "^0.22", optional = true }
openstack-sdk-compute = { path = "../sdk/compute/", version = "^0.22", optional = true }
openstack-sdk-container-infrastructure-management = { path = "../sdk/container-infrastructure-management/", version = "^0.22", optional = true }
openstack-sdk-dns = { path = "../sdk/dns/", version = "^0.22", optional = true }
openstack-sdk-identity = { path = "../sdk/identity/", version = "^0.22", optional = true }
openstack-sdk-image = { path = "../sdk/image/", version = "^0.22", optional = true }
openstack-sdk-load-balancer = { path = "../sdk/load-balancer/", version = "^0.22", optional = true }
openstack-sdk-network = { path = "../sdk/network/", version = "^0.22", optional = true }
openstack-sdk-object-store = { path = "../sdk/object-store/", version = "^0.22", optional = true }
openstack-sdk-placement= { path = "../sdk/placement/", version = "^0.22", optional = true }
reqwest = { workspace = true, features = ["rustls", "stream", "gzip", "deflate", "json", "http2",
"socks", "system-proxy"] }
secrecy.workspace = true
Expand Down
22 changes: 11 additions & 11 deletions openstack_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_types"
description = "OpenStack API Types"
version = "0.22.6"
version = "0.22.7"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down Expand Up @@ -40,16 +40,16 @@ keystone_ng = ["openstack-types-identity/keystone_ng"]

[dependencies]
chrono = { workspace= true }
openstack-types-block-storage = { path = "../types/block-storage/", version = "0.1", optional = true}
openstack-types-compute = { path = "../types/compute/", version = "0.1", optional = true}
openstack-types-container-infrastructure-management = { path = "../types/container-infrastructure-management/", version = "0.1", optional = true}
openstack-types-dns = { path = "../types/dns/", version = "0.1", optional = true}
openstack-types-identity = { path = "../types/identity/", version = "0.1", optional = true}
openstack-types-image = { path = "../types/image/", version = "0.1", optional = true}
openstack-types-load-balancer = { path = "../types/load-balancer/", version = "0.1", optional = true}
openstack-types-network = { path = "../types/network/", version = "0.1", optional = true}
openstack-types-object-store = { path = "../types/object-store/", version = "0.1", optional = true}
openstack-types-placement = { path = "../types/placement/", version = "0.1", optional = true}
openstack-types-block-storage = { path = "../types/block-storage/", version = "0.22", optional = true}
openstack-types-compute = { path = "../types/compute/", version = "0.22", optional = true}
openstack-types-container-infrastructure-management = { path = "../types/container-infrastructure-management/", version = "0.22", optional = true}
openstack-types-dns = { path = "../types/dns/", version = "0.22", optional = true}
openstack-types-identity = { path = "../types/identity/", version = "0.22", optional = true}
openstack-types-image = { path = "../types/image/", version = "0.22", optional = true}
openstack-types-load-balancer = { path = "../types/load-balancer/", version = "0.22", optional = true}
openstack-types-network = { path = "../types/network/", version = "0.22", optional = true}
openstack-types-object-store = { path = "../types/object-store/", version = "0.22", optional = true}
openstack-types-placement = { path = "../types/placement/", version = "0.22", optional = true}
serde = { workspace = true }
serde_json = { workspace = true }
structable = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions sdk/auth-application-credential/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.22.6](https://github.com/gtema/openstack/compare/openstack-sdk-auth-applicationcredential-v0.22.5...openstack-sdk-auth-applicationcredential-v0.22.6) - 2026-05-23

### Other

- *(ci)* Changes necessary for making initial release ([#1768](https://github.com/gtema/openstack/pull/1768))

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-applicationcredential-v0.1.0...openstack-sdk-auth-applicationcredential-v0.22.5) - 2026-05-14

### Other
Expand Down
2 changes: 1 addition & 1 deletion sdk/auth-application-credential/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-sdk-auth-applicationcredential"
description = "OpenStack SDK auth plugin for authenticating with application credentials"
version = "0.22.5"
version = "0.22.6"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions sdk/auth-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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]
2 changes: 1 addition & 1 deletion sdk/auth-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-sdk-auth-core"
description = "OpenStack SDK auth core"
version = "0.22.5"
version = "0.22.6"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
6 changes: 6 additions & 0 deletions sdk/auth-federation/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.22.6](https://github.com/gtema/openstack/compare/openstack-sdk-auth-federation-v0.22.5...openstack-sdk-auth-federation-v0.22.6) - 2026-05-23

### Other

- *(ci)* Changes necessary for making initial release ([#1768](https://github.com/gtema/openstack/pull/1768))

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-federation-v0.1.0...openstack-sdk-auth-federation-v0.22.5) - 2026-05-14

### Other
Expand Down
2 changes: 1 addition & 1 deletion sdk/auth-federation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-sdk-auth-federation"
description = "OpenStack SDK auth plugin for authenticating with v4 federation"
version = "0.22.5"
version = "0.22.6"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions sdk/auth-jwt/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.22.6](https://github.com/gtema/openstack/compare/openstack-sdk-auth-jwt-v0.22.5...openstack-sdk-auth-jwt-v0.22.6) - 2026-05-23

### Other

- *(ci)* Changes necessary for making initial release ([#1768](https://github.com/gtema/openstack/pull/1768))

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-jwt-v0.1.0...openstack-sdk-auth-jwt-v0.22.5) - 2026-05-14

### Other
Expand Down
2 changes: 1 addition & 1 deletion sdk/auth-jwt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack-sdk-auth-jwt"
description = "OpenStack SDK auth plugin for authenticating with JWT"
version = "0.22.5"
version = "0.22.6"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions sdk/auth-multifactor/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.22.6](https://github.com/gtema/openstack/compare/openstack-sdk-auth-multifactor-v0.1.0...openstack-sdk-auth-multifactor-v0.22.6) - 2026-05-23

### Other

- *(ci)* Changes necessary for making initial release ([#1768](https://github.com/gtema/openstack/pull/1768))
- release ([#1758](https://github.com/gtema/openstack/pull/1758))
- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))

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

### Other
Expand Down
Loading
Loading