diff --git a/lightning/docker-compose.yml b/lightning/docker-compose.yml index b935bc1..a208f63 100644 --- a/lightning/docker-compose.yml +++ b/lightning/docker-compose.yml @@ -36,10 +36,10 @@ services: networks: default: ipv4_address: $APP_LIGHTNING_IP - + lnd: hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert - image: lightninglabs/lnd:v0.15.1-beta@sha256:b2a5f62806d1a295c4e600e0b99159cbfae1d5caf338db01bccfbc8393838275 + image: lightninglabs/lnd:v0.15.2-beta@sha256:a011b06c622c947a3039d76a5a08b4896fc6a02dea6add3afd345019f8737923 command: "${APP_LIGHTNING_COMMAND}" user: 1000:1000 restart: on-failure diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index e503746..d53194a 100644 --- a/lightning/umbrel-app.yml +++ b/lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lightning category: Finance name: Lightning Node -version: "0.15.1-beta" +version: "0.15.2-beta" tagline: Run your personal Lightning Network node description: >- Run your personal Lightning Network node, and join the future of Bitcoin today. @@ -22,21 +22,10 @@ description: >- An official app from Umbrel. releaseNotes: >- - The v0.15 release contains an "on the fly" migration that will start to write items in the revocation log in a more efficient manner. This release (v0.15.1) allows users to reclaim all the old disk space by converting historical records to the new format, with the old records being deleted. - - - This release also adds support for Taproot addresses, defaulting to using them where appropriate. - - - Also new (included since v0.15.0-beta-build-2): - - - Automatic channel recovery - - - View your total (on-chain + off-chain) balance + This update includes LND v0.15.2, an emergency hotfix release to fix a bug that can cause LND nodes to be unable to parse certain large blocks. - - Bitcoin transactions open in local mempool app on your Umbrel (if it's installed) - - - Support for Atomic Multi-path Payments (AMP) + + This release contains no major features, and is instead just a hotfix applied on top of the last version. developer: Umbrel website: https://umbrel.com dependencies: @@ -53,4 +42,4 @@ gallery: path: "" defaultPassword: "" submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392