From 112169469178b9e7a106f66c7d32826a07a4bcd6 Mon Sep 17 00:00:00 2001 From: cryptosharks131 <38626122+cryptosharks131@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:14:54 -0400 Subject: [PATCH] Update LNDg to v1.6.1 (#486) --- lndg/docker-compose.yml | 2 +- lndg/umbrel-app.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lndg/docker-compose.yml b/lndg/docker-compose.yml index 730623eb..facd3a22 100644 --- a/lndg/docker-compose.yml +++ b/lndg/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: $APP_LNDG_PORT web: - image: ghcr.io/cryptosharks131/lndg:v1.6.0@sha256:e4682241febefcaea0746681200d8e716d6d78f813010fb8d465957b8df130ba + image: ghcr.io/cryptosharks131/lndg:v1.6.1@sha256:837ca98d5f7cfb960edb4037b9798311b49edd2d1945571dbbb7cb6c46ae5d76 restart: on-failure stop_grace_period: 1m init: true diff --git a/lndg/umbrel-app.yml b/lndg/umbrel-app.yml index be23619b..2560c29b 100644 --- a/lndg/umbrel-app.yml +++ b/lndg/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lndg category: Lightning Node Management name: LNDg -version: "1.6.0" +version: "1.6.1" tagline: Analyze and automate your Lightning node management description: LNDg is your command center for running a profitable and efficient routing node. From quickly viewing your node's health, automated rebalancing, @@ -32,6 +32,8 @@ releaseNotes: >- - Removes all failed HTLCs greater than 30 days old + - Additional fixes included in v1.6.1 + - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.6.0 submitter: cryptosharks131 submission: https://github.com/getumbrel/umbrel/pull/1189