Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CosmosHub to v19.2.0 #868

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: v14.1.0
- project: cosmoshub
version: v19.1.0
version: v19.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.26-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v7.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-chihuahua-v7.0.2`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-comdex-v14.1.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v19.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cosmoshub-v19.1.0`|[Example](./cosmoshub)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v19.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cosmoshub-v19.2.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cronos-v1.3.0`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-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|`v19.1.0`|
|Version|`v19.2.0`|
|Binary|`gaiad`|
|Directory|`.gaia`|
|ENV namespace|`GAIAD`|
|Repository|`https://github.com/cosmos/gaia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cosmoshub-v19.1.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cosmoshub-v19.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: v19.1.0
VERSION: v19.2.0
REPOSITORY: https://github.com/cosmos/gaia
NAMESPACE: GAIAD
GOLANG_VERSION: 1.22-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.26-cosmoshub-v19.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cosmoshub-v19.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.26-cosmoshub-v19.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.26-cosmoshub-v19.2.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down