From 8d8eb431a2fc8068a198192c928eb8583051c142 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Fri, 22 Dec 2023 10:13:57 -0800 Subject: [PATCH] Update BTCPay Server to v1.12.3 (#918) --- btcpay-server/docker-compose.yml | 4 ++-- btcpay-server/umbrel-app.yml | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/btcpay-server/docker-compose.yml b/btcpay-server/docker-compose.yml index 974379e..46b52a6 100644 --- a/btcpay-server/docker-compose.yml +++ b/btcpay-server/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" nbxplorer: - image: nicolasdorier/nbxplorer:2.3.66@sha256:6ce06d2e143610750c4b9cf609f20b259816bf3e804a18b1c2c35aaabe6bb8ea + image: nicolasdorier/nbxplorer:2.4.3@sha256:9abbebd57166b8202123334e87cff538b3f537a1b644b6ff97a381597a642d9c user: "1000:1000" restart: on-failure stop_grace_period: 1m @@ -31,7 +31,7 @@ services: NBXPLORER_BTCHASTXINDEX: 1 web: - image: btcpayserver/btcpayserver:1.11.7@sha256:d0f99f3cff11be006a29e74e41c0c086bdcbc7ef2ddf457764b8c5fbb4b469e2 + image: btcpayserver/btcpayserver:1.12.3@sha256:c214c65957b1125b69e0b10ff2ef841a541e32e6dd58012068bb6851700c076d user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/btcpay-server/umbrel-app.yml b/btcpay-server/umbrel-app.yml index 85b2ccc..7ce741b 100644 --- a/btcpay-server/umbrel-app.yml +++ b/btcpay-server/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: btcpay-server category: bitcoin name: BTCPay Server -version: "1.11.7" +version: "1.12.3" tagline: Accept Bitcoin payments with 0 fees & no 3rd party description: >- BTCPay Server is a payment processor that allows you to receive @@ -34,15 +34,10 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - This release includes various bug fixes and improvements, as well as the following new features: - - - Scan QR codes for destination/address when claiming funds. - - - Ability to delete a user by email - - - New checkout settings + 🚨 If you are using plugins, you will most likely find them disabled after this update, because new versions compatible with BTCPay Server v1.12 are required. Please see the "Manage Plugins" section once updated. + This update brings BTCPay Server to version 1.12.3, and includes various bug fixes, improvements, and new features. Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7. submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/353