diff --git a/lightning/docker-compose.yml b/lightning/docker-compose.yml index c6ae4735..f7206ce3 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.1.1@sha256:43e22766c38d19bdedc54e8eb9f4ce621d9e27157eae20b20a20fcf72b52405f + image: getumbrel/umbrel-lightning:v1.1.2@sha256:3ab819f6335abebb160d2c7b4bd979ad706e25208d219beb9f82d4c1dadd3eff 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.15.5-beta@sha256:ce94136ccfc48d36f058ae48fdeb53d84dbbb8f972bbae3af98e4fdfb98d641b + image: lightninglabs/lnd:v0.16.2-beta@sha256:795d29d94f845bd070832b097ff75cf0f46cf6daf5e55bf62dc1e4e406e0027d command: "${APP_LIGHTNING_COMMAND}" user: 1000:1000 restart: unless-stopped @@ -66,4 +66,4 @@ services: - ${APP_DATA_DIR}/torrc:/etc/tor/torrc:ro - ${TOR_DATA_DIR}:/data environment: - HOME: "/tmp" \ No newline at end of file + HOME: "/tmp" diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index 9406d54b..22a8407f 100644 --- a/lightning/umbrel-app.yml +++ b/lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: lightning category: Finance name: Lightning Node -version: "0.15.5-beta-2" +version: "v0.16.2-beta" tagline: Run your personal Lightning Network node description: >- Run your personal Lightning Network node, and join the future of Bitcoin today. @@ -22,20 +22,34 @@ description: >- An official app from Umbrel. releaseNotes: >- - Introducing Advanced Settings. Take control of your node and customize it to your needs. + This release updates LND from v0.15.5-beta to v0.16.2-beta, and also includes bug fixes for the Lightning Node application. - - Personalize your node by giving it a name and color. + Lightning Node application: - - Enable larger channels, and limit channel sizes. + - keysend payments are now displayed in the Lightning Wallet transactions list - - Set your routing fees, and optimize your routing strategy. + - multiple externalip entries are allowed in lnd.conf - - Add watchtower services to guard your channels, and run a service for others. + - handle breaking change in lnd.conf apriori parameters introduced in LND v0.16.0-beta - - Fine-tune the performance and resource usage of your node. - - And much more! + LND: + + - Refined peer-to-peer behavior and BOLT spec compliance. + + - Extended RPC functionality and wallet capabilities. + + - Improved lncli features and pathfinding improvements. + + - Streamlined watchtower session handling and address updates. + + - Enhanced mempool scanning logic that no longer blocks startup. + + - And more! + + + For more detailed information on these LND updates, please refer to the full release notes available at https://github.com/lightningnetwork/lnd/releases developer: Umbrel website: https://umbrel.com dependencies: