Update Thunderhub to v0.13.29 (#916)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Vincent 2023-12-22 12:05:54 -05:00 committed by GitHub
parent af639a66db
commit ca79a5f7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 12 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: apotdevin/thunderhub:v0.13.23@sha256:e285abb2f997a75e69968b2e4279350b3ef0a495dc6e93fe37f12fb73c9f43b2
image: apotdevin/thunderhub:v0.13.29@sha256:793ed1cb0760bdc7c017408d62e49e00261ff223ad305bf6be81954650d2fd3a
# 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.23"
version: "0.13.29"
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node
@ -28,15 +28,6 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
- Updated dependencies
- Extra logs
- Changes to Forwards
- Bugfixes for balance push and undefined type
Full release notes can be found at https://github.com/apotdevin/thunderhub/releases
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
submitter: Anthony Potdevin
submission: https://github.com/getumbrel/umbrel/pull/343