Skip to content

Commit

Permalink
Merge branch 'update-juno-v25.0.0' into release-v0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Sep 25, 2024
2 parents 96c0028 + 674bebe commit c3927a0
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 @@ -87,7 +87,7 @@ jobs:
- project: jackal
version: v4.0.2
- project: juno
version: v24.0.0
version: v25.0.0
- project: kava
version: v0.25.0
- project: kichain
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.2-1723753267`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-injective-v1.13.2-1723753267`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-jackal-v4.0.2`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v24.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-juno-v24.0.0`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v25.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-juno-v25.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-konstellation-v0.5.0`|[Example](./konstellation)|
Expand Down
4 changes: 2 additions & 2 deletions juno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v24.0.0`|
|Version|`v25.0.0`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/Juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-juno-v24.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-juno-v25.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion juno/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: juno
PROJECT_BIN: junod
PROJECT_DIR: .juno
VERSION: v24.0.0
VERSION: v25.0.0
REPOSITORY: https://github.com/CosmosContracts/juno
NAMESPACE: JUNOD
GOLANG_VERSION: 1.22-bullseye
Expand Down
2 changes: 1 addition & 1 deletion juno/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.28-juno-v24.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.28-juno-v25.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/chain.json
Expand Down
2 changes: 1 addition & 1 deletion juno/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.28-juno-v24.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.28-juno-v25.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit c3927a0

Please sign in to comment.