Skip to content

Commit 6f576e0

Browse files
authored
Bump mezod to v4.0.0 (#86)
References: https://linear.app/thesis-co/issue/TET-1638/the-v400-mezod-release-mainnet Here we bump the mezod version to v4.0.0 and release a new version of the Helm chart.
2 parents 7983ce8 + df99cff commit 6f576e0

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
@@ -111,7 +111,8 @@ Asterisk (*) denotes the latest minor/patch version.
111111

112112
- `v1.*.*`: from genesis to block 706500
113113
- `v2.*.*`: from block 706500 to block 1735000
114-
- `v3.*.*`: from block 1735000 to the current chain tip
114+
- `v3.*.*`: from block 1735000 to block 3194000
115+
- `v4.*.*`: from block 3194000 to the current chain tip
115116

116117
### State sync from snapshot
117118

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: 5.0.0-rc0
4-
appVersion: v3.0.1
3+
version: 5.0.0
4+
appVersion: v4.0.0

helm-chart/mezod/README.md

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

39-
![Version: 5.0.0-rc0](https://img.shields.io/badge/Version-5.0.0--rc0-informational?style=flat-square) ![AppVersion: v3.0.1](https://img.shields.io/badge/AppVersion-v3.0.1-informational?style=flat-square)
39+
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: v4.0.0](https://img.shields.io/badge/AppVersion-v4.0.0-informational?style=flat-square)
4040

4141
## Values
4242

4343
| Key | Type | Default | Description |
4444
|-----|------|---------|-------------|
4545
| image | string | `"mezo/mezod"` | |
46-
| tag | string | `"v3.0.1"` | |
46+
| tag | string | `"v4.0.0"` | |
4747
| imagePullPolicy | string | `"Always"` | |
4848
| env.NETWORK | string | `"mainnet"` | Select the network to connect to (mainnet or testnet) |
4949
| 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: "mezo/mezod"
2-
tag: "v3.0.1"
2+
tag: "v4.0.0"
33
imagePullPolicy: Always
44

55
env:

0 commit comments

Comments
 (0)