Skip to content

Commit

Permalink
Upgrade cosmoshub to v16.0.0 (#805)
Browse files Browse the repository at this point in the history
* Upgrade cosmoshub to v16.0.0

Upgrade cosmoshub to v16.0.0.

The chain will be upgraded at block 20440500.
https://www.mintscan.io/cosmos/block/20440500

Estimated Time (UTC): May 15th 2024, 16:23:06+00:00

* Set correct Debian version

---------

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
CharlesJUDITH and tombeynon committed May 20, 2024
1 parent 97d5574 commit d702ec6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- project: comdex
version: v13.4.0
- project: cosmoshub
version: v15.2.0
version: v16.0.0
- project: crescent
version: v4.2.0
- project: cronos
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v6.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-chihuahua-v6.0.1`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v13.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-comdex-v13.4.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v15.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v15.2.0`|[Example](./cosmoshub)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v16.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v16.0.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cronos-v1.0.9`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cryptoorgchain-v4.2.9`|[Example](./cryptoorgchain)|
Expand Down
4 changes: 2 additions & 2 deletions cosmoshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v15.2.0`|
|Version|`v16.0.0`|
|Binary|`gaiad`|
|Directory|`.gaia`|
|ENV namespace|`GAIAD`|
|Repository|`https://github.com/cosmos/gaia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v15.2.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v16.0.0`|

## Examples

Expand Down
5 changes: 3 additions & 2 deletions cosmoshub/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ services:
PROJECT: cosmoshub
PROJECT_BIN: gaiad
PROJECT_DIR: .gaia
VERSION: v15.2.0
VERSION: v16.0.0
REPOSITORY: https://github.com/cosmos/gaia
NAMESPACE: GAIAD
GOLANG_VERSION: 1.20-buster
GOLANG_VERSION: 1.21-bullseye
DEBIAN_VERSION: bullseye
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v15.2.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v16.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/chain.json
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v15.2.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-cosmoshub-v16.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit d702ec6

Please sign in to comment.