Skip to content

Commit

Permalink
Update CosmosHub to v17.2.0 (#812)
Browse files Browse the repository at this point in the history
* Update CosmosHub to v17.1.0

* Update CosmosHub to v17.2.0
  • Loading branch information
tombeynon committed Jun 7, 2024
1 parent 0791374 commit a45e107
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 @@ -45,7 +45,7 @@ jobs:
- project: comdex
version: v13.4.0
- project: cosmoshub
version: v16.0.0
version: v17.2.0
- project: crescent
version: v4.2.0
- project: cronos
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.4.16-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v7`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-chihuahua-v7`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v13.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-comdex-v13.4.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v16.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cosmoshub-v16.0.0`|[Example](./cosmoshub)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v17.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cosmoshub-v17.2.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cronos-v1.0.9`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cryptoorgchain-v4.2.9`|[Example](./cryptoorgchain)|
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|`v16.0.0`|
|Version|`v17.2.0`|
|Binary|`gaiad`|
|Directory|`.gaia`|
|ENV namespace|`GAIAD`|
|Repository|`https://github.com/cosmos/gaia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cosmoshub-v16.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cosmoshub-v17.2.0`|

## 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: v16.0.0
VERSION: v17.2.0
REPOSITORY: https://github.com/cosmos/gaia
NAMESPACE: GAIAD
GOLANG_VERSION: 1.21-bullseye
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.4.16-cosmoshub-v16.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cosmoshub-v17.2.0
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.4.16-cosmoshub-v16.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.16-cosmoshub-v17.2.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit a45e107

Please sign in to comment.