Update btcpay-server to 2.0.5 (#2038)

This commit is contained in:
Nathan Fretz 2025-01-09 12:13:36 +10:00 committed by GitHub
parent fd63f91465
commit b24377da09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 14 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
nbxplorer: nbxplorer:
image: nicolasdorier/nbxplorer:2.5.12@sha256:0ec6bd81802773bb16f162aad430be7bd0bb4e57b6786414c86d0e870faab734 image: nicolasdorier/nbxplorer:2.5.17@sha256:d3a882a32df61d7de3ac802c65f47718b1e9ddea09bf29d7a108871eb815b43c
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
@ -29,7 +29,7 @@ services:
NBXPLORER_BTCHASTXINDEX: 1 NBXPLORER_BTCHASTXINDEX: 1
web: web:
image: btcpayserver/btcpayserver:2.0.3@sha256:4532240e9b3735bfeb8fbdc188dd6f93849647462939a92dca2a81f169a5b236 image: btcpayserver/btcpayserver:2.0.5@sha256:14dc2f6ca638d126f17d53d7bfa89c798b82f241b9307c113a84b29df8481ab6
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server id: btcpay-server
category: bitcoin category: bitcoin
name: BTCPay Server name: BTCPay Server
version: "2.0.3" version: "2.0.5"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >- description: >-
BTCPay Server is a payment processor that allows you to receive BTCPay Server is a payment processor that allows you to receive
@ -34,18 +34,13 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
🚨 If you are using the Nostr or Blink plugin, consider this release security-critical. Without it, an attacker with access to a pull payment could drain the Lightning wallet without limit.
Highlights: Highlights:
- Added support for histograms displaying Lightning data and corresponding API endpoints in the Greenfield API. - Added QR Code support for store invitation emails.
- Introduced image upload functionality for app items in the Greenfield API. - Introduced rate providers for Norwegian exchanges (Bitmynt and Bare Bitcoin).
- Made the creation of payout methods optional when creating a pull payment via the Greenfield API. - Improved store user management with enhanced API functionality and documentation.
- Updated button icons in the Point of Sale (POS) interface. - Admins can now view users invoices.
- Enhanced error messages for on-chain-related operations in the Greenfield API. - Added a “Copy Link” button for pull payment actions.
- Improved the API documentation for invoice payment tolerance. - Enhanced UI consistency and plugin customization options.
- Added a specific error message for Lightning payouts that fail due to no route being found.
- Adjusted brand color handling for better UI consistency.
- Various bug fixes. - Various bug fixes.
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases. Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases.