Skip to content

Releases: overhangio/tutor

v3.4.3

24 Jun 10:41
Compare
Choose a tag to compare

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

23 Jun 13:52
Compare
Choose a tag to compare

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

23 Jun 11:30
Compare
Choose a tag to compare

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

17 Jun 20:42
Compare
Choose a tag to compare

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 by init.
  • [Improvement] Upgrade to ironwood.2
  • [Improvement] Add -y/--yes option to local 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 to images build
  • [Improvement] Make it possible to configure the notes service hostname
  • [Improvement] Better, more robust MySQL initialisation

v3.3.10

15 May 08:36
Compare
Choose a tag to compare

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

13 May 15:56
Compare
Choose a tag to compare

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

28 Apr 07:43
Compare
Choose a tag to compare

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

28 Apr 06:34
Compare
Choose a tag to compare

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

27 Apr 08:52
Compare
Choose a tag to compare

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

22 Apr 14:52
Compare
Choose a tag to compare

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