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

Update Omniflix to v0.11.1 #580

Merged
merged 2 commits into from
Jul 17, 2023
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 @@ -101,7 +101,7 @@ jobs:
# - project: nomic
# version: stakenet
- project: omniflixhub
version: v0.11.0
version: v0.11.1
- project: osmosis
version: v16.1.0
- project: panacea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v2.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-migaloo-v2.0.2`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v1.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-neutron-v1.0.3`|[Example](./neutron)|
|[nois](https://github.com/noislabs/noisd)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-nois-v1.0.2`|[Example](./nois)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.11.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-omniflixhub-v0.11.0`|[Example](./omniflixhub)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-omniflixhub-v0.11.1`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v16.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-osmosis-v16.1.0`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-panacea-v2.0.5`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v1.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-passage-v1.1.0`|[Example](./passage)|
Expand Down
4 changes: 2 additions & 2 deletions omniflixhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.11.0`|
|Version|`v0.11.1`|
|Binary|`omniflixhubd`|
|Directory|`.omniflixhub`|
|ENV namespace|`OMNIFLIXHUBD`|
|Repository|`https://github.com/OmniFlix/omniflixhub`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-omniflixhub-v0.11.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-omniflixhub-v0.11.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: omniflixhub
PROJECT_BIN: omniflixhubd
PROJECT_DIR: .omniflixhub
VERSION: v0.11.0
VERSION: v0.11.1
REPOSITORY: https://github.com/OmniFlix/omniflixhub
NAMESPACE: OMNIFLIXHUBD
GOLANG_VERSION: 1.20-buster
Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/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.40-omniflixhub-v0.11.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.40-omniflixhub-v0.11.1
env:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/chain.json
Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/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.40-omniflixhub-v0.11.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.40-omniflixhub-v0.11.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down