Skip to content

Commit

Permalink
Release autonity-demo-1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Poliakov authored Nov 3, 2020
1 parent 3b5de50 commit c6bcb2f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
12 changes: 10 additions & 2 deletions stable/autonity-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ All notable changes to this chart 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).

## 1.2.1
## [Unreleased]

#' [1.2.2] - 2020-11-03
- Migrated to Helm 3
- Up autonity-network to 1.8.1
- Up prometheus to 11.12.1
- Up grafana to 5.5.7
- Added default value for `autonity-network.pprof.address`: `0.0.0.0` to fix prometheus metrics

## [1.2.1] - 2020-09-02
- Removed legacy implementation of Ethstats
- Set apiVersion for legacy Helm 2 support for transition period
- Moved dependencies to the main Chart.yaml
- Updated Documentation to reflect Helm 3 updates
- Autonity to 0.4.1

## [Unreleased]
## [1.1.0] - 2020-04-07
### Changed
- Update dashboard to include new metrics
Expand Down
10 changes: 5 additions & 5 deletions stable/autonity-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: autonity-demo
apiVersion: v1
version: 1.2.1
version: 1.2.2
kubeVersion: ">=1.15.11-0"
description: Umbrella chart for Demo deploy autonity-network and supporting tools
keywords:
Expand All @@ -12,17 +12,17 @@ sources:
maintainers:
- name: eastata
email: [email protected]
appVersion: v0.4.1
appVersion: v0.6.0
dependencies:
- name: autonity-network
repository: "https://charts-ose.clearmatics.com"
version: 1.7.1
version: 1.8.1
condition: global.autonity_network.enabled
- name: prometheus
repository: "@stable"
version: 11.0.4
version: 11.12.1
condition: global.prometheus.enabled
- name: grafana
repository: "@stable"
version: 5.0.11
version: 5.5.7
condition: global.grafana.enabled
3 changes: 2 additions & 1 deletion stable/autonity-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ global:
telepresence:
enabled: false


autonity-network:
chainid: 1489
networkid: 444888
pprof:
address: "0.0.0.0"
validators:
num: 4
serviceType: "ClusterIP"
Expand Down

0 comments on commit c6bcb2f

Please sign in to comment.