v0.19.0-rc1
Pre-release
Pre-release
v0.19.1-rc1
Schedule unattended upgrades for the future. This allows you to stage everything necessary for a chain upgrade ahead of time, and the upgrade will roll out automatically. Additionally, this enables syncing an archive node across versions without requiring action at the upgrade heights.
Example spec:
spec:
chain:
versions:
- image: ghcr.io/strangelove-ventures/heighliner/noble:v1.0.0
height: 1
- image: ghcr.io/strangelove-ventures/heighliner/noble:v2.0.0
height: 119000
- image: ghcr.io/strangelove-ventures/heighliner/noble:v3.0.0
height: 1296000
- image: ghcr.io/strangelove-ventures/heighliner/noble:v3.1.0
height: 2672000
When this feature is enabled, the spec.podTemplate.image
value is ignored. spec.podTemplate.image
is now deprecated and may be removed in a future version.
For more information, see #373
What's Changed
Full Changelog: v0.18.0...v0.19.0-rc1