Skip to content

Commit

Permalink
Update Juno to v17.1.1 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Oct 17, 2023
1 parent 4c8653c commit 1893a7b
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 @@ -77,7 +77,7 @@ jobs:
- project: jackal
version: v3.0.0
- project: juno
version: v17.0.0
version: v17.1.1
- project: kava
version: v0.24.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 @@ -76,7 +76,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.3.50-injective-v1.11.6-1688984159`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-jackal-v3.0.0`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v17.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-juno-v17.0.0`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v17.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-juno-v17.1.1`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.24.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kava-v0.24.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-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.0.0`|
|Version|`v17.1.1`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/Juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-juno-v17.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-juno-v17.1.1`|

## 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.0.0
VERSION: v17.1.1
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.3.50-juno-v17.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.50-juno-v17.1.1
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.3.50-juno-v17.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.50-juno-v17.1.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 1893a7b

Please sign in to comment.