From 669daad86f5dafb87a1fb86ccf7386ae28add8b6 Mon Sep 17 00:00:00 2001 From: Lukasz Zimnoch Date: Tue, 26 May 2026 10:06:40 +0200 Subject: [PATCH] Bump mezod to v11.0.0 Update helm chart version to 12.0.0 with appVersion v11.0.0. Update block ordering in README for both testnet (v11 upgrade at block 13206900) and mainnet (v11 upgrade at block 9275000). Changed files: - README.md - helm-chart/mezod/Chart.yaml - helm-chart/mezod/README.md - helm-chart/mezod/values.yaml --- README.md | 6 ++++-- helm-chart/mezod/Chart.yaml | 4 ++-- helm-chart/mezod/README.md | 4 ++-- helm-chart/mezod/values.yaml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c542cc2..218e30a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v7.*.*`: from block 11688500 to block 11854127 - `v8.*.*`: from block 11854127 to block 12193600 - `v9.*.*`: from block 12193600 to block 12872000 -- `v10.*.*`: from block 12872000 to the current chain tip +- `v10.*.*`: from block 12872000 to block 13206900 +- `v11.*.*`: from block 13206900 to the current chain tip #### Version ordering for Mezo Mainnet @@ -124,7 +125,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v7.*.*`: from block 7691500 to block 7739500 - `v8.*.*`: from block 7739500 to block 8194500 - `v9.*.*`: from block 8194500 to block 8773000 -- `v10.*.*`: from block 8773000 to the current chain tip +- `v10.*.*`: from block 8773000 to block 9275000 +- `v11.*.*`: from block 9275000 to the current chain tip ### State sync from snapshot diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index 4ec8771..4c0cceb 100644 --- a/helm-chart/mezod/Chart.yaml +++ b/helm-chart/mezod/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: mezod -version: 11.0.0 -appVersion: v10.0.0 +version: 12.0.0 +appVersion: v11.0.0 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index adb26ce..dfa0ea8 100644 --- a/helm-chart/mezod/README.md +++ b/helm-chart/mezod/README.md @@ -36,14 +36,14 @@ kubectl -n create secret generic \ # mezod -![Version: 11.0.0](https://img.shields.io/badge/Version-11.0.0-informational?style=flat-square) ![AppVersion: v10.0.0](https://img.shields.io/badge/AppVersion-v10.0.0-informational?style=flat-square) +![Version: 12.0.0](https://img.shields.io/badge/Version-12.0.0-informational?style=flat-square) ![AppVersion: v11.0.0](https://img.shields.io/badge/AppVersion-v11.0.0-informational?style=flat-square) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"mezo/mezod"` | | -| tag | string | `"v10.0.0"` | | +| tag | string | `"v11.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 37e27a4..4c5b4ea 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "mezo/mezod" -tag: "v10.0.0" +tag: "v11.0.0" imagePullPolicy: Always env: