Skip to content

Commit

Permalink
Update Chihuahua to v8.0.0 (#878)
Browse files Browse the repository at this point in the history
* Update Chihuahua to v8.0.0

* Bump go version
  • Loading branch information
tombeynon authored Oct 4, 2024
1 parent a695b77 commit 04015ce
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 @@ -41,7 +41,7 @@ jobs:
- project: cheqd
version: 0.6.9
- project: chihuahua
version: v7.0.2
version: v8.0.0
- project: comdex
version: v14.1.0
- project: cosmoshub
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-canto-v8.1.1`|[Example](./canto)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v7.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-chihuahua-v7.0.2`|[Example](./chihuahua)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v8.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-chihuahua-v8.0.0`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-comdex-v14.1.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v19.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-cosmoshub-v19.2.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-crescent-v4.2.0`|[Example](./crescent)|
Expand Down
4 changes: 2 additions & 2 deletions chihuahua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v7.0.2`|
|Version|`v8.0.0`|
|Binary|`chihuahuad`|
|Directory|`.chihuahuad`|
|ENV namespace|`CHIHUAHUAD`|
|Repository|`https://github.com/ChihuahuaChain/chihuahua`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-chihuahua-v7.0.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.28-chihuahua-v8.0.0`|

## Examples

Expand Down
5 changes: 3 additions & 2 deletions chihuahua/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ services:
args:
PROJECT: chihuahua
PROJECT_BIN: chihuahuad
VERSION: v7.0.2
VERSION: v8.0.0
REPOSITORY: https://github.com/ChihuahuaChain/chihuahua
NAMESPACE: CHIHUAHUAD
PROJECT_DIR: .chihuahuad
GOLANG_VERSION: 1.20-buster
GOLANG_VERSION: 1.22-bullseye
DEBIAN_VERSION: bullseye
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion chihuahua/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.28-chihuahua-v7.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.28-chihuahua-v8.0.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/chain.json
Expand Down
2 changes: 1 addition & 1 deletion chihuahua/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.28-chihuahua-v7.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.28-chihuahua-v8.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 04015ce

Please sign in to comment.