1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 07:18:06 +02:00

Bump config-seed to 5.2.0 and drop Compose V1 support (#299)

This commit is contained in:
Miguel Serrano 2024-10-24 13:00:48 +02:00 committed by GitHub
parent b7d45f5c1e
commit c0767eec41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 7 additions and 11 deletions

View file

@ -1,6 +1,11 @@
# Changelog # Changelog
## 2024-10-23 ## 2024-10-24
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `5.2.0`.
- Drop support for Docker Compose v1. [How to switch to Compose V2](https://docs.docker.com/compose/releases/migrate/#how-do-i-switch-to-compose-v2).
Docker Compose v1 has reached its End Of Life in July 2023.
### Changed ### Changed
- If set, the `overleaf.rc` entry `GIT_BRIDGE_IMAGE` must be specified without the version now. - If set, the `overleaf.rc` entry `GIT_BRIDGE_IMAGE` must be specified without the version now.

View file

@ -1 +1 @@
5.1.1 5.2.0

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
sharelatex: sharelatex:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
git-bridge: git-bridge:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
sharelatex: sharelatex:
volumes: volumes:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
mongo: mongo:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
nginx: nginx:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
redis: redis:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
sharelatex: sharelatex:
volumes: volumes:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
sharelatex: sharelatex:

View file

@ -1,5 +1,4 @@
--- ---
version: '2.2'
services: services:
sharelatex: sharelatex: