Skip to content

Commit

Permalink
Upgrade Juno to v18.0.0 (#701)
Browse files Browse the repository at this point in the history
Juno will be upgraded to v18.0.0 at block 12265007.

https://dev.mintscan.io/juno/blocks/12265007
Estimated Target Date: Mon Dec 11 2023 17:41:42 GMT+0100 (GMT+01:00)

Proposal: https://dev.mintscan.io/juno/proposals/325

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
CharlesJUDITH and tombeynon authored Dec 29, 2023
1 parent b32414d commit 2644842
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 @@ -81,7 +81,7 @@ jobs:
- project: jackal
version: v3.0.2
- project: juno
version: v17.1.1
version: v18.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 @@ -78,7 +78,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.11.6-1688984159`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-injective-v1.11.6-1688984159`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-jackal-v3.0.2`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v17.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-juno-v17.1.1`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v18.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-juno-v18.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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|`v17.1.1`|
|Version|`v18.0.0`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/Juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-juno-v17.1.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-juno-v18.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: v17.1.1
VERSION: v18.0.0
REPOSITORY: https://github.com/CosmosContracts/juno
NAMESPACE: JUNOD
GOLANG_VERSION: 1.20-buster
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.3-juno-v17.1.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-juno-v18.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.3-juno-v17.1.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-juno-v18.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 2644842

Please sign in to comment.