Browse Source

bump lndboss to 2.17.3 (#431)

Signed-off-by: Nitesh Balusu <niteshbalusu@icloud.com>
main
Nitesh Balusu 2 years ago
committed by GitHub
parent
commit
1416e947ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lndboss/docker-compose.yml
  2. 19
      lndboss/umbrel-app.yml

2
lndboss/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8055
web:
image: niteshbalusu/lndboss:v2.17.1@sha256:6147ffe8870ee23784af83afe33b142fbe310166dff2042d386f30747b9d3d2f
image: niteshbalusu/lndboss:v2.17.3@sha256:9ebf2b82ca0bbe2bf3ade790b4b4ff81e1b1e1afcdf2caa32330ab2798eb9c4a
restart: on-failure
stop_grace_period: 1m
volumes:

19
lndboss/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lndboss
category: Lightning Node Management
name: LndBoss
version: "2.17.1"
version: "2.17.3"
tagline: A GUI for BalanceOfSatoshis
description: LndBoss is a GUI for BalanceOfSatoshis.
It is a tool that makes it easy to run your favorite
@ -25,6 +25,9 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
- 2.17.3 (2023-02-23)
Fixed a bug where old config is being used for auto fees updates.
- 2.17.1 (2023-02-14)
Fixed condition for auto-fees when outbound/capacity ratio is zero.
@ -34,19 +37,5 @@ releaseNotes: >
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)
Added bos encrypt command.
Added bos decrypt command.
Added bos invoice command.
Improved display output for rebalance, lnurl, pay, send and probe commands.
Bumped dependencies.
- 2.15.0 (2022-12-30)
Added quick tools page to create invoice, pay invoice, create onchain address and send onchain.
Fixed a bug where detailed balance is broken for balance command.
- 2.14.0 (2022-12-19)
Added bos clean-failed-payments command.
submitter: Nitesh Balusu
submission: https://github.com/getumbrel/umbrel-apps/pull/65

Loading…
Cancel
Save