Releases: strangelove-ventures/cosmos-operator
v0.19.0-rc5
What's Changed
Full Changelog: v0.19.0-rc4...v0.19.0-rc5
v0.19.0-rc4
What's Changed
- 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
Full Changelog: v0.19.0-rc3...v0.19.0-rc4
v0.19.0-rc3
Fixes issue #339 with update rollouts where more pods were taken down than intended.
What's Changed
Full Changelog: v0.19.0-rc2...v0.19.0-rc3
v0.19.0-rc2
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
Full Changelog: v0.19.0-rc1...v0.19.0-rc2
v0.19.0-rc1
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
What's Changed
- fix: Bump memory to handle many deployments by @DavidNix in #350
- Move and rename docs/contributing.md to ./CONTRIBUTING.md by @beckettsean in #354
- build(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #347
- build(deps): Bump golang.org/x/sync from 0.1.0 to 0.3.0 by @dependabot in #346
- build(deps): Bump github.com/go-logr/zapr from 1.2.3 to 1.2.4 by @dependabot in #345
- Add image override by @agouin in #355
- feat: sets node type label by @AntiTyping in #356
- feat: add subdomain/hostname to pods created by @PFC-developer in #360
- docs: Add architecture document by @DavidNix in #359
- Optionally provide ordinal for specific pod snapshotting by @agouin in #371
- Docker image - cross compile by @agouin in #372
- feat: adds auto scale padding by @AntiTyping in #362
- build(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #370
- Feat add addrbook by @AntiTyping in #369
- build(deps): Bump go.uber.org/zap from 1.24.0 to 1.26.0 by @dependabot in #363
New Contributors
- @beckettsean made their first contribution in #354
- @AntiTyping made their first contribution in #356
- @PFC-developer made their first contribution in #360
Full Changelog: v0.17.0...v0.18.0
v0.18.0-rc1
What's Changed
- fix: Bump memory to handle many deployments by @DavidNix in #350
- Move and rename docs/contributing.md to ./CONTRIBUTING.md by @beckettsean in #354
- build(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #347
- build(deps): Bump golang.org/x/sync from 0.1.0 to 0.3.0 by @dependabot in #346
- build(deps): Bump github.com/go-logr/zapr from 1.2.3 to 1.2.4 by @dependabot in #345
- Add image override by @agouin in #355
- feat: sets node type label by @AntiTyping in #356
- feat: add subdomain/hostname to pods created by @PFC-developer in #360
- docs: Add architecture document by @DavidNix in #359
- Optionally provide ordinal for specific pod snapshotting by @agouin in #371
- Docker image - cross compile by @agouin in #372
- feat: adds auto scale padding by @AntiTyping in #362
- build(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #370
- Feat add addrbook by @AntiTyping in #369
- build(deps): Bump go.uber.org/zap from 1.24.0 to 1.26.0 by @dependabot in #363
New Contributors
- @beckettsean made their first contribution in #354
- @AntiTyping made their first contribution in #356
- @PFC-developer made their first contribution in #360
Full Changelog: v0.17.0...v0.18.0-rc1