1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-18 14:58:21 +02:00

Updated version to 5.1.0, default SIBLING_CONTAINERS_ENABLED to true (#269)

* Updated version to 5.1.0, default SIBLING_CONTAINERS_ENABLED to true

* Added recommendation to enable Sandboxed Compiles

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

* Merged changelog entries

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
Miguel Serrano 2024-07-17 11:08:07 +02:00 committed by GitHub
parent 2bc0c9d71b
commit 7a8401897b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 4 deletions

View file

@ -1,10 +1,17 @@
# Changelog
## 2024-07-27
## 2024-07-17
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `5.1.0`.
- `SIBLING_CONTAINERS_ENABLED` is now set to `true` for new installs in [`config-seed/overleaf.rc`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/overleaf.rc).
We strongly recommend enabling the [Sandboxed Compiles feature](https://github.com/overleaf/toolkit/blob/master/doc/sandboxed-compiles.md)
for existing installations as well.
- Added "--appendonly yes" configuration to redis.
redis persistence documentation: https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/
Redis persistence documentation: https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/
## 2024-07-16
### Added

View file

@ -11,7 +11,7 @@ OVERLEAF_LISTEN_IP=127.0.0.1
OVERLEAF_PORT=80
# Sibling Containers
SIBLING_CONTAINERS_ENABLED=false
SIBLING_CONTAINERS_ENABLED=true
DOCKER_SOCKET_PATH=/var/run/docker.sock
# Mongo configuration

View file

@ -1 +1 @@
5.0.7
5.1.0