Skip to content

v20.0.4

Choose a tag to compare

@github-actions github-actions released this 22 Dec 11:42
· 81 commits to release since this release
c95b073

Install this version from pip with:

pip install "tutor[full]==20.0.4"

Or download the compiled binaries:

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

  • [Chore] Update hatch definition for version. (by @mlabeeb03)

  • [Improvement] Add ability to not delete namespace while running tutor k8s delete command. (by @mlabeeb03)

  • [Security] Add upstream security fix as patch in Open edX image (by @ahmed-arb)

[Security] Bump urllib3 from 2.5.0 to 2.6.0 to address Dependabot alerts.