Release Canasta 3.5.20 - #691
Merged
Merged
Conversation
cicalese
marked this pull request as draft
August 1, 2026 13:35
Contributor
Author
|
Blocked on #690. The |
|
🐳 The image based on 004d9be3 commit has been built with |
yaronkoren
approved these changes
Aug 1, 2026
Bumps the base image pin to CanastaBase 1.3.19 and VERSION to 3.5.20. CanastaBase 1.3.19 serves /server-status to loopback over IPv6 and points the image's HEALTHCHECK at 127.0.0.1 numerically. The <If> guard had matched REMOTE_ADDR against 127.0.0.1 alone, so wherever localhost resolves to ::1 the healthcheck reached MediaWiki instead of the status handler and failed permanently. The CrawlerProtection update named in the release note arrives via its own PR. Rebased onto current master, so this PR carries only the release mechanics.
cicalese
force-pushed
the
release/3.5.20
branch
from
August 1, 2026 14:13
e640cc1 to
004d9be
Compare
cicalese
marked this pull request as ready for review
August 1, 2026 14:36
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.
Bumps the base image pin to CanastaBase 1.3.19 and
VERSIONto 3.5.20.CanastaBase 1.3.19 serves
/server-statusto loopback over IPv6 and points the image'sHEALTHCHECKat127.0.0.1numerically. The<If>guard had matchedREMOTE_ADDRagainst127.0.0.1alone, so whereverlocalhostresolves to::1first the healthcheck reached MediaWiki instead of the status handler and failed permanently rather than retrying over IPv4.The CrawlerProtection update named in the release note arrives via its own PR, #690 (CrawlerProtection 1.7.0). Rebased onto current master, so this PR carries only the release mechanics.
Refs #689