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

Updated version to 2.5.0 and Mongo to 4.0

This commit is contained in:
Miguel Serrano 2020-11-19 10:49:17 +01:00
parent e790d6b6e4
commit aa8b465ed5
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 2020-11-19
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to 2.5.0
- Updated Mongo version from 3.6 to 4.0. Documentation on Mongo updates can be found [here](https://github.com/overleaf/overleaf/wiki/Updating-Mongo-version).
## 2020-10-22
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to 2.4.2

View file

@ -19,7 +19,7 @@ RC_FILE="$TOOLKIT_ROOT/config/overleaf.rc"
function __main__() {
local SHARELATEX_IMAGE_VERSION="$(head -n 1 "$TOOLKIT_ROOT/config/version")"
local MONGO_IMAGE="mongo:3.6"
local MONGO_IMAGE="mongo:4.0"
local REDIS_IMAGE="redis:5.0"
local MONGO_URL="mongodb://mongo/sharelatex"

View file

@ -1 +1 @@
2.4.2
2.5.0