From 13cee00a9d995571d9de194cb93e80001532b787 Mon Sep 17 00:00:00 2001 From: Ankit Nayan <36991769+ankit5902@users.noreply.github.com> Date: Tue, 29 Aug 2023 01:03:54 +0530 Subject: [PATCH] Update ThunderHub to v0.13.21 (#744) Co-authored-by: nmfretz --- thunderhub/docker-compose.yml | 2 +- thunderhub/umbrel-app.yml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/thunderhub/docker-compose.yml b/thunderhub/docker-compose.yml index c16aad7..c3229f9 100644 --- a/thunderhub/docker-compose.yml +++ b/thunderhub/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: apotdevin/thunderhub:v0.13.19@sha256:abd116d965912e4aa97a75eb24ecd7506e31dd6ef5d3685229ddb240fa54283e + image: apotdevin/thunderhub:v0.13.21@sha256:f7b42bd7e48bdb43d3f995957f109463fb306515b2a61a05af9300d69bd3ae92 # We now have to run as root to avoid schema.gql permission errors # user: "1000:1000" restart: on-failure diff --git a/thunderhub/umbrel-app.yml b/thunderhub/umbrel-app.yml index e3661de..c84a907 100644 --- a/thunderhub/umbrel-app.yml +++ b/thunderhub/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: thunderhub category: bitcoin name: ThunderHub -version: "0.13.19" +version: "0.13.21" tagline: Take full control of your Lightning node description: >- ThunderHub allows you to take full control of your Lightning node @@ -27,13 +27,16 @@ gallery: path: "" defaultUsername: "" deterministicPassword: true -releaseNotes: >- - - Feature: add channel id to channel select dropdown @AmbossKeegan (#531) +releaseNotes: >- + - add dataloaders + + - updated charts (Echarts) + + - fix sorting on 'Channels' table + + - add signet compatibility - - Feature:: add post to keysend billboard on amboss page @secondl1ght (#522) - - - Feature:: make accounting years dynamically update @secondl1ght (#517) - - Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.19 + Full release notes can be found at https://github.com/apotdevin/thunderhub/releases submitter: Anthony Potdevin submission: https://github.com/getumbrel/umbrel/pull/343