Skip to content

Releases: strangelove-ventures/cosmos-operator

v0.21.5

28 Nov 21:23
52a6a0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.4...v0.21.5

v0.21.4

17 Nov 16:57
fc173c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.3...v0.21.4

v0.21.3

16 Nov 16:18
573d4ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.2...v0.21.3

v0.21.2

12 Nov 18:45
3e03ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.1...v0.21.2

v0.21.1

08 Nov 22:43
f62ef4c
Compare
Choose a tag to compare

Fixes a bug where the scheduled upgrade would terminate pods at the upgrade height

What's Changed

Full Changelog: v0.21.0...v0.21.1

v0.21.0

07 Nov 21:23
57256cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.21.0-rc1

07 Nov 17:49
57256cb
Compare
Choose a tag to compare
v0.21.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.20.0...v0.21.0-rc1

v0.20.0

30 Oct 17:02
ff3610b
Compare
Choose a tag to compare

Highlights

Scheduled upgrades

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

PVC sizing #380

  • New PVCs will be created with the minimum size, either the spec.volumeClaimTemplate.resources.storage, spec.instanceOverrides[instanceName].volumeClaimTemplate.resources.storage if an override is set, or the size of the volume snapshot (data source or auto data source)
  • PVC autoscaling now operates at the per-instance level to minimize resource usage
  • autoDataSource can now be limited to snapshots from the same instance with matchInstance: true

Fixes

  • Fixes issue #339 with update rollouts where more pods were taken down than intended.

What's Changed

  • scheduled upgrades by @agouin in #373
  • Backwards compatibility when spec.chain.versions is not populated by @agouin in #375
  • simplify status and perform rollouts in correct order by @agouin in #376
  • Dont require podspec image by @agouin in #378
  • build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #377
  • Run trivy on image in PR by @agouin in #379
  • PVC auto scale on a per ordinal basis by @agouin in #380
  • Allow adding additional start args by @agouin in #381

Full Changelog: v0.18.0...v0.20.0

v0.20.0-rc1

27 Oct 17:51
ff3610b
Compare
Choose a tag to compare
v0.20.0-rc1 Pre-release
Pre-release

What's Changed

  • Allow adding additional start args by @agouin in #381

Full Changelog: v0.19.0-rc5...v0.20.0-rc1

v0.19.0-rc5

27 Oct 16:15
41a210e
Compare
Choose a tag to compare
v0.19.0-rc5 Pre-release
Pre-release

What's Changed

  • PVC auto scale on a per ordinal basis by @agouin in #380

Full Changelog: v0.19.0-rc4...v0.19.0-rc5