Skip to content

Releases: ava-labs/avalanche-cli

v1.3.5

07 Dec 17:36
f00a1c4
Compare
Choose a tag to compare

⭐ Features

With this release , you can now launch Avalanche Validators in multiple regions at once!

Simply use --region and --num-nodes flags (or not if you want to go through interactive mode), for example:
avalanche node create multiRegionCloud --region=us-east-1,us-west-2 --num-nodes=2,2

In addition, this release also enhances ledger user experience in Avalanche-CLI! It will now automatically search for the first index with sufficient funds for a transaction.

Multi Region PRs && Cloud Server Enchancements

Ledger Improvement PR

🛠 Improvements

Full Changelog: v1.3.4...v1.3.5

v1.3.4

23 Nov 02:58
6feda22
Compare
Choose a tag to compare

⭐ Features

Say hello to DevNets! DevNet (Developer Network) is an isolated public network version of avalancheGo. Think of DevNet as being the intermediate step in the developer testing process after local network and before Fuji network. Explore the DevNet functionality by calling avalanche node devnet.

This release also deprecates use of Ansible in our cloud deployment command suite and replaces it with ssh calls, resulting in ~20x speed improvements!

DevNet PRs

Ansible Replacements PRs

🛠 Improvements

Full Changelog: v1.3.3...v1.3.4

v1.3.3

26 Oct 16:40
d2a1a2a
Compare
Choose a tag to compare

⭐ Features

GCP joins 1-Command Cloud Node Setup!

You can now create your own Avalanche Node on GCP with 1 command on Avalanche CLI.

Note: Fuji only, Mainnet support is on the roadmap.

With this release, you can now deploy your Subnet on Fuji and have a mix of AWS and GCP Avalanche Nodes validating it!

This release also enables users to create Avalanche nodes without static Public IPs. Simply add --use-static-ip=false flag to launch Avalanche nodes without static Public IPs.

Finally, this release also adds a new command for users to add Avalanche node as a Primary Network validator with addPermissionlessValidatorTx. Simply call avalanche primary addValidator

GCP PRs

Cloud Deployment Enhancement PRs

🛠 Improvements

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

22 Sep 16:19
0ef5494
Compare
Choose a tag to compare

🛠 Improvements

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Sep 16:41
8aad889
Compare
Choose a tag to compare

⭐ Features

Say hello to multi-nodes cloud deployment and custom VM Subnet deployment!

Avalanche-CLI now supports multi-nodes cloud deployment. With 1 command, you can spin up multiple Avalanche nodes on AWS and also have multiple nodes validate the Primary Network / Subnet!

This release also supports Custom VM Subnet deployment. You can now deploy your customized Subnet-EVM, HyperSDK VM, MorpheusVM, TokenVM and Rust VMs!

All you need is a public repo to the custom vm source code and a build script to generate the binary.

More info can be found at Avalanche docs!

Multi Node & Custom VM PRs

🛠 Improvements

New Contributors

Full Changelog: v1.2.7...v1.3.1

v1.3.0

25 Aug 18:09
8cf0112
Compare
Choose a tag to compare

⭐ Features

Introducing 1-Command Cloud Node Setup!

You can now create your own Avalanche Node on AWS with 1 command on Avalanche CLI.

Note: Fuji only, Mainnet support coming soon!

Once the node is bootstrapped to Primary Network, you can then have the node validate the Avalanche Primary Network and also validate a Subnet of your choice.

Create your first Avalanche Node by calling avalanche node create <clusterName>!

Pre-req:

  • Create an AWS account and have an AWS credentials file in home directory, More info can be
    found here
  • Install Terraform
  • Install Ansible

More info can be found at Avalanche docs!

1-Command Cloud Node Setup PRs

🛠 Improvements

Full Changelog: v1.2.6...v1.3.0

v1.2.6

03 Aug 20:37
9769c0b
Compare
Choose a tag to compare

🛠 Improvements

Full Changelog: v1.2.5...v1.2.6

v1.2.5

24 Jul 20:14
6696ec0
Compare
Choose a tag to compare

⭐ Features

  • Users can now deploy their Subnets on Mainnet using a different ChainID from the Subnet deployed on Fuji. A new genesis will be created for the Mainnet Subnet @sukantoraymond in #843

🐞 Bug Fixes

  • Remove Github API rate limit error by limiting checking Github for CLI version update once every 24 hours @sukantoraymond in #848

🛠 Improvements

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

30 Jun 17:01
7b2676e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

02 Jun 18:30
fa0ce42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3