From 6367fa16623688c5bca4460a844509a6dd8750d2 Mon Sep 17 00:00:00 2001 From: JimSB Date: Fri, 3 Feb 2023 14:47:42 -0500 Subject: [PATCH] Update LNbits to 0.9.7 (#376) Co-authored-by: Steven Briscoe --- lnbits/docker-compose.yml | 2 +- lnbits/umbrel-app.yml | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index e331cb6..ea972da 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbitsdocker/lnbits-legend:0.9.4@sha256:0dbcc5ad5c5d4439c4ee5148206ecd3fbc28422aec2847a3f17e968205dab68b + image: lnbitsdocker/lnbits-legend:0.9.7@sha256:1fccd9611a23b9d9259ca4adff860e3e2d441ed42261d192141e76b261cd3b74 init: true restart: on-failure stop_grace_period: 1m diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 44a5ca6..0b1c799 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnbits category: Finance name: LNbits -version: "0.9.4" +version: "0.9.7" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -28,12 +28,8 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - - New Boltcard extension: create and manage LNURL tap and pay NFC cards! - - - New Invoices extension: creating formal invoices your goods/services! - - - Updated Onchain Wallet extension: connect our new open-source hardware wallet over serial! More info on https://lnbits.github.io/hardware-wallet/installer/. - - - More improvements to some extensions and bug fixes. + - This minor release updates the Docker images and fixes the dependency versions from 0.9.6.1. + + See the full changelog here: https://github.com/lnbits/lnbits/releases/tag/0.9.7 submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/pull/372 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/pull/372