Skip to content

autonity-network-1.8.0

Compare
Choose a tag to compare
@Klazomenai Klazomenai released this 22 Sep 18:50
· 97 commits to master since this release
c7ec6c9

The latest release of the autonity-network Helm chart includes the Autonity 0.6.0 (code name Sintra) release. Due to genesis and code changes in 0.6.0, a re-genesis of the network is required, so upgrades will not be possible.

Installation

The artefacts are published to the Clearmatics Helm repository and can be installed (tested with Helm 3.2.4) by:

helm repo add charts-ose.clearmatics.com https://charts-ose.clearmatics.com/
helm repo update
kubectl create namespace autonity-network
helm install autonity-network charts-ose.clearmatics.com/autonity-network --namespace autonity-network --version 1.8.0

Changelog

  • Disabling monitoring for managing USB hardware wallets for both Validators and Observers issue #40
  • Setting the logging level as a variable in the values file for both Validators and Observers issue #44
  • Support Autonity v0.6.0 issue #47