Skip to content

v13.1.6 (2022-03-15)

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 13:29
· 794 commits to master since this release

Install this version from pip with::

pip install tutor[full]==v13.1.6

Or download the compiled binaries::

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v13.1.6/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] Fix local/k8s quickstart commands when upgrading from an older release (#595).
  • [Bugfix] Fix running the default exim-relay SMTP server on arm64 (#600).
  • [Feature] Add tutor k8s apply comand, which is a direct interface with kubectl apply.
  • [Feature] Add openedx-dockerfile-minimal patch, which you can use to install custom packages and run commands as root in the Docker image.