Skip to content

v17.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 14:00
· 122 commits to master since this release

Install this version from pip with:

pip install "tutor[full]==17.0.3"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v17.0.3/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

  • 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
    • Redis is now configured with a maximum memory size of 4GB. If this is too low for your platform, you should increase this value using the new "redis-conf" patch.
    • Make sure that course structure cache keys have an actual timeout.
  • [Feature] Introduce the "redis-conf" patch. (by @regisb)
  • [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
  • [Bugfix] Ensure mounted installable packages are installed as expected upon initialization. (by @DawoudSheraz)