Browse Source

Update Lightning Terminal to v0.12.4-alpha (#1016)

main
Viktor Tigerström 10 months ago
committed by GitHub
parent
commit
4fe3845fc2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lightning-terminal/docker-compose.yml
  2. 9
      lightning-terminal/umbrel-app.yml

2
lightning-terminal/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3004 APP_PORT: 3004
web: web:
image: lightninglabs/lightning-terminal:v0.12.3-alpha@sha256:1de0b3d155cd77ea7b84a1163eccb5e304b6117262f6d8ef353a12f2d0dc280b image: lightninglabs/lightning-terminal:v0.12.4-alpha@sha256:b113bc6369c56404cbc2ff803b40046689a66dfdae16aecb979f164389b95dd3
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

9
lightning-terminal/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning-terminal id: lightning-terminal
category: bitcoin category: bitcoin
name: Lightning Terminal name: Lightning Terminal
version: "0.12.3-alpha" version: "0.12.4-alpha"
tagline: The easiest way to manage channel liquidity tagline: The easiest way to manage channel liquidity
description: >- description: >-
Lightning Terminal is the easiest way to manage inbound and Lightning Terminal is the easiest way to manage inbound and
@ -57,10 +57,7 @@ defaultUsername: ""
deterministicPassword: true deterministicPassword: true
releaseNotes: >- releaseNotes: >-
This release of Lightning Terminal (LiT) includes updates to the versions of This release of Lightning Terminal (LiT) includes updates to the versions of
the integrated LND, Loop and Taproot Assets daemons. This release also the integrated Loop and Faraday daemons.
includes updates to the Lightning Node Connect implementation, to make
connections more robust and more optimised. Furthermore, an issue when
starting up LiT has been fixed with this release.
IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the
@ -90,6 +87,6 @@ releaseNotes: >-
This release packages LND v0.17.4-beta, Taproot Assets Daemon v0.3.3-alpha, This release packages LND v0.17.4-beta, Taproot Assets Daemon v0.3.3-alpha,
Loop v0.27.0-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha. Loop v0.28.0-beta, Pool v0.6.4-beta and Faraday v0.2.13-alpha.
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/348 submission: https://github.com/getumbrel/umbrel/pull/348
Loading…
Cancel
Save