Skip to content

Releases: eduNEXT/drydock

20.1.1

04 Dec 14:04
695b8bc

Choose a tag to compare

Fixed

  • Adjust the drop-db command to properly handle replica set configuration if
    available. Remove the Notes user if the Notes plugin is enabled.
  • Avoid erroring when calling iter_mfes if the MFE plugin is not enabled.
    Useful for testing with the minimal dependencies.

v20.1.0

10 Nov 17:18

Choose a tag to compare

v20.1.0 (2025-11-10)

This release is published under the AGPLv3 License.

Features


Detailed Changes: v20.0.0...v20.1.0

v20.0.0

02 Jul 20:54
81c4af3

Choose a tag to compare

v20.0.0 (2025-07-02)

This release is published under the AGPLv3 License.

Features


Detailed Changes: v19.2.0...v20.0.0

v17.6.0

21 Apr 20:50

Choose a tag to compare

v17.6.0 (2025-04-21)

This release is published under the AGPLv3 License.

Features

  • Create patch for registry credentials - quince (#157, 58ee954)
  • feat: create patch for registry credentials (#154)

  • feat: create patch for registry credentials

  • feat: include json transform

  • feat: change secret render

  • fix: correct files

  • docs: update readmd

  • fix: include extra workloads

  • fix: change patch for cronjob and remove kind

  • docs: update readme.md

Co-authored-by: Moisés González moises.gonzalez@edunext.co

  • fix: remove deamonset and statefulsets

  • chore: change secret name

  • chore: bump version


Detailed Changes: v17.5.4...v17.6.0

v19.2.0

15 Apr 15:29

Choose a tag to compare

v19.2.0 (2025-04-15)

This release is published under the AGPLv3 License.

Features


Detailed Changes: v19.1.0...v19.2.0

v18.4.0

15 Apr 18:56

Choose a tag to compare

v18.4.0 (2025-04-15)

This release is published under the AGPLv3 License.

Features

(cherry picked from commit bf09725)


Detailed Changes: v18.3.0...v18.4.0

v19.1.0

14 Apr 13:30

Choose a tag to compare

v19.1.0 (2025-04-14)

This release is published under the AGPLv3 License.

Features

  • Create patch for registry credentials (#154, e6d8948)
  • feat: create patch for registry credentials

  • feat: include json transform

  • feat: change secret render

  • fix: correct files

  • docs: update readmd

  • fix: include extra workloads

  • fix: change patch for cronjob and remove kind

  • docs: update readme.md

Co-authored-by: Moisés González moises.gonzalez@edunext.co

  • fix: remove deamonset and statefulsets


Detailed Changes: v19.0.1...v19.1.0

v19.0.1

31 Jan 21:25

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

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

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)