From b4e7bae2b68fa108a272055ae4cc0d070d1378f8 Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Wed, 22 Nov 2023 09:52:19 +0100 Subject: [PATCH] Upgrade Decentr to v1.6.3 Decentr has been upgraded to v1.6.3 at block 11619000. https://ping.pub/decentr/block/11619000 Date and time: 20/11/2023, 18:09:37 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- decentr/README.md | 4 ++-- decentr/build.yml | 2 +- decentr/deploy.yml | 2 +- decentr/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 97463e2d0..4b5c70d90 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: - project: cryptoorgchain version: v4.2.6 - project: decentr - version: v1.6.2 + version: v1.6.3 - project: defund version: v0.1.0-alpha - project: desmos diff --git a/README.md b/README.md index 27420591b..66d7b6131 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-cronos-v1.0.9`|[Example](./cronos)| |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)| -|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.2`|[Example](./decentr)| +|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.3`|[Example](./decentr)| |[defund](https://github.com/defund-labs/defund)|`v0.1.0-alpha`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-defund-v0.1.0-alpha`|[Example](./defund)| |[desmos](https://github.com/desmos-labs/desmos)|`v4.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v4.8.0`|[Example](./desmos)| |[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dig-v3.3.1`|[Example](./dig)| diff --git a/decentr/README.md b/decentr/README.md index 2342be22c..c99da1fd0 100644 --- a/decentr/README.md +++ b/decentr/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v1.6.2`| +|Version|`v1.6.3`| |Binary|`decentrd`| |Directory|`.decentr`| |ENV namespace|`decentr`| |Repository|`https://github.com/Decentr-net/decentr`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.2`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.3`| ## Examples diff --git a/decentr/build.yml b/decentr/build.yml index 01a57444d..8231e61b9 100644 --- a/decentr/build.yml +++ b/decentr/build.yml @@ -8,7 +8,7 @@ services: PROJECT: decentr PROJECT_BIN: decentrd PROJECT_DIR: .decentr - VERSION: v1.6.2 + VERSION: v1.6.3 REPOSITORY: https://github.com/Decentr-net/decentr NAMESPACE: DECENTRD ports: diff --git a/decentr/deploy.yml b/decentr/deploy.yml index bc0164da7..02c2eb566 100644 --- a/decentr/deploy.yml +++ b/decentr/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.2 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.3 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/chain.json diff --git a/decentr/docker-compose.yml b/decentr/docker-compose.yml index 1f0deea83..ea580635f 100644 --- a/decentr/docker-compose.yml +++ b/decentr/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.2 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.3 ports: - '26656:26656' - '26657:26657'