Skip to content

v11.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 18:09

Tutor can be installed simply by downloading the compiled binaries:

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

  • [Improvement] Avoid permission issues in Kubernetes/Openshift for users who do not have the rights to edit their namespace.
  • [Improvement] Better Kubernetes object creation.