Skip to content

Releases: strangelove-ventures/cosmos-operator

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

v0.19.0-rc4

26 Oct 15:53
4c4be57
Compare
Choose a tag to compare
v0.19.0-rc4 Pre-release
Pre-release

What's Changed

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

v0.19.0-rc3

25 Oct 13:27
cf84f10
Compare
Choose a tag to compare
v0.19.0-rc3 Pre-release
Pre-release

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

What's Changed

  • simplify status and perform rollouts in correct order by @agouin in #376

Full Changelog: v0.19.0-rc2...v0.19.0-rc3

v0.19.0-rc2

24 Oct 17:24
bf763c8
Compare
Choose a tag to compare
v0.19.0-rc2 Pre-release
Pre-release

Smooth out migrations by enabling use of the updated operator with the existing configs, removing the need to define the chain versions immediately.

What's Changed

  • Backwards compatibility when spec.chain.versions is not populated by @agouin in #375

Full Changelog: v0.19.0-rc1...v0.19.0-rc2

v0.19.0-rc1

24 Oct 14:55
b305a73
Compare
Choose a tag to compare
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

v0.18.0

17 Oct 15:02
9d6c29c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.18.0-rc1

16 Oct 16:46
9d6c29c
Compare
Choose a tag to compare
v0.18.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0-rc1