From 68772e3f6d3baf55a03cec7b3ab3eb94da813c40 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Sat, 8 Jul 2023 15:31:39 +0200 Subject: [PATCH] New RaspiOS 20230503 & cln 23.05.2 & BitcoinCore 25.0 (#3993) * Update sd card base Image * update cln to 23.05.2 * bitcoin update to 25.0 * document CHANGES --- CHANGES.md | 10 ++++++++++ build_sdcard.sh | 4 ++-- home.admin/config.scripts/bitcoin.install.sh | 2 +- home.admin/config.scripts/cl.install.sh | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a222de134..14862bc4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## What's new in Version 1.10.0 of RaspiBlitz? + +- Update: RaspiOS base image from 2023-05-03 +- Update: Bitcoin Core v25.0.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.0.md) +- Update: LND v0.16.4-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.16.4-beta) +- Update: Core Lightning v23.05.2 [details](https://github.com/ElementsProject/lightning/releases/tag/v23.05.2) +- Update: Electrum Server in Rust (electrs) v0.9.14 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0914-jun-10-2023) +- Update: Lightning Terminal v0.10.1-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.10.1-alpha) +- Fix: Homebanking Interface FinTS/HBCI (experimental) [details](https://github.com/rootzoll/raspiblitz/issues/1186) + ## What's new in Version 1.9.0 of RaspiBlitz? - New: Automated disk image build for amd64 (VM, laptop, desktop, server) and arm64-rpi (Raspberry Pi) [details](https://github.com/rootzoll/raspiblitz/tree/dev/ci/README.md) diff --git a/build_sdcard.sh b/build_sdcard.sh index 27c1f99dd..d3acd99ab 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -2,8 +2,8 @@ ######################################################################### # Build your SD card image based on: 2022-04-04-raspios-bullseye-arm64.img.xz -# https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2023-02-21/ -# SHA256: 4c963bcd53b9a77fa8235e2dc16785cc7d56372ec83c3090eac9073bd262833f +# https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2023-05-03/ +# SHA256: e7c0c89db32d457298fbe93195e9d11e3e6b4eb9e0683a7beb1598ea39a0a7aa # PGP fingerprint: 8738CD6B956F460C # PGP key: https://www.raspberrypi.org/raspberrypi_downloads.gpg.key # setup fresh SD card with image above - login per SSH and run this script: diff --git a/home.admin/config.scripts/bitcoin.install.sh b/home.admin/config.scripts/bitcoin.install.sh index d89fa3586..ed1f0c31d 100644 --- a/home.admin/config.scripts/bitcoin.install.sh +++ b/home.admin/config.scripts/bitcoin.install.sh @@ -15,7 +15,7 @@ if [ "$1" = "install" ]; then # set version (change if update is available) # https://bitcoincore.org/en/download/ - bitcoinVersion="24.0.1" + bitcoinVersion="25.0" # needed to check code signing # https://github.com/laanwj diff --git a/home.admin/config.scripts/cl.install.sh b/home.admin/config.scripts/cl.install.sh index 707df564e..c18d481b6 100644 --- a/home.admin/config.scripts/cl.install.sh +++ b/home.admin/config.scripts/cl.install.sh @@ -2,7 +2,7 @@ # https://lightning.readthedocs.io/ # https://github.com/ElementsProject/lightning/releases -CLVERSION="v23.02.2" +CLVERSION="v23.05.2" # install the latest master by using the last commit id # https://github.com/ElementsProject/lightning/commit/master