diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9dc87d87..f4ee032c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: - project: comdex version: v9.1.2 - project: cosmoshub - version: v9.1.1 + version: v10.0.1 - project: cronos version: v1.0.4 - project: cryptoorgchain diff --git a/README.md b/README.md index 1f9b4dabf..379038ab4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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.36-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v4.2.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-chihuahua-v4.2.3`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v9.1.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v9.1.2`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v9.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v9.1.1`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v10.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v10.0.1`|[Example](./cosmoshub)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-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.36-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)| |[decentr](https://github.com/Decentr-net/decentr)|`v1.6.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-decentr-v1.6.2`|[Example](./decentr)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index ef30ee83f..3495f2fb6 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v9.1.1`| +|Version|`v10.0.1`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v9.1.1`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v10.0.1`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 53456bb34..075bf8dd9 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,9 +8,10 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v9.1.1 + VERSION: v10.0.1 REPOSITORY: https://github.com/cosmos/gaia NAMESPACE: GAIAD + GOLANG_VERSION: 1.20-buster ports: - '26656:26656' - '26657:26657' diff --git a/cosmoshub/deploy.yml b/cosmoshub/deploy.yml index 7ded10a6e..ae3ec422e 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.36-cosmoshub-v9.1.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v10.0.1 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 938052c89..78e5be35e 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.36-cosmoshub-v9.1.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v10.0.1 ports: - '26656:26656' - '26657:26657'