From f2741119f276c96de31acb634d7b94dee53806e7 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Wed, 25 Sep 2024 10:30:38 +0100 Subject: [PATCH] Update Osmosis to v26.0.1 --- .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 c53e414ae..bc494322f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -115,7 +115,7 @@ jobs: - project: omniflixhub version: v4.1.1 - project: osmosis - version: v26.0.0 + version: v26.0.1 - project: panacea version: v2.2.0 - project: passage diff --git a/README.md b/README.md index 45d174a8a..f43e6e40c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-noble-v5.0.0`|[Example](./noble)| |[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-nois-v1.0.5`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v4.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-omniflixhub-v4.1.1`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v26.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-osmosis-v26.0.0`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v26.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-osmosis-v26.0.1`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-panacea-v2.2.0`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-passage-v2.4.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-persistence-v10.3.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index 9464908fd..1f803223a 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v26.0.0`| +|Version|`v26.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.27-osmosis-v26.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.27-osmosis-v26.0.1`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index df5a579b5..9712fa0b5 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v26.0.0 + VERSION: v26.0.1 REPOSITORY: https://github.com/osmosis-labs/osmosis NAMESPACE: OSMOSISD GOLANG_VERSION: 1.22-bullseye diff --git a/osmosis/deploy.yml b/osmosis/deploy.yml index 013a2d745..21c7072b7 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.27-osmosis-v26.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.27-osmosis-v26.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 820249d96..3cfd0a0ea 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.27-osmosis-v26.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.27-osmosis-v26.0.1 ports: - '26656:26656' - '26657:26657'