Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade persistence v10.2.0 #710

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- project: passage
version: v2.2.0
- project: persistence
version: v10.0.0
version: v10.2.0
- project: regen
version: v5.1.1
- project: rizon
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[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)|
|[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.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.0.0`|[Example](./persistence)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0`|[Example](./persistence)|
|[regen](https://github.com/regen-network/regen-ledger)|`v5.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-regen-v5.1.1`|[Example](./regen)|
|[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-rizon-v0.4.1`|[Example](./rizon)|
|[seinetwork](https://github.com/sei-protocol/sei-chain)|`1.2.2beta-postfix`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-seinetwork-1.2.2beta-postfix`|[Example](./seinetwork)|
Expand Down
4 changes: 2 additions & 2 deletions persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v10.0.0`|
|Version|`v10.2.0`|
|Binary|`persistenceCore`|
|Directory|`.persistenceCore`|
|ENV namespace|`PERSISTENCECORE`|
|Repository|`https://github.com/persistenceOne/persistenceCore`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion persistence/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: persistence
PROJECT_BIN: persistenceCore
VERSION: v10.0.0
VERSION: v10.2.0
REPOSITORY: https://github.com/persistenceOne/persistenceCore
NAMESPACE: PERSISTENCECORE
GOLANG_VERSION: 1.21-bullseye
Expand Down
2 changes: 1 addition & 1 deletion persistence/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-persistence-v10.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/chain.json
Expand Down
2 changes: 1 addition & 1 deletion persistence/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-persistence-v10.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down