Skip to content

Commit 0a22909

Browse files
committed
chore(release): v0.4.0
Cut a minor release covering the versioncheck overhaul, ~48 default image refreshes, 13 moved-repo repoints, the polygon-zkevm -> cdk-erigon client migration, and dropping version tracking for image-less chains. Bumps the Helm chart to 0.4.0 and backfills the missing 0.3.0 changelog entry. Context: assembled the changelog from the git log since v0.3.0 and aligned Chart.yaml (was lagging at 0.2.3). Note CI Actions are currently not provisioning runners, so the release-image workflow will not fire on the tag — the container image needs a manual build/push or a billing fix.
1 parent e9c0636 commit 0a22909

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@ release until the API is promoted to `v1beta1`.
1010

1111
## [Unreleased]
1212

13+
## [0.4.0] - 2026-06-14
14+
15+
### Added
16+
17+
- `polygon-zkevm` migrated from the archived `zkevm-node` to `cdk-erigon`
18+
(Erigon-based client). New `hermez-mainnet` config, image
19+
`ghcr.io/0xpolygon/cdk-erigon`, and bumped resource defaults.
20+
21+
### Changed
22+
23+
- `versioncheck` now picks the semver-max stable tag instead of the first
24+
stable tag, paginates Docker Hub so the newest release is actually seen,
25+
rejects op-stack service-build tags, and talks to Google Artifact
26+
Registry without a token (parsing its nested tag shape).
27+
- Refreshed ~48 default node images to their latest stable tags.
28+
- Repointed 13 chains whose image repositories had moved or were renamed:
29+
morph, dogecoin, kava, sei, dymension, solana, core, metis, taiko,
30+
manta-pacific, plasma, boba-eth, hashkey.
31+
32+
### Removed
33+
34+
- Dropped automatic version tracking for chains that publish no public,
35+
version-tagged image (cronos, telos, fantom, wemix, shibarium,
36+
bittorrent, sonic, zircuit, moca). Their pinned defaults are unchanged.
37+
38+
## [0.3.0] - 2026-05-06
39+
40+
### Changed
41+
42+
- Updated blockchain node default images.
43+
1344
## [0.2.3] - 2026-04-29
1445

1546
### Fixed

charts/chainplane/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: chainplane
33
description: A Kubernetes operator for managing blockchain node lifecycle
44
type: application
5-
version: 0.2.3
6-
appVersion: "v0.2.3"
5+
version: 0.4.0
6+
appVersion: "v0.4.0"
77
kubeVersion: ">=1.26.0-0"
88
home: https://github.com/tazhate/chainplane
99
sources:

0 commit comments

Comments
 (0)