From 45cd0bc3a523f4381236d7e634ec87c9b209a1d7 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Mon, 29 Apr 2024 19:30:52 +0200 Subject: [PATCH] Update Osmosis to v24.0.1 (#792) --- .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 212d982a7..9c7804e51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -113,7 +113,7 @@ jobs: - project: omniflixhub version: v3.3.0 - project: osmosis - version: v24.0.0 + version: v24.0.1 - project: panacea version: v2.2.0 - project: passage diff --git a/README.md b/README.md index ebc7dff7c..ddfe397fc 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[neutron](https://github.com/neutron-org/neutron)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-neutron-v3.0.2`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-nois-v1.0.5`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v3.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-omniflixhub-v3.3.0`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v24.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-osmosis-v24.0.0`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v24.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-osmosis-v24.0.1`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-panacea-v2.2.0`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-passage-v2.4.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-persistence-v10.3.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index 3aa970ba5..0d018f470 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v24.0.0`| +|Version|`v24.0.1`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-osmosis-v24.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.13-osmosis-v24.0.1`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index 30a1eb228..ed4d67a99 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v24.0.0 + VERSION: v24.0.1 REPOSITORY: https://github.com/osmosis-labs/osmosis NAMESPACE: OSMOSISD GOLANG_VERSION: 1.21-bullseye diff --git a/osmosis/deploy.yml b/osmosis/deploy.yml index 5eff79473..87ccc1c1e 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.13-osmosis-v24.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.13-osmosis-v24.0.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 3148614d5..052bfb1cb 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.13-osmosis-v24.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.13-osmosis-v24.0.1 ports: - '26656:26656' - '26657:26657'