Update lndboss to v2.19.1 (#634)

Signed-off-by: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com>
This commit is contained in:
Nitesh Balusu 2023-06-20 20:25:15 -04:00 committed by GitHub
parent 3a1e7192cc
commit 3fe6a07df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lndboss id: lndboss
category: Lightning Node Management category: Lightning Node Management
name: LndBoss name: LndBoss
version: "2.17.3" version: "2.19.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,17 +25,16 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
- 2.17.3 (2023-02-23) - 2.19.1 (2023-06-23)
Fixed a bug where old config is being used for auto fees updates. Fixed issues where App router is failing in nextjs 13.
Fixed issues where batch open was failing due to breaking change in dependency.
- 2.17.1 (2023-02-14) - 2.18.1 (2023-04-10)
Fixed condition for auto-fees when outbound/capacity ratio is zero. Bump bos dependency that fixes a bug in send command when keysending to unannounced nodes.
Migrate to nextjs13
- 2.17.0 (2023-01-31) - 2.18.0 (2023-03-10)
Added avoid-high-fee-routes to probe command. Added options to call command: getChainAddresses, getBlock, verifyChainAddressMessage, signChainAddressMessage
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.
submitter: Nitesh Balusu submitter: Nitesh Balusu
submission: https://github.com/getumbrel/umbrel-apps/pull/65 submission: https://github.com/getumbrel/umbrel-apps/pull/65