mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
4.8 KiB
4.8 KiB
Changelog
2023-06-29
Added
- Updated default
version
to4.0.3
.
2023-06-08
Added
- Updated default
version
to4.0.2
.
2023-05-30
Added
- Updated default
version
to4.0.1
.
2023-05-16
Added
- Use Docker Compose v2 by default. Fall back to Docker Compose v1 if v2 is unavailable.
Fixed
- Propagate the
REDIS_PORT
variable to the sharelatex container
2023-05-15
Added
- Support listing container logs with
bin/logs
command bin/logs -n all
shows all logs for a given service
2023-05-11
Added
- Change the location of the git-bridge data directory to /data/git-bridge inside the container
2023-05-01
Added
- Start Mongo in a replica set by default
2023-04-14
Fixed
- Fix openssl invocation on OS X
2023-04-13
Fixed
- Ensure git bridge is disabled by default
2023-04-10
Added
- Git bridge support in Server Pro 4.x
2023-03-21
Added
- Updated default
version
to3.5.5
.
2023-03-20
Added
- Updated default
version
to3.5.4
.
2023-03-16
Added
- Updated default
version
to3.5.3
.
2023-03-07
Added
- Updated default
version
to3.5.2
.
2023-03-06
Added
- Updated default
version
to3.5.1
.
2023-02-28
Added
- Add variables for S3
- Extend doctor script to flag incomplete S3 config
2023-02-10
Added
- Increase SIGKILL timeout for docker container to enable graceful shutdown in version 3.5 onwards
2023-01-11
Added
- Updated default
version
to3.4.0
.
2022-11-15
Added
- Updated default
version
to3.3.2
.
2022-10-13
Added
- Updated default
version
to3.3.0
.
2022-09-22
Added
- Updated default
version
to3.2.2
.
2022-08-16
Added
- Updated default
version
to3.2.0
. - Updated Mongo version from 4.2 to 4.4. Documentation on Mongo updates can be found here.
- Print warning when
SHARELATEX_LISTEN_IP
is not defined.
2021-10-13
Added
- HTTP to HTTPS redirection.
- Listen mode of the
sharelatex
container nowlocalhost
only, so the value ofSHARELATEX_LISTEN_IP
must be set to the public IP address for direct container access.
- Listen mode of the
2021-08-12
Added
- Server Pro: New variable to control LDAP and SAML,
EXTERNAL_AUTH
, which can be set to one ofldap
,saml
,none
. This is the preferred way to activate LDAP and SAML. For backward compatibility, if this is not set, we fall back to the legacy behaviour of inferring which module to activate from the relevant environment variables.
2020-11-25
Added
bin/upgrade
displays any changes to the changelog and prompts for confirmation before applying the remote changes to the local branch.
Misc
- Fix code linting errors in bin/ scripts
2020-11-19
Added
- Updated default
version
to 2.5.0 - Updated Mongo version from 3.6 to 4.0. Documentation on Mongo updates can be found here.
2020-10-22
Added
- Updated default
version
to 2.4.2
2020-10-21
Added
bin/up
now passes along any supplied flags todocker-compose
, for example:bin/up -d
will run in detached mode- Documentation on how to update environment variables. (documentation)
Fixed
- A typo
2020-10-09
Added
- Add
SHARELATEX_PORT
option tooverleaf.rc
file, which defaults to80
, same as the previous hard-coded value. (documentation)