Skip to content

Commit

Permalink
Update bitsong to v0.20.4 (#944)
Browse files Browse the repository at this point in the history
* bump: go-bitsong v0.20.4

* Update remaining files

* Update Go version to 1.23

---------

Co-authored-by: hard-nett <[email protected]>
  • Loading branch information
tombeynon and hard-nett authored Jan 5, 2025
1 parent 6ed7b39 commit 399809d
Show file tree
Hide file tree
Showing 6 changed files with 9 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 @@ -31,7 +31,7 @@ jobs:
- project: bitcanna
version: v4.0.3
- project: bitsong
version: v0.17.0
version: v0.20.4
- 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 @@ -59,7 +59,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:v1.0.5-axelar-v0.34.0`|[Example](./axelar)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bandchain-v2.5.1`|[Example](./bandchain)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v4.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitcanna-v4.0.3`|[Example](./bitcanna)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.17.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.17.0`|[Example](./bitsong)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.20.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.20.4`|[Example](./bitsong)|
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-canto-v8.1.1`|[Example](./canto)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-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.17.0`|
|Version|`v0.20.4`|
|Binary|`bitsongd`|
|Directory|`.bitsongd`|
|ENV namespace|`BITSONGD`|
|Repository|`https://github.com/bitsongofficial/go-bitsong`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.17.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.20.4`|

## Examples

Expand Down
4 changes: 3 additions & 1 deletion bitsong/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ services:
args:
PROJECT: bitsong
PROJECT_BIN: bitsongd
VERSION: v0.17.0
VERSION: v0.20.4
REPOSITORY: https://github.com/bitsongofficial/go-bitsong
GOLANG_VERSION: 1.23-bullseye
DEBIAN_VERSION: bullseye
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bitsong/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.17.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.20.4
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion bitsong/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.17.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.5-bitsong-v0.20.4
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 399809d

Please sign in to comment.