Compare commits

...

5 Commits

Author SHA1 Message Date
openoms
fab56d4cc4 add to changes 2025-06-12 08:29:15 +02:00
openoms
d34379da25 lnd update to v0.19.1 2025-06-12 08:26:24 +02:00
rootzoll
47e9a5b0a2 fix substitution 2025-06-09 11:48:09 +02:00
/rootzoll
40dcb136c8 #5053 prepare v1.12.0rc4 fix (#5054)
* #5053 make api use active release branch
* #5053 ui use active branch
2025-06-09 11:44:13 +02:00
/rootzoll
53236419ad #5053 prepare v1.12.0rc4 (#5054)
* #5053 make api use active release branch
* #5053 ui use active branch
2025-06-09 11:29:35 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ Features:
- Update: RaspberryOS arm64 base image 2024-11-19 (Debian 12 Bookworm) [details](https://downloads.raspberrypi.com/raspios_full_arm64/release_notes.txt)
- Update: amd64 base image: debian-12.8.0-amd64-netinst.iso [details](https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html)
- Update: Bitcoin Core v29.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-29.0.md)
- Update: LND v0.19.0-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.19.0-beta)
- Update: LND v0.19.1-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.19.1-beta)
- Update: LNbits 1.0.0 [details](https://github.com/lnbits/lnbits/releases/tag/v1.0.0)
- Update: AlbyHub v1.17.2 [details](https://github.com/getAlby/hub/releases/tag/v1.17.2)
- Update: Lightning Terminal v0.14.1-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.14.1-alpha)

View File

@@ -193,7 +193,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo "# RELEASE CANDIDATE: using dev branch"
GITHUB_BRANCH="dev"
else
GITHUB_BRANCH="blitz-${githubBranch}"
GITHUB_BRANCH="blitz-${activeBranch}"
fi
GITHUB_COMMITORTAG=""

View File

@@ -60,7 +60,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo "# RELEASE CANDIDATE: using master branch"
GITHUB_BRANCH="master"
else
GITHUB_BRANCH="release/${githubBranch}"
GITHUB_BRANCH="release/${activeBranch}"
fi
GITHUB_COMMITORTAG=""
else

View File

@@ -4,7 +4,7 @@
## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd
## see LND releases: https://github.com/lightningnetwork/lnd/releases
### If you change here - make sure to also change interims version in lnd.update.sh #!
lndVersion="0.19.0-beta"
lndVersion="0.19.1-beta"
# olaoluwa
PGPauthor="roasbeef"