From c280c52db98cb90c8ee812677862fd5d15497c53 Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Mon, 18 Sep 2023 18:29:54 +0100 Subject: [PATCH] Update cosmoshub to v12.0.0 (#624) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cosmoshub will be upgraded to v12.0.0 at block https://www.mintscan.io/cosmos/blocks/16985500 Estimated Time:  Sep 13th 2023, 13:48:58 Proposal: https://www.mintscan.io/cosmos/proposals/821 Co-authored-by: Tom Beynon --- .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 cad058995..6e7003b1a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - project: comdex version: v11.5.1 - project: cosmoshub - version: v11.0.0 + version: v12.0.0 - project: crescent version: v4.2.0 - project: cronos diff --git a/README.md b/README.md index 6b76d5031..52e08d621 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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.3.47-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v5.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-chihuahua-v5.0.2`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v11.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-comdex-v11.5.1`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v11.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cosmoshub-v11.0.0`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v12.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cosmoshub-v12.0.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cronos-v1.0.9`|[Example](./cronos)| |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index ebd1bd6aa..3377fc6ce 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v11.0.0`| +|Version|`v12.0.0`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cosmoshub-v11.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cosmoshub-v12.0.0`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 3b88753e1..9c21cf704 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v11.0.0 + VERSION: v12.0.0 REPOSITORY: https://github.com/cosmos/gaia NAMESPACE: GAIAD GOLANG_VERSION: 1.20-buster diff --git a/cosmoshub/deploy.yml b/cosmoshub/deploy.yml index d5f974ea9..3b1c755cc 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.3.47-cosmoshub-v11.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cosmoshub-v12.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 f62a41409..4516aca24 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.3.47-cosmoshub-v11.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.47-cosmoshub-v12.0.0 ports: - '26656:26656' - '26657:26657'