Skip to content

Commit

Permalink
Update Kujira to v0.9.0 (#638)
Browse files Browse the repository at this point in the history
* Update Kujira to v0.9.0

* Bump Go version
  • Loading branch information
tombeynon authored Oct 17, 2023
1 parent 451acaa commit 08ba31d
Show file tree
Hide file tree
Showing 6 changed files with 8 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 @@ -85,7 +85,7 @@ jobs:
- project: konstellation
version: v0.5.0
- project: kujira
version: v0.8.7
version: v0.9.0
- project: kyve
version: v1.3.1
- project: likecoin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[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)|
|[kujira](https://github.com/Team-Kujira/core)|`v0.8.7`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kujira-v0.8.7`|[Example](./kujira)|
|[kujira](https://github.com/Team-Kujira/core)|`v0.9.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kujira-v0.9.0`|[Example](./kujira)|
|[kyve](https://github.com/KYVENetwork/chain)|`v1.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kyve-v1.3.1`|[Example](./kyve)|
|[likecoin](https://github.com/likecoin/likecoin-chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-likecoin-v4.0.1`|[Example](./likecoin)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.5.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-lumnetwork-v1.5.2`|[Example](./lumnetwork)|
Expand Down
4 changes: 2 additions & 2 deletions kujira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.8.7`|
|Version|`v0.9.0`|
|Binary|`kujirad`|
|Directory|`.kujira`|
|ENV namespace|`KUJIRAD`|
|Repository|`https://github.com/Team-Kujira/core`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kujira-v0.8.7`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kujira-v0.9.0`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions kujira/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ services:
PROJECT: kujira
PROJECT_BIN: kujirad
PROJECT_DIR: .kujira
VERSION: v0.8.7
VERSION: v0.9.0
REPOSITORY: https://github.com/Team-Kujira/core
NAMESPACE: KUJIRAD
GOLANG_VERSION: 1.19.7-buster
GOLANG_VERSION: 1.20-buster
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion kujira/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-kujira-v0.8.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kujira-v0.9.0
env:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/chain.json
Expand Down
2 changes: 1 addition & 1 deletion kujira/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-kujira-v0.8.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.50-kujira-v0.9.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 08ba31d

Please sign in to comment.