Skip to content

v12.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 11:11
· 919 commits to release since this release

Tutor can be installed simply by downloading the compiled binaries:

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

  • 💥[Improvement] Fail on incorrect image name argument in images build/pull/push/printtag commands.
  • [Bugfix] Remove trailing slashes in docker-compose files for
    compatibility with docker-compose v2 in
    WSL
    .
  • [Improvement] settheme now works with preview domain.
  • [Feature] Allow specifying extra pip packages through config.yml.