diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7648c5e85..15114a06b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -105,7 +105,7 @@ jobs: - project: omniflixhub version: v0.12.1 - project: osmosis - version: v20.2.1 + version: v20.5.0 - project: panacea version: v2.0.5 - project: passage diff --git a/README.md b/README.md index 539a27670..a44d7b4fd 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[neutron](https://github.com/neutron-org/neutron)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-neutron-v1.0.4`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-nois-v1.0.4`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.12.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-omniflixhub-v0.12.1`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v20.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.2.1`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v20.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.5.0`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-panacea-v2.0.5`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-passage-v2.2.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-persistence-v10.0.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index c143be131..4e477ca80 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v20.2.1`| +|Version|`v20.5.0`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.2.1`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.5.0`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index 874c147ef..168e6e610 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v20.2.1 + VERSION: v20.5.0 REPOSITORY: https://github.com/osmosis-labs/osmosis NAMESPACE: OSMOSISD GOLANG_VERSION: 1.20-buster diff --git a/osmosis/deploy.yml b/osmosis/deploy.yml index 16b51b7e8..851b5d8b3 100644 --- a/osmosis/deploy.yml +++ b/osmosis/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.2.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.5.0 env: - MONIKER=my-moniker-1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/chain.json diff --git a/osmosis/docker-compose.yml b/osmosis/docker-compose.yml index 59cf7584f..93e01aca9 100644 --- a/osmosis/docker-compose.yml +++ b/osmosis/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.2.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-osmosis-v20.5.0 ports: - '26656:26656' - '26657:26657'