Skip to content
Merged

v21.0.3 #1364

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-21.0.3'></a>
## v21.0.3 (2026-04-09)

- [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)

- [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)

- [Improvement] Restructure Tutor documentation and add backward-compatible redirects for moved pages. (by @Faraz32123, @brian-smith-tcril)

<a id='changelog-21.0.2'></a>
## v21.0.2 (2026-03-13)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "21.0.2"
__version__ = "21.0.3"

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