chore: harden minor release readiness - #5
Merged
RyleaStark merged 1 commit intoAug 4, 2026
Conversation
This was referenced Aug 3, 2026
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
Prepares lnSwitchboard for its next minor release without changing
VERSIONor publishing images.This is the fourth layer in the dependency/release stack:
Base: #3
Application and compatibility
HTTP_422_UNPROCESSABLE_ENTITYconstantshttpx2==2.9.1for FastAPI/Starlette's supported test-client bridge and makes Starlette deprecations test failuresSecurity boundaries
TRUSTED_PROXY_CIDRS127.0.0.1by default;LNSWITCHBOARD_BIND_ADDRESSis the explicit opt-outHostvalues through an explicitTRUSTED_HOSTSallowlist, preventing loopback DNS rebindingALLOW_PRIVATE_WEBHOOKSandALLOW_PRIVATE_NOSTR_RELAYSescape hatches for intentional trusted local servicesContainer and release hardening
.python-versionand.nvmrcfor local toolchain paritylatest, then confirms all tags share one digest, containlinux/amd64andlinux/arm64, and carry the expected OCI version/revision labelsOperator migration notes
LNSWITCHBOARD_BIND_ADDRESSonly when another interface is intentional.TRUSTED_HOSTS.TRUSTED_PROXY_CIDRS.Verification
pip check, Ruff, pytest 123/123, combined runtime/developmentpip-auditactionlint1.7.12docker compose config --quietDeliberately deferred
VERSIONremains0.2.3; the follow-up release PR owns the bump and publication.