From fec81ad9615c14f417ecfaef545198c262f2466d Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Thu, 11 Jan 2024 20:53:19 +0100 Subject: [PATCH] Upgrade Umee to v6.3.0 (#721) Umee will be upgraded to v6.3.0 at block 10046600 https://dev.mintscan.io/umee/blocks/10046600 Estimated Target Date: Mon Jan 08 2024 16:44:03 GMT+0100 (Central European Standard Time) Proposal: https://dev.mintscan.io/umee/proposals/137 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- umee/README.md | 4 ++-- umee/build.yml | 2 +- umee/deploy.yml | 2 +- umee/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c1084cdd3..26e697216 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,7 +141,7 @@ jobs: # - project: terra # version: v0.5.18 - project: umee - version: v6.2.0 + version: v6.3.0 - project: ununifi version: v4.0.1 - project: vidulum diff --git a/README.md b/README.md index 5cad80855..292cf7302 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[starname](https://github.com/iov-one/starnamed)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-starname-v0.11.5`|[Example](./starname)| |[stride](https://github.com/Stride-Labs/stride)|`v16.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-stride-v16.0.0`|[Example](./stride)| |[teritori](https://github.com/TERITORI/teritori-chain)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-teritori-v1.4.0`|[Example](./teritori)| -|[umee](https://github.com/umee-network/umee)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.2.0`|[Example](./umee)| +|[umee](https://github.com/umee-network/umee)|`v6.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0`|[Example](./umee)| |[ununifi](https://github.com/UnUniFi/chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-ununifi-v4.0.1`|[Example](./ununifi)| |[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-vidulum-v1.2.0`|[Example](./vidulum)| diff --git a/umee/README.md b/umee/README.md index d45c48f0e..7ea36a95f 100644 --- a/umee/README.md +++ b/umee/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v6.2.0`| +|Version|`v6.3.0`| |Binary|`umeed`| |Directory|`.umee`| |ENV namespace|`umee`| |Repository|`https://github.com/crypto-org-chain/umee`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.2.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0`| ## Examples diff --git a/umee/build.yml b/umee/build.yml index 185507440..cfa6278a1 100644 --- a/umee/build.yml +++ b/umee/build.yml @@ -8,7 +8,7 @@ services: PROJECT: umee PROJECT_BIN: umeed PROJECT_DIR: .umee - VERSION: v6.2.0 + VERSION: v6.3.0 GOLANG_VERSION: 1.21-bullseye REPOSITORY: https://github.com/umee-network/umee NAMESPACE: UMEED diff --git a/umee/deploy.yml b/umee/deploy.yml index debec5083..f0c25ec21 100644 --- a/umee/deploy.yml +++ b/umee/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.2.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/chain.json diff --git a/umee/docker-compose.yml b/umee/docker-compose.yml index f52e126a8..b4ab2e1d1 100644 --- a/umee/docker-compose.yml +++ b/umee/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.2.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0 ports: - '26656:26656' - '26657:26657'