Skip to content

Commit b2bc431

Browse files
Faraz32123Muhammad Faraz  Maqsood
andauthored
v20.0.5 (#1326)
Co-authored-by: Muhammad Faraz Maqsood <faraz.maqsood@A006-01130.local>
1 parent 9747869 commit b2bc431

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-20.0.5'></a>
24+
## v20.0.5 (2026-01-07)
25+
26+
- [Bugfix] Fix duplicate volume mounts error caused by same repo/package name(e.g. openedx-scorm-xblock) matching multiple expressions(("openedx", r".*[xX][bB]lock.*"), ("openedx", r"openedx-.*")) in MOUNTED_DIRECTORIES. (by @Faraz32123)
27+
28+
- [BugFix] Update MongoDB to v7.0.28, resolving a critical upstream security issue https://jira.mongodb.org/browse/SERVER-115508. (by @Faraz32123)
29+
2330
<a id='changelog-20.0.4'></a>
2431
## v20.0.4 (2025-12-22)
2532

changelog.d/20260101_162439_faraz.maqsood_duplicate_mounts_error.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20260107_111147_faraz.maqsood_release.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "20.0.4"
5+
__version__ = "20.0.5"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)