Skip to content

Commit

Permalink
Upgrade Umee to v6.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
CharlesJUDITH committed Oct 23, 2023
1 parent 1dc2629 commit b885bf9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)|

Expand Down
4 changes: 2 additions & 2 deletions umee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion umee/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion umee/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion umee/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b885bf9

Please sign in to comment.