Skip to content

Commit

Permalink
Update Juno to v26.0.0 (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Dec 28, 2024
1 parent b2cccbf commit 87380d7
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 @@ -79,7 +79,7 @@ jobs:
- project: jackal
version: v4.3.0
- project: juno
version: v25.0.0
version: v26.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 @@ -83,7 +83,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-injective-v1.13.3`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-jackal-v4.3.0`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v25.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-juno-v25.0.0`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v26.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-juno-v26.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-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|`v25.0.0`|
|Version|`v26.0.0`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-juno-v25.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.4-juno-v26.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: v25.0.0
VERSION: v26.0.0
REPOSITORY: https://github.com/CosmosContracts/juno
GOLANG_VERSION: 1.22-bullseye
DEBIAN_VERSION: bullseye
Expand Down
2 changes: 1 addition & 1 deletion juno/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.4-juno-v25.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.4-juno-v26.0.0
env:
- MONIKER=Cosmos Omnibus Node
# Non-standard genesis filename in ZIP
Expand Down
2 changes: 1 addition & 1 deletion juno/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.4-juno-v25.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.4-juno-v26.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 87380d7

Please sign in to comment.