diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 749461569..ca10566a7 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: v10.0.2 + version: v11.0.0 - project: crescent version: v4.2.0 - project: cronos diff --git a/README.md b/README.md index bec84076c..d2b2e2d6c 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.43-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-chihuahua-v5.0.0`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v11.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-comdex-v11.5.1`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v10.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cosmoshub-v10.0.2`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v11.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cosmoshub-v11.0.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cronos-v1.0.4`|[Example](./cronos)| |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index ee6f11da6..802ab76b0 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v10.0.2`| +|Version|`v11.0.0`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cosmoshub-v10.0.2`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cosmoshub-v11.0.0`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 01140cefb..3b88753e1 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v10.0.2 + VERSION: v11.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 23d11ac0a..cdb37abfb 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.43-cosmoshub-v10.0.2 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cosmoshub-v11.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 d09df2a7b..1a30bdedf 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.43-cosmoshub-v10.0.2 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.43-cosmoshub-v11.0.0 ports: - '26656:26656' - '26657:26657'