Update ThunderHub to v0.13.19 (#618)

This commit is contained in:
Michael Henke 2023-06-06 10:33:17 -07:00 committed by GitHub
parent 128740b1bc
commit 0d6e14c161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: apotdevin/thunderhub:v0.13.18@sha256:cb41292102ed8fceea59cd6375e28317e1a61f7fc2523285fbb01a696e3a0a16
image: apotdevin/thunderhub:v0.13.19@sha256:abd116d965912e4aa97a75eb24ecd7506e31dd6ef5d3685229ddb240fa54283e
# 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: Lightning Node Management
name: ThunderHub
version: "0.13.18"
version: "0.13.19"
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node
@ -27,13 +27,13 @@ gallery:
path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
- Feature: autofocus password input @abhiShandy (#492)
releaseNotes: >-
- Feature: add channel id to channel select dropdown @AmbossKeegan (#531)
- Bugfix: backup validation @apotdevin
- Bugfix: tooltip key in tx bar chart @abhiShandy (#491)
- Feature:: add post to keysend billboard on amboss page @secondl1ght (#522)
- Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.18
- Feature:: make accounting years dynamically update @secondl1ght (#517)
- Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.19
submitter: Anthony Potdevin
submission: https://github.com/getumbrel/umbrel/pull/343