Skip to content

Commit

Permalink
feat: Update Osmosis to v28.0.3 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoolPirate authored Feb 4, 2025
1 parent def4d27 commit 3d88ebf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6`|[Example](./neutron)|
|[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-noble-v5.0.0`|[Example](./noble)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-omniflixhub-v5.1.0`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.0`|[Example](./osmosis)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.3`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-panacea-v2.2.0`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-passage-v2.4.0`|[Example](./passage)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-persistence-v10.3.0`|[Example](./persistence)|
Expand Down
4 changes: 2 additions & 2 deletions osmosis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v28.0.0`|
|Version|`v28.0.3`|
|Binary|`osmosisd`|
|Directory|`.osmosisd`|
|ENV namespace|`OSMOSISD`|
|Repository|`https://github.com/osmosis-labs/osmosis`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.3`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion osmosis/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
args:
PROJECT: osmosis
PROJECT_BIN: osmosisd
VERSION: v28.0.0
VERSION: v28.0.3
REPOSITORY: https://github.com/osmosis-labs/osmosis
GOLANG_VERSION: 1.22
ports:
Expand Down
2 changes: 1 addition & 1 deletion osmosis/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.3
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion osmosis/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.3
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 3d88ebf

Please sign in to comment.