Skip to content

Commit

Permalink
Upgrade Bitsong to v0.17.0 (#895)
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 Nov 11, 2024
1 parent 96764fd commit f629a5b
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 @@ -33,7 +33,7 @@ jobs:
- project: bitcanna
version: v3.1.1
- project: bitsong
version: v0.15.0
version: v0.17.0
- project: bostrom
version: v0.3.2
- project: canto
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[axelar](https://github.com/axelarnetwork/axelar-core)|`v0.34.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-axelar-v0.34.0`|[Example](./axelar)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bandchain-v2.5.1`|[Example](./bandchain)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v3.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitcanna-v3.1.1`|[Example](./bitcanna)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitsong-v0.14.0`|[Example](./bitsong)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.17.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitsong-v0.17.0`|[Example](./bitsong)|
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-canto-v8.1.1`|[Example](./canto)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-cheqd-0.6.9`|[Example](./cheqd)|
Expand Down
4 changes: 2 additions & 2 deletions bitsong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.15.0`|
|Version|`v0.17.0`|
|Binary|`bitsongd`|
|Directory|`.bitsongd`|
|ENV namespace|`BITSONG`|
|Repository|`https://github.com/bitsongofficial/go-bitsong`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitsong-v0.15.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitsong-v0.17.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitsong/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: bitsong
PROJECT_BIN: bitsongd
VERSION: v0.15.0
VERSION: v0.17.0
REPOSITORY: https://github.com/bitsongofficial/go-bitsong
NAMESPACE: BITSONGD
ports:
Expand Down
2 changes: 1 addition & 1 deletion bitsong/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.31-bitsong-v0.15.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitsong-v0.17.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bitsong/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.31-bitsong-v0.15.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.31-bitsong-v0.17.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit f629a5b

Please sign in to comment.