From ab082c269f49599aeec43222c5383f4d1b64277d Mon Sep 17 00:00:00 2001 From: yu-i-i Date: Mon, 1 Dec 2025 18:44:02 +0100 Subject: [PATCH] Release v6.0.1-ext-v3.3 --- Extended-CE:-Installation.md | 13 +++++++++---- Home.md | 13 +++++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/Extended-CE:-Installation.md b/Extended-CE:-Installation.md index 3d2207c..b3f06ed 100644 --- a/Extended-CE:-Installation.md +++ b/Extended-CE:-Installation.md @@ -10,14 +10,19 @@ services: image: sharelatex/sharelatex:ext-ce ``` -If you want to build a Docker image of the extended CE based on the upstream v5.5.n version, check out the tag, corresponding to version v5.5.0-ext-v3.2 by running: +If you want to build a Docker image of the extended CE based on the upstream v6.0.0 release, first check out the tag corresponding to v6.0.0-ext-v3.3: ``` -git checkout v5.5.0-ext-v3.2 +git checkout v6.0.0-ext-v3.3 ``` -After building the image, switch to the latest state of the repository, rewiev the `server-ce/hotfix` directory, and build the patched images sequentially: v5.5.1-ext-v3.2,i ..., v5.5.n-ext-v3.2. +After building this image, switch to the latest state of the repository, rewiev the `server-ce/hotfix` directory, and build the patched images sequentially: v6.0.1-ext-v3.3, ..., v6.n.m-ext-v3.3. + +Notes for updating 5.5.x-ext images: + +- When updating from v5.5.2-ext-v3.2 to v5.5.3-ext-v3.2, remove [this line](https://github.com/yu-i-i/overleaf-cep/blob/1822cfc1b65dfb0ba4392e1ae4764d0999f4ec1f/server-ce/hotfix/5.5.3/Dockerfile#L16) from `server-ce/hotfix/5.5.3/Dockerfile` +- v5.5.6-ext-v3.3 should be build on top of v5.5.6-ext-v3.2, using the hotfix directory: `server-ce/hotfix/5.5.6-ext-3.3` Alternatively, you can download a prebuilt image from Docker Hub: ``` -docker pull overleafcep/sharelatex:5.5.6-ext-v3.2 +docker pull overleafcep/sharelatex:6.0.1-ext-v3.3 ``` Make sure to update the image name in `overleaf-toolkit/config/docker-compose.override.yml` accordingly. diff --git a/Home.md b/Home.md index e7edc36..f197839 100644 --- a/Home.md +++ b/Home.md @@ -12,14 +12,23 @@ the [Overleaf Wiki Page](https://github.com/overleaf/overleaf/wiki). ## Extended CE Release Notes +### `v6.0.1-ext-v3.3` +- Based on upstream release v6.0.1 + +### `v6.0.0-ext-v3.3` +- **Security fix**: external URLs are now normalized and sanitized. + ### `v6.0.0-ext-v3.2` - Based on upstream release v6.0.0 ->⚠️ **You must upgrade to v5.5.6-ext-v3.2 before attempting to upgrade to v6.0.0-ext-v3.2. Please read the [upstream documentation](https://docs.overleaf.com/on-premises/release-notes/release-notes-6.x.x) carefully and follow the instructions.** +>⚠️ **You must upgrade to v5.5.6-ext-vX.Y before attempting to upgrade to v6.0.0-ext-vX.Y. Please read the [upstream documentation](https://docs.overleaf.com/on-premises/release-notes/release-notes-6.x.x) carefully and follow the instructions.** ->⚠️ **New Extended CE versions based on upstream 5.x.x will no longer be produced, except for security fixes for a limited period. If you want to keep receiving feature updates, upgrade to v6.0.0-ext-v3.2.** +>⚠️ **New Extended CE versions based on upstream 5.X.Y will no longer be produced, except for security fixes for a limited period. If you want to keep receiving feature updates, upgrade to v6.0.0-ext-vX.Y.** + +### `v5.5.6-ext-v3.3` +- **Security fix**: external URLs are now normalized and sanitized. The image should be updated using `5.5.6-ext-3.3` hotfix. ### `v5.5.6-ext-v3.2`