forked from michael.heier/umbrel-apps
Update LndBoss to 2.17.1 (#416)
Signed-off-by: Nitesh Balusu <niteshbalusu@icloud.com>
This commit is contained in:
parent
aa7e4e2a68
commit
ea5469a1d3
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 8055
|
APP_PORT: 8055
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: niteshbalusu/lndboss:v2.16.0@sha256:5bd633f932484fbfd8737a9827f32b4c5d70d1bd04b49c11af2af5ba62e205b7
|
image: niteshbalusu/lndboss:v2.17.1@sha256:6147ffe8870ee23784af83afe33b142fbe310166dff2042d386f30747b9d3d2f
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: lndboss
|
id: lndboss
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: LndBoss
|
name: LndBoss
|
||||||
version: "2.16.0"
|
version: "2.17.1"
|
||||||
tagline: A GUI for BalanceOfSatoshis
|
tagline: A GUI for BalanceOfSatoshis
|
||||||
description: LndBoss is a GUI for BalanceOfSatoshis.
|
description: LndBoss is a GUI for BalanceOfSatoshis.
|
||||||
It is a tool that makes it easy to run your favorite
|
It is a tool that makes it easy to run your favorite
|
||||||
|
@ -25,6 +25,15 @@ path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
|
- 2.17.1 (2023-02-14)
|
||||||
|
Fixed condition for auto-fees when outbound/capacity ratio is zero.
|
||||||
|
|
||||||
|
- 2.17.0 (2023-01-31)
|
||||||
|
Added avoid-high-fee-routes to probe command.
|
||||||
|
Added avoid high-fee-routes to pay command.
|
||||||
|
Added avoid high-fee-routes to send command.
|
||||||
|
Added support for calling acceptsChannelOpen, connectPeer, findKey and getNetwork to call command.
|
||||||
|
|
||||||
- 2.16.0 (2023-01-13)
|
- 2.16.0 (2023-01-13)
|
||||||
Added bos encrypt command.
|
Added bos encrypt command.
|
||||||
Added bos decrypt command.
|
Added bos decrypt command.
|
||||||
|
@ -39,11 +48,5 @@ releaseNotes: >
|
||||||
- 2.14.0 (2022-12-19)
|
- 2.14.0 (2022-12-19)
|
||||||
Added bos clean-failed-payments command.
|
Added bos clean-failed-payments command.
|
||||||
|
|
||||||
- 2.13.0 (2022-12-07)
|
|
||||||
Added bos utxos command.
|
|
||||||
Added date flag to accounting command for precision.
|
|
||||||
|
|
||||||
- 2.12.0 (2022-11-28)
|
|
||||||
Added allow flag to create-channel-group command to determine order and allow list for joining group.
|
|
||||||
submitter: Nitesh Balusu
|
submitter: Nitesh Balusu
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/65
|
submission: https://github.com/getumbrel/umbrel-apps/pull/65
|
||||||
|
|
Loading…
Reference in New Issue
Block a user