From b885bf92e6cb2738069696542075eff89d641e0e Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Mon, 23 Oct 2023 12:19:18 +0200 Subject: [PATCH] Upgrade Umee to v6.1.0 Umee will be upgraded to v6.1.0 at block https://dev.mintscan.io/umee/blocks/8941650 Estimated Target Date: Wed Oct 25 2023 16:15:35 GMT+0200 (GMT+02:00) Proposal: https://dev.mintscan.io/umee/proposals/113 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- umee/README.md | 4 ++-- umee/build.yml | 3 ++- umee/deploy.yml | 2 +- umee/docker-compose.yml | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 770cce8de..2b8dfda6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -135,7 +135,7 @@ jobs: # - project: terra # version: v0.5.18 - project: umee - version: v3.1.0 + version: v6.1.0 - project: ununifi version: v3.2.2 - project: vidulum diff --git a/README.md b/README.md index 61454ba07..39abc62ca 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,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.3.51-starname-v0.11.5`|[Example](./starname)| |[stride](https://github.com/Stride-Labs/stride)|`v15.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-stride-v15.0.0`|[Example](./stride)| |[teritori](https://github.com/TERITORI/teritori-chain)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-teritori-v1.4.0`|[Example](./teritori)| -|[umee](https://github.com/umee-network/umee)|`v3.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v3.1.0`|[Example](./umee)| +|[umee](https://github.com/umee-network/umee)|`v6.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.0`|[Example](./umee)| |[ununifi](https://github.com/UnUniFi/chain)|`v3.2.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-ununifi-v3.2.2`|[Example](./ununifi)| |[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-vidulum-v1.2.0`|[Example](./vidulum)| diff --git a/umee/README.md b/umee/README.md index 70e299ad1..e28af9ab0 100644 --- a/umee/README.md +++ b/umee/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v3.1.0`| +|Version|`v6.1.0`| |Binary|`umeed`| |Directory|`.umee`| |ENV namespace|`umee`| |Repository|`https://github.com/crypto-org-chain/umee`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v3.1.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.0`| ## Examples diff --git a/umee/build.yml b/umee/build.yml index b5ee58fd6..6af792120 100644 --- a/umee/build.yml +++ b/umee/build.yml @@ -8,7 +8,8 @@ services: PROJECT: umee PROJECT_BIN: umeed PROJECT_DIR: .umee - VERSION: v3.1.0 + VERSION: v6.1.0 + GOLANG_VERSION: 1.21-bullseye REPOSITORY: https://github.com/umee-network/umee NAMESPACE: UMEED ports: diff --git a/umee/deploy.yml b/umee/deploy.yml index 14069987d..f09407b64 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.3.51-umee-v3.1.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.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 7f3435b7d..4f9d10926 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.3.51-umee-v3.1.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.0 ports: - '26656:26656' - '26657:26657'