Update LndBoss to 2.12.0 (#312)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Nitesh Balusu 2022-11-29 03:49:30 -05:00 committed by GitHub
parent d4aaf3fb79
commit 8a46aed473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 42 deletions

View File

@ -6,7 +6,7 @@ services:
APP_HOST: $APP_LNDBOSS_IP
APP_PORT: $APP_LNDBOSS_PORT
web:
image: niteshbalusu/lndboss:v2.9.2@sha256:ab797d7998e1a2f6b81044f34c1df77396e0020488387915411a1801a3ee11cd
image: niteshbalusu/lndboss:v2.12.0@sha256:d1a0454d22123dd95c0b8887d9c557937ac006d77d87a0391a9b4dc27e93b0c9
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lndboss
category: Lightning Node Management
name: LndBoss
version: "2.9.2"
version: "2.12.0"
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,46 +25,13 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
- 2.9.2 (2022-10-26)
(Important Bug Fix): Fix batch open command where opens are failing with amount parsing
and wrong rows getting dropped.
Update bos dependency to fix create and open group channel commands for taproot inputs.
- 2.12.0 (2022-11-28)
Added allow flag to create-channel-group command to determine order and allow list for joining group.
- 2.8.1 (2022-10-25)
Added support for auto fee policy based on channel inactivity periods.
Fixed positioning of inactivity period of fees scheduler page.
- 2.11.0 (2022-11-18)
Added avoid-high-fee-routes to rebalance to ignore route above max-fee-rate.
- 2.7.1 (2022-10-23)
Fixed a bug where fee policy updates don't work for new channels.
- 2.7.0 (2022-10-11)
Added support for bos create-group-channel
Added support for bos join-group-channel
Bump dependencies
- 2.6.0 (2022-10-06)
Add openChannel, closeChannel and sendToChainAddress to call command.
Fixed a bug where numbers and boolean types were not getting converted.
- 2.5.0 (2022-10-05)
Added filter variable BLOCKS_SINCE_LAST_CHANNEL in peers command.
Added support for tags in bos forwards command.
Bumps several dependencies.
- 2.4.0 (2022-10-04)
Added support for scheduling automated fee/channel policies based on conditions.
Fixed tags command client page.
Fixed error messages on dashboard page.
- 2.3.0 (2022-09-23)
Added support for bos fees command
Bump dependencies
- 2.2.0 (2022-09-19)
Added for and query flags for chart-payments-received command
Change password validation requirements to only support length of 10 characters
- 2.1.0 (2022-09-16)
Support for bos open command for batch open and zero conf channels
- 2.10.0 (2022-11-08)
Added a simple table on dashboard page that shows pending payments and channels.
submitter: Nitesh Balusu
submission: https://github.com/getumbrel/umbrel-apps/pull/65