v16.1.1
·
609 commits
to release
since this release
Install this version from pip with:
pip install "tutor[full]==16.1.1"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v16.1.1/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] Apply "fix mysql crash after upgrade to Palm" from 16.1.0 to
tutor k8sdeployments, as well. Users previously runningtutor k8swithRUN_MYSQL: true, with any version between 16.0.0 and 16.1.0 including, might have to fix their data manually. For users runningtutor local, this change has no effect, as the underlying issue was already fixed in 16.1.0. For users runningtutor k8swithRUN_MYSQL: false, this change is also a no-op. (by @fghaas)