From e78c37a48a7375946e481d7807d484248d121a30 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Thu, 11 Jan 2024 19:52:56 +0000 Subject: [PATCH] Update Osmosis to v21.2.1 (#720) --- .github/workflows/publish.yml | 2 +- README.md | 2 +- osmosis/README.md | 4 ++-- osmosis/build.yml | 2 +- osmosis/deploy.yml | 2 +- osmosis/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac344ff4d..c1084cdd3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -109,7 +109,7 @@ jobs: - project: omniflixhub version: v0.12.1 - project: osmosis - version: v21.1.4 + version: v21.2.1 - project: panacea version: v2.0.5 - project: passage diff --git a/README.md b/README.md index 488ef153d..ca6c70d4c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[neutron](https://github.com/neutron-org/neutron)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-neutron-v2.0.0`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-nois-v1.0.4`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.12.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-omniflixhub-v0.12.1`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v21.1.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-osmosis-v21.1.4`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v21.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-osmosis-v21.2.1`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-panacea-v2.0.5`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-passage-v2.2.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-persistence-v10.2.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index de4f5535c..03dee0662 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v21.1.4`| +|Version|`v21.2.1`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-osmosis-v21.1.4`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-osmosis-v21.2.1`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index 96c0b3f0e..9f01d4994 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v21.1.4 + VERSION: v21.2.1 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 eb722bcbd..c6f9ff35e 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.4-osmosis-v21.1.4 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-osmosis-v21.2.1 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 d89a97431..c66c31f72 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.4-osmosis-v21.1.4 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-osmosis-v21.2.1 ports: - '26656:26656' - '26657:26657'