Skip to content

Releases: eduNEXT/drydock

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)

v18.2.4

11 Sep 14:52
Compare
Choose a tag to compare

v18.2.4 (2024-09-11)

Fix

  • fix: add readiness probe for lms/cms (#133)

  • fix: add readiness probe for lms/cms

  • fix: add readiness probe for lms/cms

  • fix: add affinity to spread lms/cms to multiple nodes

  • chore: remove readiness probe

  • fix: reduce startup probe period seconds

  • fix: gracefully kill uwsgi workers

  • fix: disable local file loggers

  • fix: disable logging

  • fix: reduce max unavailable to 0

  • fix: add liveness probe for cms and lms

  • fix: fail early on tracking logger removal

  • chore: remove rolling update options

  • fix: restore preStop hook

  • fix: use right host for cms livenessProbe

  • fix: use lms/cms host only

  • chore: restore prestopHook (f970e01)

v17.5.2

11 Sep 15:07
Compare
Choose a tag to compare

v17.5.2 (2024-09-11)

Fix

  • fix: add readiness probe for lms/cms (#133) (#137)

  • fix: add readiness probe for lms/cms

  • fix: add readiness probe for lms/cms

  • fix: add affinity to spread lms/cms to multiple nodes

  • chore: remove readiness probe

  • fix: reduce startup probe period seconds

  • fix: gracefully kill uwsgi workers

  • fix: disable local file loggers

  • fix: disable logging

  • fix: reduce max unavailable to 0

  • fix: add liveness probe for cms and lms

  • fix: fail early on tracking logger removal

  • chore: remove rolling update options

  • fix: restore preStop hook

  • fix: use right host for cms livenessProbe

  • fix: use lms/cms host only

  • chore: restore prestopHook

(cherry picked from commit f970e01) (917032f)