Add a changelog - #27
Merged
Merged
Conversation
Built from the actual merge history, not from memory. Every PR number cited was verified to exist in origin/main, and every spec referenced was verified to exist on disk. Two conventions that make it useful rather than decorative. Player impact is called out explicitly. Anything marked REQUIRES PACK RE-IMPORT means every family must download the pack again or be refused at the FML handshake. That distinction cost an evening when Ad Astra shipped, because the difference between a server-side mod and a client-required one is invisible until nobody can connect. Wrong diagnoses are recorded, not quietly dropped. The Chunky entry says the stated reason was wrong and points at the PR that disproved it. The base-image bump says it did not fix the CVEs it targeted. The playtime limiter entry says the control had already been silently off for weeks rather than presenting its removal as a tidy-up. Those are the entries most likely to save someone time later; a changelog that only lists successes teaches nothing about the failure modes of this system.
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.
Built from the actual merge history rather than memory.
Verified, not assembled from recollection
Two conventions that make it useful
Player impact is explicit. Anything marked REQUIRES PACK RE-IMPORT means every family must re-download the pack or be refused at the handshake. That distinction cost an entire evening when Ad Astra shipped, because the difference between a server-side mod and a client-required one is invisible until nobody can connect.
Wrong diagnoses are recorded, not quietly dropped:
Those are the entries most likely to save someone time later. A changelog that only lists successes teaches nothing about how this system actually fails.
Covers
Everything from the initial commit (2026-04-16) through the health check and POC-mode work, including the security posture changes: pull-based GitOps, public SSH closure, container hardening, the malware audit, and immutable mod pinning.