From 4538de6809df7bc2b485344775d6d117937a42c8 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Thu, 24 Oct 2024 20:17:42 +0100 Subject: [PATCH] Update Chihuahua to v8.0.2 (#890) --- .github/workflows/publish.yml | 2 +- README.md | 2 +- chihuahua/README.md | 4 ++-- chihuahua/build.yml | 2 +- chihuahua/deploy.yml | 2 +- chihuahua/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ebbd1fa69..0a05e9f13 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - project: cheqd version: 0.6.9 - project: chihuahua - version: v8.0.0 + version: v8.0.2 - project: comdex version: v14.1.0 - project: cosmoshub diff --git a/README.md b/README.md index 5fe8b85d9..476f5646d 100644 --- a/README.md +++ b/README.md @@ -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.30-bostrom-v0.3.2`|[Example](./bostrom)| |[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-canto-v8.1.1`|[Example](./canto)| |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-cheqd-0.6.9`|[Example](./cheqd)| -|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v8.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.0`|[Example](./chihuahua)| +|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v8.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.2`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-comdex-v14.1.0`|[Example](./comdex)| |[cosmoshub](https://github.com/cosmos/gaia)|`v20.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-cosmoshub-v20.0.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-crescent-v4.2.0`|[Example](./crescent)| diff --git a/chihuahua/README.md b/chihuahua/README.md index 3bf995f3b..60af99915 100644 --- a/chihuahua/README.md +++ b/chihuahua/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v8.0.0`| +|Version|`v8.0.2`| |Binary|`chihuahuad`| |Directory|`.chihuahuad`| |ENV namespace|`CHIHUAHUAD`| |Repository|`https://github.com/ChihuahuaChain/chihuahua`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.2`| ## Examples diff --git a/chihuahua/build.yml b/chihuahua/build.yml index 538711e2d..645923721 100644 --- a/chihuahua/build.yml +++ b/chihuahua/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: chihuahua PROJECT_BIN: chihuahuad - VERSION: v8.0.0 + VERSION: v8.0.2 REPOSITORY: https://github.com/ChihuahuaChain/chihuahua NAMESPACE: CHIHUAHUAD PROJECT_DIR: .chihuahuad diff --git a/chihuahua/deploy.yml b/chihuahua/deploy.yml index a7661bce9..54ff7fba5 100644 --- a/chihuahua/deploy.yml +++ b/chihuahua/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.2 env: - MONIKER=my-moniker-1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/chain.json diff --git a/chihuahua/docker-compose.yml b/chihuahua/docker-compose.yml index ce7919a1f..329025a41 100644 --- a/chihuahua/docker-compose.yml +++ b/chihuahua/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.30-chihuahua-v8.0.2 ports: - '26656:26656' - '26657:26657'