Skip to content

Commit 119d48f

Browse files
author
Edly
committed
Merge remote-tracking branch 'origin/release'
2 parents b646d15 + b7ad5df commit 119d48f

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

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

23+
<a id='changelog-21.0.3'></a>
24+
## v21.0.3 (2026-04-09)
25+
26+
- [Bugfix] Fix permission denied error when uploading files to Libraries v2 by adding `/mounts/openedx-private` to the permissions script. This resolves the issue where the `openedx-media-private` directory was mounted but ownership was not properly set for the app user. (by @ahmed-arb)
27+
28+
- [Improvement] Replace deprecated `commonLabels` with `labels` in `kustomization.yml` to fix kustomize deprecation warning. The `kustomization-commonlabels` patch is preserved for backwards compatibility. (by @Syed-Ali-Abbas-568)
29+
30+
- [Improvement] Restructure Tutor documentation and add backward-compatible redirects for moved pages. (by @Faraz32123, @brian-smith-tcril)
31+
2332
<a id='changelog-21.0.2'></a>
2433
## v21.0.2 (2026-03-13)
2534

changelog.d/20260316_165716_fix_libraries_v2_upload_permissions.md

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

changelog.d/20260401_120050_ali.abbas02_commonlabels_depreciation.md

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

changelog.d/20260408_145239_faraz.maqsood_restructure_tutor_documentation.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__ = "21.0.2"
5+
__version__ = "21.0.3"
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)