From ec596511cf732f7f3b8c3c8bdf8de5bac9dde6b7 Mon Sep 17 00:00:00 2001 From: cryptosharks131 <38626122+cryptosharks131@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:51:00 -0500 Subject: [PATCH] Update LNDg to v1.5.1 (#405) --- lndg/docker-compose.yml | 2 +- lndg/umbrel-app.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lndg/docker-compose.yml b/lndg/docker-compose.yml index 0afdf64..487b010 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.5.0@sha256:5adb0bace9086468542fe8ecf7c971fc47c94b0da6b491b0eb856f3d854c86ba + image: ghcr.io/cryptosharks131/lndg:v1.5.1@sha256:29e8358e9e8942fb7c953b0ce3e358cbcbcfc42d16a2237e7d260ceb5807521f restart: on-failure stop_grace_period: 1m init: true diff --git a/lndg/umbrel-app.yml b/lndg/umbrel-app.yml index d229ad5..d455e4e 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.5.0" +version: "1.5.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: >- - The channel policy update form has been removed from the bottom of the home dashboard - - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.5.0 + - Additional fixes included in v1.5.1 + + - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.5.1 submitter: cryptosharks131 submission: https://github.com/getumbrel/umbrel/pull/1189