Skip to content

Commit

Permalink
Update Juno to v23.0.0 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jul 23, 2024
1 parent c796e40 commit 4ba4b99
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: v3.2.2
- project: juno
version: v22.0.1
version: v23.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.12.1-1705909076`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-injective-v1.12.1-1705909076`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.2.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-jackal-v3.2.2`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v22.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-juno-v22.0.1`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v23.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-juno-v23.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-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|`v22.0.1`|
|Version|`v23.0.0`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/Juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-juno-v22.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-juno-v23.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: v22.0.1
VERSION: v23.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.21-juno-v22.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.21-juno-v23.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.21-juno-v22.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.21-juno-v23.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 4ba4b99

Please sign in to comment.