v16.1.1
github-actions
released this
29 Aug 10:13
·
319 commits
to master
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 k8s
deployments, as well. Users previously runningtutor k8s
withRUN_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 k8s
withRUN_MYSQL: false
, this change is also a no-op. (by @fghaas)