{ "$comment": "Version-targeted advisories shown in the desktop app + dashboard. PULLED by clients from this file PINNED TO THE LATEST RELEASE TAG (raw.githubusercontent.com/oblien/openship//release-advisories.json) — commits to main are invisible until a version ships. Each entry: { id, severity: critical|recommended|info, affects: semver range e.g. \"<=0.1.8\", title, message, action?: { label, kind: update|open-url, url? } }. Critical advisories always surface once even if notifications are muted.", "advisories": [ { "id": "update-0.2.0", "severity": "critical", "affects": "<0.2.0", "title": "Update to Openship 0.2.0", "message": "0.2.0 is a major update: important fixes to routing/custom-domain verification, the deploy pipeline, and the package-manager toolchain (pnpm/yarn builds), plus a redesigned deploy flow, an expanded one-click app catalog, and jobs/servers improvements. Updating is strongly recommended.", "action": { "label": "Update now", "kind": "update" } } ] }