From 996dbd8254d37c94a6b64c8927e391d57700068a Mon Sep 17 00:00:00 2001 From: Ragil Burhanudin Pamungkas Date: Thu, 7 Aug 2025 13:50:57 +0700 Subject: [PATCH] Update ghostcms version to 6.0.0 (#271) * chore(blueprint): update plane services to v0.27.1 - Bumped all makeplane service images from v0.25.3 to v0.27.1 - Updated web, space, admin, live, api, worker, beat-worker, migrator and proxy services - Version alignment for all plane components in docker-compose blueprint * chore(blueprint): update plane version to v0.27.1 * chore: update ghost image and version to 6.0.0 --- blueprints/ghost/docker-compose.yml | 2 +- meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/ghost/docker-compose.yml b/blueprints/ghost/docker-compose.yml index 33c47f7f..558e8fea 100644 --- a/blueprints/ghost/docker-compose.yml +++ b/blueprints/ghost/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: ghost: - image: ghost:5-alpine + image: ghost:6-alpine restart: always environment: database__client: mysql diff --git a/meta.json b/meta.json index 381edc6b..5adfbd79 100644 --- a/meta.json +++ b/meta.json @@ -375,7 +375,7 @@ { "id": "ghost", "name": "Ghost", - "version": "5.0.0", + "version": "6.0.0", "description": "Ghost is a free and open source, professional publishing platform built on a modern Node.js technology stack.", "logo": "ghost.jpeg", "links": {