Update Thunderhub to v0.13.16 (#163)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Michael Henke 2022-09-28 14:29:44 -07:00 committed by GitHub
parent 05889a5394
commit 3f328ac2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_THUNDERHUB_PORT
web:
image: apotdevin/thunderhub:v0.13.15@sha256:38189f0ec3df0d56980b0595f7d8eaa446dac922f937d2cda04a88dfc1866a51
image: apotdevin/thunderhub:v0.13.16@sha256:d45013f00eabd59aabb649bc1afb5aee40b25e96f3a86112fe7ff28cc89f5d62
# 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.15"
version: "0.13.16"
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node
@ -28,4 +28,8 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
This major update to Thunderhub brings a large number of new features and bug fixes
- Feature: amboss balances and view @apotdevin (#476)
- Minor bugfixes
- Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.16