Update Thunderhub to v0.13.31 (#1102)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Kilian 2024-05-24 02:42:39 +02:00 committed by GitHub
parent 2f3a04a32b
commit 972fc960c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: apotdevin/thunderhub:v0.13.30@sha256:486cf816bf6dd92780037842ff42036ee6254c787353225416be30c4e17a5630
image: apotdevin/thunderhub:v0.13.31@sha256:8c2e54dbc09cb7924def149c4be3ae0bd7fc7080b7d6db6daed9c17f829f8dcc
# We now have to run as root to avoid schema.gql permission errors
# user: "1000:1000"
restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: thunderhub
category: bitcoin
name: ThunderHub
version: "0.13.30"
version: "0.13.31"
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node
@ -28,12 +28,9 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
- Chore: Extra error log
This release upgrades Boltz Swaps to Taproot for cheaper and more private swaps. The upgrade is backwards compatible, so existing swaps that are pending before the upgrade will complete without issue.
- 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
Full release notes can be found at https://github.com/apotdevin/thunderhub/releases/tag/v0.13.31
submitter: Anthony Potdevin
submission: https://github.com/getumbrel/umbrel/pull/343