Skip to content

Releases: overhangio/tutor

v3.11.2

17 Jan 11:16
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.11.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.

Features

  • [Bugfix] Make sure docker-compose.override.yml are loaded in dev and
    local contexts

v3.11.1

16 Jan 23:01
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.11.1/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.

Features

  • [Feature] Add config render command

v3.11.0

14 Jan 17:46
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.11.0/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.

Features

  • [Feature] Add support for simple, YAML-based plugins
  • 💥[Improvement] The output of plugins list now includes plugin
    version numbers

v3.10.1

13 Jan 21:43
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.10.1/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.

Features

  • [Improvement] Explicitely point to docker.io images, when necessary,
    for podman compatibility.

v3.9.1

08 Jan 19:12
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.9.1/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.

Features

  • [Improvement] Make it possible to override the project name in development mode
  • [Bugfix] Fix user switching in development mode
  • [Bugfix] Fix "k8s quickstart" crash

v3.9.0

21 Dec 15:57
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.9.0/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.

Features

  • [Security] Apply django 1.11.21 -> 1.11.27 security patches
  • [Bugfix] Fix running dev image with sudo
  • [Improvement] Add cms/lms-env-features patches (#276)
  • [Feature] Add plugin subcommands
  • 💥[Improvement] Move -r/--root option to parent command level
  • [Bugfix] Fix course about page visibility
  • [Improvement] Print gunicorn access logs in the console
  • 💥[Improvement] Get rid of the indexcourses and portainer command
    (#269)

v3.8.0

22 Nov 12:17
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.8.0/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.

Features

  • [Improvement] Add k8s-deployments-nginx-volume-mounts patch
  • [Bugfix] Fix running forum locally when both elasticsearch and mongodb
    are not activated (#266)
  • [Bugfix] Fix MongoDb url in forum when running separate service (#267)
  • 💥[Improvement] Better dev commands, with dedicated development
    docker image. One of the consequences is that the dev watchthemes
    command is replaced by dev run lms watchthemes.
  • [Improvement] images commands now accept multiple image arguments

v3.7.4

19 Oct 17:23
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.7.4/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

See the install docs for more install options and instructions.

Features

  • [Bugfix] Fix missing requirements file in pypi package (#261)
  • [Improvement] Add missing cms/lms production/development setting
    patches
  • [Improvement] Allow SigV4 authentication for video upload to S3
  • [Bugfix] Fix cms development settings

v3.7.3

17 Oct 15:27
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.7.3/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

See the install docs for more install options and instructions.

Features

  • [Improvement] Upgrade openedx locales to Ironwood

v3.7.2

09 Oct 11:53
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.7.2/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

See the install docs for more install options and instructions.

Features

  • [Improvement] Properly set studio title (#246)
  • [Improvement] Enable Mysql strict mode