From c0601aef077f097137cc909b95722a3d9d8a5e18 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Tue, 31 Oct 2023 19:16:39 +0000 Subject: [PATCH 1/2] Fix typo --- osmosis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmosis/README.md b/osmosis/README.md index 316d91eeb..2aad800ba 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -7,7 +7,7 @@ |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.0s`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.0`| ## Examples From 6895acb625ef32f3a0d255d4c37b41f199b3fc19 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Tue, 31 Oct 2023 19:16:54 +0000 Subject: [PATCH 2/2] Update Osmosis to v20.1.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 13f7dd996..6a1bb85a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -103,7 +103,7 @@ jobs: - project: omniflixhub version: v0.12.0 - project: osmosis - version: v20.1.0 + version: v20.1.1 - project: panacea version: v2.0.5 - project: passage diff --git a/README.md b/README.md index fc6c72d2c..afcccaedf 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[neutron](https://github.com/neutron-org/neutron)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-neutron-v1.0.4`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-nois-v1.0.4`|[Example](./nois)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.12.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-omniflixhub-v0.12.0`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v20.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.0`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v20.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.1`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-panacea-v2.0.5`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-passage-v2.0.1`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v9.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-persistence-v9.1.1`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index 2aad800ba..550b7bd20 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v20.1.0`| +|Version|`v20.1.1`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/omosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.1`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index 3c959f51d..6a989a387 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v20.1.0 + VERSION: v20.1.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 bf4568d7d..d84f30e91 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.3.51-osmosis-v20.1.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.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 845a43b56..4fc3a2493 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.3.51-osmosis-v20.1.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-osmosis-v20.1.1 ports: - '26656:26656' - '26657:26657'