From 7dd23004c7dd0e0e14e2e76630e1bc0e0f88f4b9 Mon Sep 17 00:00:00 2001 From: Kilian <19181985+kilrau@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:05:30 +0100 Subject: [PATCH] Update Thunderhub to v0.13.30 (#930) --- thunderhub/docker-compose.yml | 2 +- thunderhub/umbrel-app.yml | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/thunderhub/docker-compose.yml b/thunderhub/docker-compose.yml index 78d851f..cfa3804 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.29@sha256:793ed1cb0760bdc7c017408d62e49e00261ff223ad305bf6be81954650d2fd3a + image: apotdevin/thunderhub:v0.13.30@sha256:486cf816bf6dd92780037842ff42036ee6254c787353225416be30c4e17a5630 # 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 0528589..fe08647 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.29" +version: "0.13.30" tagline: Take full control of your Lightning node description: >- ThunderHub allows you to take full control of your Lightning node @@ -14,7 +14,7 @@ description: >- Managing and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool. developer: Anthony Potdevin -website: https://apotdevin.com +website: https://thunderhub.io/ dependencies: - lightning repo: https://github.com/apotdevin/thunderhub @@ -28,6 +28,12 @@ path: "" defaultUsername: "" deterministicPassword: true releaseNotes: >- - This update brings Thunderhub from version 0.13.23 to 0.13.29. Full release notes can be found at https://github.com/apotdevin/thunderhub/releases + - Chore: Extra error log + + - Fix: Boltz swap claim transaction fees + + - Fix: Adding safety on object lookups + + Full release notes can be found at https://github.com/apotdevin/thunderhub/releases/tag/v0.13.30 submitter: Anthony Potdevin submission: https://github.com/getumbrel/umbrel/pull/343