Releases: eduNEXT/drydock
Releases · eduNEXT/drydock
v19.0.1
v19.0.1 (2025-01-31)
Bug Fixes
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
v19.0.0 (2024-12-18)
Features
- Sumac release (
e42e001
)
Empty commit to trigger a major version bump
Detailed Changes: v18.2.8...v19.0.0
v18.2.8
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
)