From 28674bb3658b51992f47cac4cf1ec34bcf6a0d48 Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Tue, 14 May 2024 07:39:54 -0400 Subject: [PATCH] Upgrade osmosis to v25.0.0 This will update osmosis to v25.0.0. Proposal: https://www.mintscan.io/osmosis/proposals/782 Upgrade at block https://www.mintscan.io/osmosis/block/15753500 Estimated Time (UTC)May 15th 2024, 16:47:15+00:00 --- .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 1e6863e0b..7f4aeb673 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: v24.0.1 + version: v25.0.0 - project: panacea version: v2.2.0 - project: passage diff --git a/README.md b/README.md index 63b3fb274..17b594c9d 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.15-neutron-v3.0.2`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-nois-v1.0.5`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v4.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-omniflixhub-v4.0.0`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v24.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-osmosis-v24.0.1`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v25.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-osmosis-v25.0.0`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-panacea-v2.2.0`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-passage-v2.4.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-persistence-v10.3.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index f9647cd3c..fbaa2d47a 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v24.0.1`| +|Version|`v25.0.0`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-osmosis-v24.0.1`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-osmosis-v25.0.0`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index ed4d67a99..f40f40368 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v24.0.1 + VERSION: v25.0.0 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 b232c5be7..e6249bca8 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.15-osmosis-v24.0.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-osmosis-v25.0.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 e91fbf852..973b4fdfd 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.15-osmosis-v24.0.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-osmosis-v25.0.0 ports: - '26656:26656' - '26657:26657'