From 46880f9391832f3a9cb1f32596149e117302ce17 Mon Sep 17 00:00:00 2001 From: Lukasz Zimnoch Date: Mon, 9 Feb 2026 12:53:50 +0100 Subject: [PATCH] Bump mezod to v6.0.0 Here we bump the mezod version to v6.0.0 and release a new version of the Helm chart. --- README.md | 3 ++- helm-chart/mezod/Chart.yaml | 4 ++-- helm-chart/mezod/README.md | 4 ++-- helm-chart/mezod/values.yaml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f3f2d1d..9f060db 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v2.*.*`: from block 706500 to block 1735000 - `v3.*.*`: from block 1735000 to block 3194000 - `v4.*.*`: from block 3194000 to block 5207000 -- `v5.*.*`: from block 5207000 to the current chain tip +- `v5.*.*`: from block 5207000 to block 6773500 +- `v6.*.*`: from block 6773500 to the current chain tip ### State sync from snapshot diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index befdd5e..2ef9518 100644 --- a/helm-chart/mezod/Chart.yaml +++ b/helm-chart/mezod/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: mezod -version: 6.0.0 -appVersion: v5.0.0 +version: 7.0.0 +appVersion: v6.0.0 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index 73b6778..475ccb6 100644 --- a/helm-chart/mezod/README.md +++ b/helm-chart/mezod/README.md @@ -36,14 +36,14 @@ kubectl -n create secret generic \ # mezod -![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: v5.0.0](https://img.shields.io/badge/AppVersion-v5.0.0-informational?style=flat-square) +![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: v6.0.0](https://img.shields.io/badge/AppVersion-v6.0.0-informational?style=flat-square) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"mezo/mezod"` | | -| tag | string | `"v5.0.0"` | | +| tag | string | `"v6.0.0"` | | | imagePullPolicy | string | `"Always"` | | | env.NETWORK | string | `"mainnet"` | Select the network to connect to (mainnet or testnet) | | env.PUBLIC_IP | string | `"CHANGE_ME"` | Set public IP address of the validator | diff --git a/helm-chart/mezod/values.yaml b/helm-chart/mezod/values.yaml index bd4f6dc..ae7a32f 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "mezo/mezod" -tag: "v5.0.0" +tag: "v6.0.0" imagePullPolicy: Always env: