Skip to content

Commit 27bb913

Browse files
authored
Update CosmosHub to v25.3.0 (#1146)
1 parent 9d445c7 commit 27bb913

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
6767
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-chihuahua-v9.0.6`|[Example](./chihuahua)|
6868
|[comdex](https://github.com/comdex-official/comdex)|`v15.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-comdex-v15.3.0`|[Example](./comdex)|
6969
|[coreum](https://github.com/CoreumFoundation/coreum)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-coreum-v5.0.0`|[Example](./coreum)|
70-
|[cosmoshub](https://github.com/cosmos/gaia)|`v25.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.2.0`|[Example](./cosmoshub)|
70+
|[cosmoshub](https://github.com/cosmos/gaia)|`v25.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.3.0`|[Example](./cosmoshub)|
7171
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-crescent-v4.2.0`|[Example](./crescent)|
7272
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.6.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cronos-v1.6.1`|[Example](./cronos)|
7373
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v6.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cryptoorgchain-v6.0.3`|[Example](./cryptoorgchain)|
@@ -367,7 +367,7 @@ services:
367367
PROJECT: cosmoshub # should match the directory/Chain Registry
368368
PROJECT_BIN: gaiad
369369
PROJECT_DIR: .gaia
370-
VERSION: v25.2.0
370+
VERSION: v25.3.0
371371
REPOSITORY: https://github.com/cosmos/gaia
372372
GOLANG_VERSION: 1.22
373373
POLKACHU_CHAIN_ID: cosmos # only include if different from Chain Registry name

cosmoshub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v25.2.0`|
5+
|Version|`v25.3.0`|
66
|Binary|`gaiad`|
77
|Directory|`.gaia`|
88
|ENV namespace|`GAIAD`|
99
|Repository|`https://github.com/cosmos/gaia`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.2.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.3.0`|
1111

1212
## Examples
1313

cosmoshub/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
PROJECT: cosmoshub
77
PROJECT_BIN: gaiad
88
PROJECT_DIR: .gaia
9-
VERSION: v25.2.0
9+
VERSION: v25.3.0
1010
REPOSITORY: https://github.com/cosmos/gaia
1111
GOLANG_VERSION: 1.23
1212
DEBIAN_VERSION: bookworm

cosmoshub/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.2.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.3.0
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

cosmoshub/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.2.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.36-cosmoshub-v25.3.0
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)