From ea5469a1d3ea2325c34e1da8179b5ada89da9623 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Thu, 16 Feb 2023 22:58:29 +0530 Subject: [PATCH] Update LndBoss to 2.17.1 (#416) Signed-off-by: Nitesh Balusu --- lndboss/docker-compose.yml | 2 +- lndboss/umbrel-app.yml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lndboss/docker-compose.yml b/lndboss/docker-compose.yml index fb256fb..de3158c 100644 --- a/lndboss/docker-compose.yml +++ b/lndboss/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8055 web: - image: niteshbalusu/lndboss:v2.16.0@sha256:5bd633f932484fbfd8737a9827f32b4c5d70d1bd04b49c11af2af5ba62e205b7 + image: niteshbalusu/lndboss:v2.17.1@sha256:6147ffe8870ee23784af83afe33b142fbe310166dff2042d386f30747b9d3d2f restart: on-failure stop_grace_period: 1m volumes: diff --git a/lndboss/umbrel-app.yml b/lndboss/umbrel-app.yml index fcaaced..e754751 100644 --- a/lndboss/umbrel-app.yml +++ b/lndboss/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lndboss category: Lightning Node Management name: LndBoss -version: "2.16.0" +version: "2.17.1" 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,15 @@ path: "" defaultUsername: "" defaultPassword: "" 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) Added bos encrypt command. Added bos decrypt command. @@ -39,11 +48,5 @@ releaseNotes: > - 2.14.0 (2022-12-19) 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 submission: https://github.com/getumbrel/umbrel-apps/pull/65