Skip to content

Commit

Permalink
Update CosmosHub to v10.0.2 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jul 10, 2023
1 parent fc25326 commit 51f5364
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- project: comdex
version: v11.5.0
- project: cosmoshub
version: v10.0.1
version: v10.0.2
- project: cronos
version: v1.0.4
- project: cryptoorgchain
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.38-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v4.2.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-chihuahua-v4.2.3`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v11.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-comdex-v11.5.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v10.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.1`|[Example](./cosmoshub)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v10.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.2`|[Example](./cosmoshub)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-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.38-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)|
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-decentr-v1.6.2`|[Example](./decentr)|
Expand Down
4 changes: 2 additions & 2 deletions cosmoshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v10.0.1`|
|Version|`v10.0.2`|
|Binary|`gaiad`|
|Directory|`.gaia`|
|ENV namespace|`GAIAD`|
|Repository|`https://github.com/cosmos/gaia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: cosmoshub
PROJECT_BIN: gaiad
PROJECT_DIR: .gaia
VERSION: v10.0.1
VERSION: v10.0.2
REPOSITORY: https://github.com/cosmos/gaia
NAMESPACE: GAIAD
GOLANG_VERSION: 1.20-buster
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/chain.json
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-cosmoshub-v10.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 51f5364

Please sign in to comment.