Record pre-flight upgrade verification in CHANGELOG#25
Merged
Conversation
Adds [Unreleased] ### Verified block covering the upgrades queued in the Renovate dependency dashboard: - mongo 8.0.23 -> 8.3.2 (meshcentral) - mariadb 11.8.6 -> 12.2.2 (uptime-kuma) - redis 7.4.9 -> 8.0.6 (nextcloud, zulip) - rabbitmq 4.2.5 -> 4.3.0 (stoat, zulip) - stoatchat v0.12.1 -> v0.13.6 (stoat, 8-service set) - actions/upload-artifact v4 -> v7, action-download-artifact v6 -> v21, create-pull-request v7 -> v8 (changelog review) Each DB upgrade booted on the current image, seeded with test data, stopped, restarted on the new tag with the same data dir, verified end-to-end with zero error/fatal/panic lines in logs. Surfaces a separate known follow-up: zulip and stoat rabbitmq services need hostname: set before the 4.3.0 bump, otherwise container recreation loses Mnesia data regardless of version.
wnstfy
enabled auto-merge (squash)
May 21, 2026 12:39
Contributor
Trivy misconfiguration findings (HIGH + CRITICAL)✅ No HIGH or CRITICAL misconfigurations detected. |
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.
Adds a Verified block to CHANGELOG.md [Unreleased] covering the major/minor bumps queued in Renovate. Each was tested current-image -> seed -> stop -> new-image-on-same-data-dir -> verify, with zero error/fatal/panic lines in container logs. Surfaces one known follow-up: zulip and stoat rabbitmq services need a hostname: set before the 4.3.0 bump, otherwise container recreation loses Mnesia data regardless of version.