Browse Source

Update lndboss to v2.19.1 (#634)

Signed-off-by: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com>
main
Nitesh Balusu 2 years ago
committed by GitHub
parent
commit
3fe6a07df6
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.3@sha256:9ebf2b82ca0bbe2bf3ade790b4b4ff81e1b1e1afcdf2caa32330ab2798eb9c4a
image: niteshbalusu/lndboss:2.19.1@sha256:2dddce26e0ffcce049896cf8f813740f1c8cdea85d77b8445cafa296c4d7d7f9
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.3"
version: "2.19.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,17 +25,16 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
- 2.17.3 (2023-02-23)
Fixed a bug where old config is being used for auto fees updates.
- 2.19.1 (2023-06-23)
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)
Fixed condition for auto-fees when outbound/capacity ratio is zero.
- 2.18.1 (2023-04-10)
Bump bos dependency that fixes a bug in send command when keysending to unannounced nodes.
Migrate to nextjs13
- 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.18.0 (2023-03-10)
Added options to call command: getChainAddresses, getBlock, verifyChainAddressMessage, signChainAddressMessage
submitter: Nitesh Balusu
submission: https://github.com/getumbrel/umbrel-apps/pull/65

Loading…
Cancel
Save