opencloudtool 0.6.0__tar.gz → 0.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/Cargo.lock +6 -6
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/Cargo.toml +4 -4
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/PKG-INFO +1 -1
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-ctl-sdk/Cargo.toml +1 -1
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/uv.lock +1 -1
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/pyproject.toml +1 -1
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/README.md +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/Cargo.toml +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/README.md +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/aws/client.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/aws/mod.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/aws/resource.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/aws/types.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/infra/graph.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/infra/mod.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/infra/resource.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/infra/state.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/lib.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-cloud/src/resource.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-ctl-sdk/README.md +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-ctl-sdk/src/lib.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/Cargo.toml +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/README.md +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/src/backend.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/src/config.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/src/lib.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/src/scheduler.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-orchestrator/src/user_state.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/.python-version +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/Cargo.toml +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/README.md +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/python/opencloudtool/__init__.py +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/python/opencloudtool/py_api.py +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/crates/oct-py/src/lib.rs +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/python/opencloudtool/__init__.py +0 -0
- {opencloudtool-0.6.0 → opencloudtool-0.6.1}/python/opencloudtool/py_api.py +0 -0
|
@@ -2194,7 +2194,7 @@ dependencies = [
|
|
|
2194
2194
|
|
|
2195
2195
|
[[package]]
|
|
2196
2196
|
name = "oct-cli"
|
|
2197
|
-
version = "0.6.
|
|
2197
|
+
version = "0.6.1"
|
|
2198
2198
|
dependencies = [
|
|
2199
2199
|
"assert_cmd",
|
|
2200
2200
|
"clap",
|
|
@@ -2206,7 +2206,7 @@ dependencies = [
|
|
|
2206
2206
|
|
|
2207
2207
|
[[package]]
|
|
2208
2208
|
name = "oct-cloud"
|
|
2209
|
-
version = "0.6.
|
|
2209
|
+
version = "0.6.1"
|
|
2210
2210
|
dependencies = [
|
|
2211
2211
|
"aws-config",
|
|
2212
2212
|
"aws-sdk-ec2",
|
|
@@ -2226,7 +2226,7 @@ dependencies = [
|
|
|
2226
2226
|
|
|
2227
2227
|
[[package]]
|
|
2228
2228
|
name = "oct-ctl"
|
|
2229
|
-
version = "0.6.
|
|
2229
|
+
version = "0.6.1"
|
|
2230
2230
|
dependencies = [
|
|
2231
2231
|
"axum",
|
|
2232
2232
|
"log",
|
|
@@ -2242,7 +2242,7 @@ dependencies = [
|
|
|
2242
2242
|
|
|
2243
2243
|
[[package]]
|
|
2244
2244
|
name = "oct-ctl-sdk"
|
|
2245
|
-
version = "0.6.
|
|
2245
|
+
version = "0.6.1"
|
|
2246
2246
|
dependencies = [
|
|
2247
2247
|
"log",
|
|
2248
2248
|
"mockito",
|
|
@@ -2254,7 +2254,7 @@ dependencies = [
|
|
|
2254
2254
|
|
|
2255
2255
|
[[package]]
|
|
2256
2256
|
name = "oct-orchestrator"
|
|
2257
|
-
version = "0.6.
|
|
2257
|
+
version = "0.6.1"
|
|
2258
2258
|
dependencies = [
|
|
2259
2259
|
"async-trait",
|
|
2260
2260
|
"log",
|
|
@@ -2272,7 +2272,7 @@ dependencies = [
|
|
|
2272
2272
|
|
|
2273
2273
|
[[package]]
|
|
2274
2274
|
name = "oct-py"
|
|
2275
|
-
version = "0.6.
|
|
2275
|
+
version = "0.6.1"
|
|
2276
2276
|
dependencies = [
|
|
2277
2277
|
"env_logger",
|
|
2278
2278
|
"log",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[workspace.package]
|
|
2
|
-
version = "0.6.
|
|
2
|
+
version = "0.6.1"
|
|
3
3
|
authors = ["opencloudtool Contributors"]
|
|
4
4
|
categories = ["command-line-utilities"]
|
|
5
5
|
documentation = "https://opencloudtool.com/docs"
|
|
@@ -25,9 +25,9 @@ members = ["crates/*"]
|
|
|
25
25
|
resolver = "3"
|
|
26
26
|
|
|
27
27
|
[workspace.dependencies]
|
|
28
|
-
oct-cloud = { package = "oct-cloud", path = "crates/oct-cloud", version = "0.6.
|
|
29
|
-
oct-orchestrator = { package = "oct-orchestrator", path = "crates/oct-orchestrator", version = "0.6.
|
|
30
|
-
oct-ctl-sdk = { package = "oct-ctl-sdk", path = "crates/oct-ctl-sdk", version = "0.6.
|
|
28
|
+
oct-cloud = { package = "oct-cloud", path = "crates/oct-cloud", version = "0.6.1" }
|
|
29
|
+
oct-orchestrator = { package = "oct-orchestrator", path = "crates/oct-orchestrator", version = "0.6.1" }
|
|
30
|
+
oct-ctl-sdk = { package = "oct-ctl-sdk", path = "crates/oct-ctl-sdk", version = "0.6.1" }
|
|
31
31
|
|
|
32
32
|
assert_cmd = "2.1.1"
|
|
33
33
|
async-trait = "0.1.89"
|
|
@@ -16,7 +16,7 @@ rust-version = { workspace = true }
|
|
|
16
16
|
[dependencies]
|
|
17
17
|
log = { workspace = true }
|
|
18
18
|
reqwest = { workspace = true }
|
|
19
|
-
serde = { workspace = true }
|
|
19
|
+
serde = { workspace = true, features = ["derive"] }
|
|
20
20
|
serde_json = { workspace = true }
|
|
21
21
|
tokio = { workspace = true }
|
|
22
22
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|