Skip to content

Commit

Permalink
Upgrade osmosis to v21.1.4 (#711)
Browse files Browse the repository at this point in the history
* Upgrade osmosis to v21.0.0

Osmosis will be upgraded to v21.0.0 at block 12834100

https://dev.mintscan.io/osmosis/blocks/12834100
Estimated Target Date: Mon Dec 18 2023 18:04:54 GMT+0100 (GMT+01:00)

Proposal: https://dev.mintscan.io/osmosis/proposals/696

* Update Osmosis to v21.1.2

* Update Osmosis to v21.1.4

---------

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
CharlesJUDITH and tombeynon authored Dec 29, 2023
1 parent 3ab18a1 commit 895556f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- project: omniflixhub
version: v0.12.1
- project: osmosis
version: v20.5.0
version: v21.1.4
- project: panacea
version: v2.0.5
- project: passage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[neutron](https://github.com/neutron-org/neutron)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-neutron-v2.0.0`|[Example](./neutron)|
|[nois](https://github.com/noislabs/noisd)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-nois-v1.0.4`|[Example](./nois)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.12.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-omniflixhub-v0.12.1`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v20.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v20.5.0`|[Example](./osmosis)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v21.1.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v21.1.4`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-panacea-v2.0.5`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-passage-v2.2.0`|[Example](./passage)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.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|`v20.5.0`|
|Version|`v21.1.4`|
|Binary|`osmosisd`|
|Directory|`.osmosisd`|
|ENV namespace|`OSMOSISD`|
|Repository|`https://github.com/omosis-labs/osmosis`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v20.5.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v21.1.4`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion osmosis/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: osmosis
PROJECT_BIN: osmosisd
VERSION: v20.5.0
VERSION: v21.1.4
REPOSITORY: https://github.com/osmosis-labs/osmosis
NAMESPACE: OSMOSISD
GOLANG_VERSION: 1.20-buster
Expand Down
2 changes: 1 addition & 1 deletion osmosis/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v20.5.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v21.1.4
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/chain.json
Expand Down
2 changes: 1 addition & 1 deletion osmosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v20.5.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v21.1.4
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 895556f

Please sign in to comment.