From 580ecfa14873b6889a5ed18c07e6bd678f3df792 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Mon, 26 Jun 2023 14:56:29 +0100 Subject: [PATCH] Update Empower to v1.0.0 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- empowerchain/README.md | 4 ++-- empowerchain/build.yml | 2 +- empowerchain/deploy.yml | 2 +- empowerchain/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b44e29c90..97d79456e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: - project: emoney version: v1.2.0 - project: empowerchain - version: v1.0.0-rc3 + version: v1.0.0 - project: evmos version: v12.1.5 - project: fetchhub diff --git a/README.md b/README.md index d8d15447d..cb5ded81d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[desmos](https://github.com/desmos-labs/desmos)|`v4.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-desmos-v4.8.0`|[Example](./desmos)| |[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-dig-v3.3.1`|[Example](./dig)| |[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-emoney-v1.2.0`|[Example](./emoney)| -|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0-rc3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0-rc3`|[Example](./empowerchain)| +|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0`|[Example](./empowerchain)| |[evmos](https://github.com/evmos/evmos)|`v12.1.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-evmos-v12.1.5`|[Example](./evmos)| |[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-fetchhub-v0.10.6`|[Example](./fetchhub)| |[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.7.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-gravitybridge-v1.7.2`|[Example](./gravitybridge)| diff --git a/empowerchain/README.md b/empowerchain/README.md index 1cb53bcac..93313dc74 100644 --- a/empowerchain/README.md +++ b/empowerchain/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v1.0.0-rc3`| +|Version|`v1.0.0`| |Binary|`empowerd`| |Directory|`.empowerchain`| |ENV namespace|`EMPOWERD`| |Repository|`https://github.com/empowerchain/empowerchain`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0-rc3`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0`| ## Examples diff --git a/empowerchain/build.yml b/empowerchain/build.yml index 90c2002c0..080a5dfe0 100644 --- a/empowerchain/build.yml +++ b/empowerchain/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: empowerchain PROJECT_BIN: empowerd - VERSION: v1.0.0-rc3 + VERSION: v1.0.0 REPOSITORY: https://github.com/EmpowerPlastic/empowerchain NAMESPACE: EMPOWERD PROJECT_DIR: .empowerchain diff --git a/empowerchain/deploy.yml b/empowerchain/deploy.yml index ad258286e..42a9a9288 100644 --- a/empowerchain/deploy.yml +++ b/empowerchain/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0-rc3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0 env: - MONIKER=my-moniker-1 - CHAIN_ID=circulus-1 diff --git a/empowerchain/docker-compose.yml b/empowerchain/docker-compose.yml index c41c7ba6c..ba96ceb91 100644 --- a/empowerchain/docker-compose.yml +++ b/empowerchain/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0-rc3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0 ports: - '26656:26656' - '26657:26657'