mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-18 14:58:21 +02:00
Bump config-seed to 5.2.0
and drop Compose V1 support (#299)
This commit is contained in:
parent
b7d45f5c1e
commit
c0767eec41
11 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,11 @@
|
|||
# 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
|
||||
- If set, the `overleaf.rc` entry `GIT_BRIDGE_IMAGE` must be specified without the version now.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
5.1.1
|
||||
5.2.0
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
sharelatex:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
git-bridge:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
sharelatex:
|
||||
volumes:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
mongo:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
nginx:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
redis:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
sharelatex:
|
||||
volumes:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
sharelatex:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
sharelatex:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue