Skip to content

Commit

Permalink
Upgrade Panacea to v2.2.0 (#772)
Browse files Browse the repository at this point in the history
* Upgrade v2.2.0

* Upgrade v2.2.0

* Upgrade v2.2.0

* Upgrade v2.2.0

* Upgrade v2.2.0

* Upgrade v2.2.0

* Upgrade v2.2.0
  • Loading branch information
rodri-r authored Apr 7, 2024
1 parent c3cfc7f commit c9d1294
Show file tree
Hide file tree
Showing 6 changed files with 8 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 @@ -115,7 +115,7 @@ jobs:
- project: osmosis
version: v23.0.0
- project: panacea
version: v2.0.5
version: v2.2.0
- project: passage
version: v2.4.0
- project: persistence
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-nois-v1.0.5`|[Example](./nois)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v3.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-omniflixhub-v3.3.0`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v23.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-osmosis-v23.0.0`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.0.5`|[Example](./panacea)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.2.0`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-passage-v2.4.0`|[Example](./passage)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-persistence-v10.3.0`|[Example](./persistence)|
|[regen](https://github.com/regen-network/regen-ledger)|`v5.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-regen-v5.1.1`|[Example](./regen)|
Expand Down
4 changes: 2 additions & 2 deletions panacea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v2.0.5`|
|Version|`v2.2.0`|
|Binary|`panacead`|
|Directory|`.panacea`|
|ENV namespace|`PANACEAD`|
|Repository|`https://github.com/medibloc/panacea-core`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.0.5`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.2.0`|

## Examples

Expand Down
3 changes: 2 additions & 1 deletion panacea/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ services:
PROJECT: panacea
PROJECT_BIN: panacead
PROJECT_DIR: .panacea
VERSION: v2.0.5
VERSION: v2.2.0
GOLANG_VERSION: 1.19-buster
REPOSITORY: https://github.com/medibloc/panacea-core
ports:
- '26656:26656'
Expand Down
2 changes: 1 addition & 1 deletion panacea/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.10-panacea-v2.0.5
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.2.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/chain.json
Expand Down
2 changes: 1 addition & 1 deletion panacea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.0.5
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.10-panacea-v2.2.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit c9d1294

Please sign in to comment.