From 64e8b706ad392f3fb0c55956a67b6ec0f078ac0f Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Tue, 19 Dec 2023 16:13:12 +0100 Subject: [PATCH] Circuitbreaker v0.5.1 (#4329) --- CHANGES.md | 1 + home.admin/config.scripts/bonus.circuitbreaker.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d885f24ae..29010e31d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ - Update: BTCPayServer v1.11.7 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7) - Update: Channel Tools (chantools) v0.12.0 [details](https://github.com/lightninglabs/chantools/releases/tag/v0.12.0) - Update: LNbits 0.11.3 [details](https://github.com/lnbits/lnbits/releases/tag/0.11.3) +- Update: Circuitbreaker v0.5.1 [details](https://github.com/lightningequipment/circuitbreaker/blob/master/README.md) - Deprecated: Homer Dashboard (remove from SSH menus, config script will stay with possible future removal) - Deprecated: Bitcoinminds (remove from SSH menus, config script will stay with possible future removal) - Remove: ItchySats (unmaintained project / in consent with dev) diff --git a/home.admin/config.scripts/bonus.circuitbreaker.sh b/home.admin/config.scripts/bonus.circuitbreaker.sh index 62e67d103..b37b03f7b 100755 --- a/home.admin/config.scripts/bonus.circuitbreaker.sh +++ b/home.admin/config.scripts/bonus.circuitbreaker.sh @@ -2,7 +2,8 @@ # https://github.com/lightningequipment/circuitbreaker/releases # https://github.com/lightningequipment/circuitbreaker/commits/master -pinnedVersion="e223938d983b756b3893880f3b3bf77e624a9f00" +pinnedVersion="60b70d91710efe7227b253e74f0d39ccfc9702c1" + # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then