Update Thunderhub to v0.13.30 (#930)

This commit is contained in:
Kilian 2024-01-10 07:05:30 +01:00 committed by GitHub
parent 0af13ab274
commit 7dd23004c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000 APP_PORT: 3000
web: 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 # We now have to run as root to avoid schema.gql permission errors
# user: "1000:1000" # user: "1000:1000"
restart: on-failure restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: thunderhub id: thunderhub
category: bitcoin category: bitcoin
name: ThunderHub name: ThunderHub
version: "0.13.29" version: "0.13.30"
tagline: Take full control of your Lightning node tagline: Take full control of your Lightning node
description: >- description: >-
ThunderHub allows you to take full control of your Lightning node 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. 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 developer: Anthony Potdevin
website: https://apotdevin.com website: https://thunderhub.io/
dependencies: dependencies:
- lightning - lightning
repo: https://github.com/apotdevin/thunderhub repo: https://github.com/apotdevin/thunderhub
@ -28,6 +28,12 @@ path: ""
defaultUsername: "" defaultUsername: ""
deterministicPassword: true deterministicPassword: true
releaseNotes: >- 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 submitter: Anthony Potdevin
submission: https://github.com/getumbrel/umbrel/pull/343 submission: https://github.com/getumbrel/umbrel/pull/343