From fea5ba9a4d98ad3c190247d8bb5543360e913da8 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Tue, 5 Nov 2024 14:59:09 +0000 Subject: [PATCH] Update CosmosHub to v21.0.0 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- cosmoshub/README.md | 4 ++-- cosmoshub/build.yml | 2 +- cosmoshub/deploy.yml | 2 +- cosmoshub/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a05e9f13..5908b6b98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - project: comdex version: v14.1.0 - project: cosmoshub - version: v20.0.0 + version: v21.0.0 - project: crescent version: v4.2.0 - project: cronos diff --git a/README.md b/README.md index 8d5f23c5c..8c37c5c28 100644 --- a/README.md +++ b/README.md @@ -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.31-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v8.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-chihuahua-v8.0.2`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-comdex-v14.1.0`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v20.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v20.0.0`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v21.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v21.0.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cronos-v1.3.0`|[Example](./cronos)| |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cryptoorgchain-v4.2.9`|[Example](./cryptoorgchain)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index aece6aa18..21b2cf822 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v20.0.0`| +|Version|`v21.0.0`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v20.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v21.0.0`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index db6568208..f1324bd83 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v20.0.0 + VERSION: v21.0.0 REPOSITORY: https://github.com/cosmos/gaia NAMESPACE: GAIAD GOLANG_VERSION: 1.22-bullseye diff --git a/cosmoshub/deploy.yml b/cosmoshub/deploy.yml index 4faf8388f..09f0da8c7 100644 --- a/cosmoshub/deploy.yml +++ b/cosmoshub/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v20.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v21.0.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/chain.json diff --git a/cosmoshub/docker-compose.yml b/cosmoshub/docker-compose.yml index 66f002c8b..743ed6e02 100644 --- a/cosmoshub/docker-compose.yml +++ b/cosmoshub/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v20.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cosmoshub-v21.0.0 ports: - '26656:26656' - '26657:26657'