Skip to content

v14.0.3 (2022-07-09)

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 13:40
· 813 commits to release since this release

Install this version from pip with:

pip install "tutor[full]==v14.0.3"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v14.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] Build openedx-dev Docker image even when the host user is root, for instance on Windows. (by @regisb)
  • [Bugfix] Patch nutmeg.1 release with LTI 1.3 fix. (by @ormsbee)
  • [Improvement] Make it possible to override k8s resources in plugins using k8s-override patch. (by @foadlind)