Releases: overhangio/tutor
v3.4.3
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.4.3/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Fix missing password values from generated configuration
v3.4.2
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.4.2/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Fix incorrect settings during lms/cms init (#224)
v3.4.1
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.4.1/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Fix install from pypi
- [Improvement] Get rid of kubernetes python package dependency
v3.4.0
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.4.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Feature] Creation of a plugin system
- [Feature] Kubernetes support out of beta
- [Improvement] Switch to pinned image tags for easier upgrades
- 💥[Improvement] Remove the
-y/--yes
option:tutor config save
is
now non-interactive by default. Use-i/--interactive
to force
interactive mode. - 💥[Improvement] Replace the
databases
command byinit
. - [Improvement] Upgrade to ironwood.2
- [Improvement] Add
-y/--yes
option tolocal quickstart
for
non-interactive quickstart - [Improvement] Persist LMS/CMS logs to disk by default (with
collaboration from @silviot 💪) - [Bugfix] Fix installing a locally cloned requirement repository
- [Improvement] Add
--no-cache
option toimages build
- [Improvement] Make it possible to configure the notes service hostname
- [Improvement] Better, more robust MySQL initialisation
v3.3.10
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.10/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Fix boolean configuration choices
v3.3.9
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.9/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Improvement] Add
local exec
command for running commands inside
existing containers - [Bugfix] Fix triple display of courses in LMS search (upstream patch,
v3.3.8
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.8/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Reduce the number of gunicorn workers to address RAM usage (#207)
v3.3.7
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.7/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Fix "Timeout after 20s" on running migrations
v3.3.6
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.6/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Bugfix] Fix KeyError on first quickstart
- [Improvement] De-duplication of prod/dev settings. Thanks @silviot! 😺
v3.3.5
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.5/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
See the install docs for more install options and instructions.
Features
- [Feature] Pluggable LMS/CMS/forum
- [Improvement] Safer environment overwrite. Thanks @silviot! 👐
- [Security] Fix Jinja2 vulnerability
- [Improvement] Improve CLI cold start performance
- [Improvement] Allow uppercase "Y" and "N" as answers to boolean
questions