From d36a08d5467927ffc437fdce00f5d58219dd2d4a Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 9 Dec 2025 11:49:40 +1000 Subject: [PATCH] Update Lightning Node to v0.20.0-beta (#4198) --- lightning/docker-compose.yml | 4 ++-- lightning/umbrel-app.yml | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/lightning/docker-compose.yml b/lightning/docker-compose.yml index 3a4d2ec8..09b8abae 100644 --- a/lightning/docker-compose.yml +++ b/lightning/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3006 app: - image: getumbrel/umbrel-lightning:v1.2.0@sha256:4effadadce390959a742d806273d42a20da08280e4f409e9a30658fbd8400854 + image: getumbrel/umbrel-lightning:v1.2.1@sha256:41d5e7388a15443103ec0eae583a426dcf04bd371a1371fdeea8ccae99c01972 restart: on-failure volumes: - "${APP_LIGHTNING_NODE_DATA_DIR}:/data/.lnd" @@ -42,7 +42,7 @@ services: lnd: hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert - image: lightninglabs/lnd:v0.19.3-beta@sha256:b175f136c01ffe01e75eee836273dd15b21a7e2cea2bd316ea98ad3640743aaa + image: lightninglabs/lnd:v0.20.0-beta@sha256:4b33e89ce7d2db02bbf3c10649e567c36d175075921c97afc3bdfa36f2e7518a command: "${APP_LIGHTNING_COMMAND}" user: 1000:1000 restart: unless-stopped diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index 8b4eee5b..703b2a97 100644 --- a/lightning/umbrel-app.yml +++ b/lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: lightning category: bitcoin name: Lightning Node -version: "0.19.3-beta" +version: "0.20.0-beta" tagline: Run your personal Lightning Network node description: >- Run your personal Lightning Network node, and join the future of Bitcoin today. @@ -22,11 +22,10 @@ description: >- An official app from Umbrel. releaseNotes: >- - This update bumps the underlying LND version to v0.19.3-beta. It contains important bug fixes to improve p2p stability, a retry bug in path finding, and adds improved isolation to anchor sweeping on chain. - Full LND release notes can be found at https://github.com/lightningnetwork/lnd/releases/tag/v0.19.3-beta - - - Reminder: Backup support for umbrelOS 1.5 was added in a previous release. If you missed that update, this version includes it. + This update includes the latest version of LND (v0.20.0-beta). + + + Full LND release notes can be found at https://github.com/lightningnetwork/lnd/releases/tag/v0.20.0-beta developer: Umbrel website: https://umbrel.com dependencies: