v20.0.2
·
93 commits
to release
since this release
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-configmapsvia the Tutor CLI. (by @dkaliberda) -
[Security] Switch to a cryptographically secure number generator for the
random_stringfunction. (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)