Skip to content

Commit

Permalink
Update XPLA to v1.6.0 (#887)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update build.yml

* Update deploy.yml

* Update docker-compose.yml

* Update publish.yml
  • Loading branch information
rodri-r authored Oct 14, 2024
1 parent bb1a77e commit 6225876
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 @@ -155,7 +155,7 @@ jobs:
- project: vidulum
version: v1.2.0
- project: xpla
version: v1.5.1
version: v1.6.0
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[umee](https://github.com/umee-network/umee)|`v6.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-umee-v6.3.0`|[Example](./umee)|
|[ununifi](https://github.com/UnUniFi/chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-ununifi-v4.0.1`|[Example](./ununifi)|
|[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-vidulum-v1.2.0`|[Example](./vidulum)|
|[xpla](https://github.com/xpladev/xpla)|`v1.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-xpla-v1.5.1`|[Example](./xpla)|
|[xpla](https://github.com/xpladev/xpla)|`v1.6.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-xpla-v1.6.0`|[Example](./xpla)|

## Example configurations

Expand Down
4 changes: 2 additions & 2 deletions xpla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.5.1`|
|Version|`v1.6.0`|
|Binary|`xplad`|
|Directory|`.xpla`|
|ENV namespace|`XPLAD`|
|Repository|`https://github.com/xpladev/xpla|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-xpla-v1.5.1'|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.29-xpla-v1.6.0'|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion xpla/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: xpla
PROJECT_BIN: xplad
PROJECT_DIR: .xpla
VERSION: v1.5.1
VERSION: v1.6.0
REPOSITORY: https://github.com/xpladev/xpla
NAMESPACE: XPLAD
GOLANG_VERSION: 1.21-bullseye
Expand Down
2 changes: 1 addition & 1 deletion xpla/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.29-xpla-v1.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.29-xpla-v1.6.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/chain.json
Expand Down
2 changes: 1 addition & 1 deletion xpla/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.29-xpla-v1.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.29-xpla-v1.6.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 6225876

Please sign in to comment.