Skip to content

Commit 206fc06

Browse files
authored
Bump mezod to v0.6.0-rc0 (#53)
References: https://linear.app/thesis-co/issue/TET-258/the-v060-matsnet-fork Here we bump the `mezod` version to `v0.6.0-rc0` and release a new version of the Helm chart.
2 parents e8446b7 + c80068c commit 206fc06

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ Version ordering for Mezo Matsnet testnet:
7171
- `v0.2.0-rc3`: initial version from genesis to block 1093500
7272
- `v0.3.0-rc3`: from block 1093500 to block 1745000
7373
- `v0.4.0-rc1`: from block 1745000 to block 2213000
74-
- `v0.5.0-rc*`: from block 2213000 to the current chain tip (pick the latest `-rc*`)
74+
- `v0.5.0-rc1`: from block 2213000 to block 2563000
75+
- `v0.6.0-rc*`: from block 2563000 to the current chain tip (pick the latest `-rc*`)
7576

7677
### State sync from snapshot
7778

helm-chart/mezod/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: mezod
3-
version: 1.2.0
4-
appVersion: v0.5.0-rc0
3+
version: 1.3.0
4+
appVersion: v0.6.0-rc0

helm-chart/mezod/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ kubectl -n <NAMESPACE> create secret generic <SECRET_NAME> \
3737
3838
# mezod
3939

40-
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: v0.5.0-rc0](https://img.shields.io/badge/AppVersion-v0.5.0--rc0-informational?style=flat-square)
40+
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: v0.6.0-rc0](https://img.shields.io/badge/AppVersion-v0.6.0--rc0-informational?style=flat-square)
4141

4242
## Values
4343

4444
| Key | Type | Default | Description |
4545
|-----|------|---------|-------------|
4646
| image | string | `"us-central1-docker.pkg.dev/mezo-test-420708/mezo-staging-docker-public/mezod"` | |
47-
| tag | string | `"v0.5.0-rc0"` | |
47+
| tag | string | `"v0.6.0-rc0"` | |
4848
| imagePullPolicy | string | `"Always"` | |
4949
| env.NETWORK | string | `"testnet"` | Select the network to connect to |
5050
| env.PUBLIC_IP | string | `"CHANGE_ME"` | Set public IP address of the validator |

helm-chart/mezod/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: "us-central1-docker.pkg.dev/mezo-test-420708/mezo-staging-docker-public/mezod"
2-
tag: "v0.5.0-rc0"
2+
tag: "v0.6.0-rc0"
33
imagePullPolicy: Always
44

55
env:

0 commit comments

Comments
 (0)