From 0a5088f847001347695dc097d83131e1016c0266 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Wed, 19 Jun 2024 15:28:58 +0100 Subject: [PATCH] Update Osmosis to v25.1.1 (#822) --- .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 743780add..c661c53f2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -113,7 +113,7 @@ jobs: - project: omniflixhub version: v4.0.0 - project: osmosis - version: v25.0.0 + version: v25.1.1 - project: panacea version: v2.2.0 - project: passage diff --git a/README.md b/README.md index cc98c62ba..10ff47623 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.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-neutron-v3.0.6`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-nois-v1.0.5`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v4.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-omniflixhub-v4.0.0`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v25.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-osmosis-v25.0.0`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v25.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-osmosis-v25.1.1`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-panacea-v2.2.0`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-passage-v2.4.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-persistence-v10.3.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index f37f506f5..cdbc0b4d7 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v25.0.0`| +|Version|`v25.1.1`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-osmosis-v25.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-osmosis-v25.1.1`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index f40f40368..9f904a558 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v25.0.0 + VERSION: v25.1.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 2273392be..589171691 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.18-osmosis-v25.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.18-osmosis-v25.1.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 a66585866..cc3217863 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.18-osmosis-v25.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.18-osmosis-v25.1.1 ports: - '26656:26656' - '26657:26657'