Browse Source

Update Thunderhub to v0.13.31 (#1102)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Kilian 8 months ago
committed by GitHub
parent
commit
972fc960c3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      thunderhub/docker-compose.yml
  2. 11
      thunderhub/umbrel-app.yml

2
thunderhub/docker-compose.yml

@ -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

11
thunderhub/umbrel-app.yml

@ -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
- Fix: Boltz swap claim transaction fees
- Fix: Adding safety on object lookups
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.
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

Loading…
Cancel
Save