Skip to content

Commit

Permalink
Merge branch 'update-cosmoshub-v21.0.1' into release-v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Nov 21, 2024
2 parents fcba7c9 + 7f1ddaa commit fb5e2e2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- project: comdex
version: v14.1.0
- project: cosmoshub
version: v21.0.0
version: v21.0.1
- project: crescent
version: v4.2.0
- project: cronos
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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:v1.0.1-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v8.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-chihuahua-v8.0.2`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-comdex-v14.1.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v21.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.0`|[Example](./cosmoshub)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v21.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.1`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cronos-v1.3.0`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cryptoorgchain-v4.2.9`|[Example](./cryptoorgchain)|
Expand Down Expand Up @@ -353,7 +353,7 @@ services:
PROJECT: cosmoshub # should match the directory/Chain Registry
PROJECT_BIN: gaiad
PROJECT_DIR: .gaia
VERSION: v21.0.0
VERSION: v21.0.1
REPOSITORY: https://github.com/cosmos/gaia
GOLANG_VERSION: 1.22-bullseye
DEBIAN_VERSION: bullseye
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|`v21.0.0`|
|Version|`v21.0.1`|
|Binary|`gaiad`|
|Directory|`.gaia`|
|ENV namespace|`GAIAD`|
|Repository|`https://github.com/cosmos/gaia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.1`|

## 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: v21.0.0
VERSION: v21.0.1
REPOSITORY: https://github.com/cosmos/gaia
GOLANG_VERSION: 1.22-bullseye
DEBIAN_VERSION: bullseye
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.1
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.1-cosmoshub-v21.0.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit fb5e2e2

Please sign in to comment.