chore: bump BTCPay Server to 2.4.2; NBXplorer 2.6.10; 2.4.1:5 → 2.4.2:0 - #104
Merged
Conversation
BTCPay Server 2.4.2 is a critical security release fixing an actively exploited vulnerability (TOTP two-factor authentication bypass via Greenfield Basic authentication); upstream urges updating immediately and recommends NBXplorer 2.6.10 alongside it, so both images move (multi-arch manifests verified on Docker Hub, amd64 + arm64 present). Postgres (18.4) and the Shopify deployer (1.10) stay at their newest upstream tags. The wrapper itself is unaffected by 2.4.2's breaking change (Greenfield Basic auth disabled five minutes after account creation): the only Basic header it sends is NBXplorer cookie auth in the utxo-sync health check, and the password-reset action writes to Postgres directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2.4.1:5→2.4.2:0, release notes in all five locales; no migration. Postgres (18.4) and the Shopify deployer (1.10) are already at their newest upstream tags and stay put.Basicheader is NBXplorer cookie auth in theutxo-synchealth check, and the password-reset action writes to Postgres directly.Upstream release: https://github.com/btcpayserver/btcpayserver/releases/tag/v2.4.2
Test plan
🤖 Generated with Claude Code