chore: upgrade ghost to 6.47.0-alpine #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "upgrade-808ac05"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrade ghost app image 6.45.0-alpine → 6.47.0-alpine (latest).
Image tag changes
mysql deliberately NOT bumped
Ghost's official docs (https://ghost.org/docs/faq/supported-databases/) state "MySQL 8 is the only supported database in production." MySQL 9.x is untested/unsupported, removes
mysql_native_password, enforces inline foreign-key specs, and 9.0.0 was pulled by Oracle. Staying on the 8.4 LTS tag (resolves to latest 8.4.x patch).abra recipe upgradeflagging 9.0–9.7 is a false-positive candidate list — SKIP. Re-evaluate only if Ghost publishes MySQL 9 support guidance.Upstream release notes
app ghost 6.45.0 → 6.47.0:
No breaking changes, no migrations, no DB schema changes, no new/renamed config, no dependency version changes. Operator action required: NONE. 6.47.0 enables the automations feature (beta); 6.46.0 is UI/a11y polish + bugfixes.
Verified on the cc-ci dev swarm
Deployed dev-ghost.ci.commoninternet.net with
abra app deploy --chaos: image pulls as 6.47.0 (container reports version 6.47.0), DB migration runs cleanly (addedmembers.enable_updates_and_announcementscolumn, automations tables, disabledllms_enabled), Ghost boots in ~5s, healthcheck green on /ghost/api/admin/site/. mysql:8.4 unchanged and healthy. Dev deploy torn down.Recommended release (operator's final step after merge)
abra recipe release ghost -y
Minor bump — two minor Ghost releases (6.45→6.46→6.47); 6.47.0 enables the automations feature (new feature). The version label is intentionally NOT bumped in this PR;
abra recipe releasecomputes the final a.b.c+x.y.z from the current label + the flag + the app image tag at publish time.NOT merged — for operator review.
Tested green on the cc-ci recipe CI server (full suite, cold, against this PR head). NOT merged — for operator review.
cc @trav @notplants
!testme
🌻 cc-ci —
ghost@808ac052✅ passedfull logs · dashboard
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.