Skip to content

Releases: eduNEXT/drydock

v19.0.1

31 Jan 21:25
Compare
Choose a tag to compare

v19.0.1 (2025-01-31)

Bug Fixes

  • Configure custom forum DBs credentials (#153, 68b06f5)

The tutor-forum plugin hardcodes the value of the name of the forum database in the Django settings, dropping the previous FORUM_MONGODB_DATABASE setting (https://github.com/overhangio/tutor-forum/blob/5d3d2dd7d1ea3c9a311ac5619eb5931a111ba363/tutorforum/plugin.py#L29).

We reintroduce the FORUM_MONGODB_DATABASE setting and ensure the mongodb user has permissions over the Forum Database.

In order to be able to override the hardcoded value we lower the priority level of the Drydock patches, guaranteeing that they are going to be applied after all the installed plugins.


Detailed Changes: v19.0.0...v19.0.1

v19.0.0

18 Dec 20:19
Compare
Choose a tag to compare

v19.0.0 (2024-12-18)

Features

Empty commit to trigger a major version bump


Detailed Changes: v18.2.8...v19.0.0

v18.2.8

16 Oct 14:34
Compare
Choose a tag to compare

v18.2.8 (2024-10-16)

Fixes

  • fix: adding replicaset info to mongosh connection command. Adding mongodb port variable (#145)
  • Include the MongoDB port in the mongosh command (useful when running MongoDB in a different port)
  • Include the replica set info in the mongosh command. It could be the case you aren't connected to a replica set primary but to a secondary one. If the replica set name is not specified, the mongosh command will fail since it is not possible to write to a secondary (8855736)

v18.2.7

15 Oct 14:29
Compare
Choose a tag to compare

v18.2.7 (2024-10-15)

Fixes

  • fix(newrelic): use the new location of uwsgi.ini in the launch command (#144)

The location of the uwsgi.ini file was changed in tutor==18.1.3 so we
have to update the command run by the container. Additionally we remove
an unused variable that was lingering. (67fb1fc)

v18.2.6

24 Sep 13:25
Compare
Choose a tag to compare

v18.2.6 (2024-09-24)

Fix

  • fix(scorm): use request host for scorm custom domain (#141) (55a5153)

v17.5.4

24 Sep 13:25
Compare
Choose a tag to compare

v17.5.4 (2024-09-24)

Fix

  • fix(scorm): use request host for scorm custom domain (#143)

(cherry picked from commit 1a8cf5b) (6968bef)

v16.7.4

24 Sep 13:24
Compare
Choose a tag to compare

v16.7.4 (2024-09-24)

Fix

  • fix(scorm): use request host for scorm custom domain (#142)

(cherry picked from commit 1a8cf5b) (b0a6ffa)

v18.2.5

19 Sep 13:45
Compare
Choose a tag to compare

v18.2.5 (2024-09-19)

Fix

  • fix: use correct host for the CMS probes (#138) (d011d71)

v17.5.3

19 Sep 13:47
Compare
Choose a tag to compare

v17.5.3 (2024-09-19)

Fix

  • fix: use correct host for the CMS probes (#139) (b518ed1)

v16.7.3

19 Sep 13:48
Compare
Choose a tag to compare

v16.7.3 (2024-09-19)

Fix

  • fix: use correct host for the CMS probes (#140) (d87ba35)