Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ununifi to v4.0.1 #695

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- project: umee
version: v6.1.0
- project: ununifi
version: v3.2.2
version: v4.0.1
- project: vidulum
version: v1.2.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[stride](https://github.com/Stride-Labs/stride)|`v16.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-stride-v16.0.0`|[Example](./stride)|
|[teritori](https://github.com/TERITORI/teritori-chain)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-teritori-v1.4.0`|[Example](./teritori)|
|[umee](https://github.com/umee-network/umee)|`v6.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-umee-v6.1.0`|[Example](./umee)|
|[ununifi](https://github.com/UnUniFi/chain)|`v3.2.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-ununifi-v3.2.2`|[Example](./ununifi)|
|[ununifi](https://github.com/UnUniFi/chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-ununifi-v4.0.1`|[Example](./ununifi)|
|[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-vidulum-v1.2.0`|[Example](./vidulum)|

## Example configurations
Expand Down
4 changes: 2 additions & 2 deletions ununifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v3.2.2`|
|Version|`v4.0.1`|
|Binary|`ununifid`|
|Directory|`.ununifi`|
|ENV namespace|`UNUNIFID`|
|Repository|`https://github.com/UnUniFi/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-ununifi-v3.2.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-ununifi-v4.0.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion ununifi/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: ununifi
PROJECT_BIN: ununifid
VERSION: v3.2.2
VERSION: v4.0.1
REPOSITORY: https://github.com/UnUniFi/chain
NAMESPACE: UNUNIFID
PROJECT_DIR: .ununifi
Expand Down
2 changes: 1 addition & 1 deletion ununifi/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.4.2-ununifi-v3.2.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-ununifi-v4.0.1
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/chain.json
Expand Down
2 changes: 1 addition & 1 deletion ununifi/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.4.2-ununifi-v3.2.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-ununifi-v4.0.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down