Updated update-check service URL to check.ghost.org#28249
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThis PR updates the default update check service URL in Ghost's configuration file. The 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The update-check service has moved from updates.ghost.org to a backwards-compatible Cloudflare Worker at check.ghost.org. This points the default endpoint at the new service.
944fcdc to
7521983
Compare
Problem
Ghost's update-check service runs on
updates.ghost.org(a DigitalOcean droplet). It is being replaced by a Cloudflare Worker atcheck.ghost.org.Solution
Point the default
updateCheck.urlatcheck.ghost.org. The new Worker is a backwards-compatible drop-in — identical request and response contract — so this is purely a default-endpoint change.updates.ghost.orgstays up to drain existing installs, which keep their current config until they upgrade.