v16.1.8
github-actions
released this
11 Dec 08:28
·
294 commits
to release
since this release
Install this version from pip with:
pip install "tutor[full]==16.1.8"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v16.1.8/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
See the installation docs for more installation options and instructions.
Changes
- [Feature] Make it easy to work on 3rd-party edx-platform Python packages with
tutor mounts add /path/to/my/package
. (by @regisb) - [Improvement] When configured with
RUN_MYSQL: true
, runmysqld
with binlog expiry set to 3 days (rather than the default of 30). - [Improvement] Fix
ulimits
error for elasticsearch in Docker rootless mode (by @OmarIthawi) - [Improvement] Do not hardcode
OPENEDX_COMMON_VERSION = master
in the nightly branch. This removes git conflicts whenever we bump the common version in the master branch. (by @regisb) - [Improvement] The
iter_mounts
template function can now take multiple image names as argument. This should concern only very advanced users. (by @regisb)