Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
  • Loading branch information
gyuho committed Jun 3, 2023
1 parent 9b26846 commit 71e40c8
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion avalanche-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-kms"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand Down
2 changes: 1 addition & 1 deletion avalanche-ops/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-ops"
version = "0.8.4" # https://crates.io/crates/avalanche-ops
version = "0.8.5" # https://crates.io/crates/avalanche-ops
edition = "2021"
rust-version = "1.69"
publish = true
Expand Down
6 changes: 3 additions & 3 deletions avalanched-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanched-aws"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand All @@ -13,12 +13,12 @@ avalanche-installer = "0.0.76" # https://crates.io/crates/avalanche-installer
avalanche-ops = { path = "../avalanche-ops" }
avalanche-telemetry-cloudwatch-installer = "0.0.107" # https://crates.io/crates/avalanche-telemetry-cloudwatch-installer
avalanche-types = { version = "0.0.393", features = ["avalanchego", "jsonrpc_client", "subnet_evm"] } # https://crates.io/crates/avalanche-types
aws-ip-provisioner-installer = "0.0.95" # https://crates.io/crates/aws-ip-provisioner-installer
aws-ip-provisioner-installer = "0.0.96" # https://crates.io/crates/aws-ip-provisioner-installer
aws-manager = { version = "0.28.13", features = ["autoscaling", "cloudwatch", "ec2", "s3"] } # https://github.com/gyuho/aws-manager/tags
aws-sdk-cloudwatch = "0.28.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ec2 = "0.28.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.28.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-volume-provisioner-installer = "0.0.120" # https://crates.io/crates/aws-volume-provisioner-installer
aws-volume-provisioner-installer = "0.0.121" # https://crates.io/crates/aws-volume-provisioner-installer
clap = { version = "4.3.0", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
command-manager = "0.0.3"
compress-manager = "0.0.10"
Expand Down
2 changes: 1 addition & 1 deletion avalancheup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalancheup-aws"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand Down
2 changes: 1 addition & 1 deletion blizzard-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blizzard-aws"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand Down
2 changes: 1 addition & 1 deletion blizzardup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blizzardup-aws"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand Down
2 changes: 1 addition & 1 deletion devnet-faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devnet-faucet"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion staking-key-cert-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking-key-cert-s3-downloader"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand Down
2 changes: 1 addition & 1 deletion staking-signer-key-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking-signer-key-s3-downloader"
version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.8.5" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.69"

Expand Down

0 comments on commit 71e40c8

Please sign in to comment.