Skip to content

Commit

Permalink
Update Juno to v20.0.0 (#746)
Browse files Browse the repository at this point in the history
* Update Juno to v19.0.0

* Use go 1.21

* Update Juno to v19.1.0

* Update Juno to v20.0.0
  • Loading branch information
tombeynon authored Feb 11, 2024
1 parent 28f08a1 commit 6f29a0b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- project: jackal
version: v3.1.2
- project: juno
version: v18.1.0
version: v20.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 @@ -79,7 +79,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.6-injective-v1.12.1-1705909076`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.1.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-jackal-v3.1.2`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v18.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-juno-v18.1.0`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v20.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-juno-v20.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-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|`v18.1.0`|
|Version|`v20.0.0`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/Juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-juno-v18.1.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-juno-v20.0.0`|

## Examples

Expand Down
5 changes: 3 additions & 2 deletions juno/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ services:
PROJECT: juno
PROJECT_BIN: junod
PROJECT_DIR: .juno
VERSION: v18.1.0
VERSION: v20.0.0
REPOSITORY: https://github.com/CosmosContracts/juno
NAMESPACE: JUNOD
GOLANG_VERSION: 1.20-buster
GOLANG_VERSION: 1.21-bullseye
DEBIAN_VERSION: bullseye
ports:
- '26656:26656'
- '26657:26657'
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.6-juno-v18.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.6-juno-v20.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.6-juno-v18.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.6-juno-v20.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 6f29a0b

Please sign in to comment.