Skip to content

v20.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Oct 11:05
· 93 commits to release since this release
38b85f8

Install this version from pip with:

pip install "tutor[full]==20.0.2"

Or download the compiled binaries:

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

  • [Feature] Add support for pruning unused Kubernetes ConfigMaps with --prune-configmaps via the Tutor CLI. (by @dkaliberda)

  • [Security] Switch to a cryptographically secure number generator for the random_string function. (by @samuelallan72)

  • [Improvement] Upgrade node to v20.19.5 in Open edX Docker image. (by @DawoudSheraz)

  • [Improvement] Migrate from pylint and black to ruff. (by @ahmed-arb)