Skip to content

Commit

Permalink
Update Jackal to v4.3.0 (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Dec 22, 2024
1 parent e2d8010 commit 8904e87
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: irisnet
version: v2.0.1
- project: jackal
version: v4.2.1
version: v4.3.0
- project: juno
version: v25.0.0
- project: kava
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.2-1723753267`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.2-1723753267`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.2.1`|[Example](./jackal)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.3.0`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v25.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-juno-v25.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-kichain-5.0.1`|[Example](./kichain)|
Expand Down
4 changes: 2 additions & 2 deletions jackal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v4.2.1`|
|Version|`v4.3.0`|
|Binary|`canined`|
|Directory|`.canine`|
|ENV namespace|`CANINED`|
|Repository|`https://github.com/JackalLabs/canine-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.2.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.3.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion jackal/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: jackal
PROJECT_BIN: canined
VERSION: v4.2.1
VERSION: v4.3.0
REPOSITORY: https://github.com/JackalLabs/canine-chain
PROJECT_DIR: .canine
GOLANG_VERSION: 1.22-bullseye
Expand Down
2 changes: 1 addition & 1 deletion jackal/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.3-jackal-v4.2.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.3.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion jackal/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.3-jackal-v4.2.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.3.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 8904e87

Please sign in to comment.