diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ca4b9444..0cc234a60 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: v12.0.0 + version: v13.0.0 - project: crescent version: v4.2.0 - project: cronos diff --git a/README.md b/README.md index a9bc22c04..9ed7d9fbc 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.50-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v5.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-chihuahua-v5.0.4`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v11.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-comdex-v11.5.1`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v12.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-cosmoshub-v12.0.0`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v13.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-cosmoshub-v13.0.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-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.50-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.50-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index 43d63f93f..ef05f1099 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v12.0.0`| +|Version|`v13.0.0`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-cosmoshub-v12.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-cosmoshub-v13.0.0`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 9c21cf704..aa94771ab 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v12.0.0 + VERSION: v13.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 21248955c..114c1d313 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.50-cosmoshub-v12.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.50-cosmoshub-v13.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 42827842d..4a90f4ed8 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.50-cosmoshub-v12.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.50-cosmoshub-v13.0.0 ports: - '26656:26656' - '26657:26657'