Browse Source

Update Lightning Terminal to v0.11.0-alpha (#797)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Viktor Tigerström 1 year ago
committed by GitHub
parent
commit
59dc6429c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lightning-terminal/docker-compose.yml
  2. 32
      lightning-terminal/umbrel-app.yml

2
lightning-terminal/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3004
web:
image: lightninglabs/lightning-terminal:v0.10.5-alpha@sha256:cc305b855e55d040a10cb8d0b374e03092ac85e30a531036d6970c36511dfef4
image: lightninglabs/lightning-terminal:v0.11.0-alpha@sha256:2c533b7598c536c567eef56250408b96b20d3eaa5f905ff09f017504cf2cdb52
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

32
lightning-terminal/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning-terminal
category: bitcoin
name: Lightning Terminal
version: "0.10.5-alpha"
version: "0.11.0-alpha"
tagline: The easiest way to manage channel liquidity
description: >-
Lightning Terminal is the easiest way to manage inbound and
@ -50,16 +50,36 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
This release of Lightning Terminal (LiT) includes an update to the integrated
Loop version along with a small UI update use the correct unit for Loop Out
swap deadlines.
This release of Lightning Terminal (LiT) updates the integrated LND daemon
version to the latest v0.17.0-beta release, as well as updates the
integrated Loop daemon to the latest patch release.
In this release of LiT, a new Status server was added, which enables users
to disable the different integrated sub-servers and the integrated accounts
sub-system in LiT through configuration. LiT will now also successfully
start even if any of the sub-servers or sub-systems fails to start.
This release of LiT also enables the ability to link a new Autopilot
session with an old session, as well as enabling the ability to specify
feature configurations for an Autopilot session.
One important change to note for users running LiT through docker, is that
due to the new status server feature, the startup process of LiT will not
error and end if a sub-server or sub-system fails to start. So any
platforms that rely on docker to automatically restart the LiT container
if the startup process ends due to the sub-servers or sub-system not having
started yet, will now not restart the container as the start process won't
exit.
We'll be continuously working to improve the user experience based on
feedback from the community.
This release packages LND v0.16.4-beta, Taproot Assets Daemon v0.2.3-alpha,
Loop v0.26.2-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha.
This release packages LND v0.17.0-beta, Taproot Assets Daemon v0.2.3-alpha,
Loop v0.26.3-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/348
Loading…
Cancel
Save