Skip to content

Commit cb2327f

Browse files
author
Edly
committed
Merge remote-tracking branch 'origin/release'
2 parents 14ee7ec + 4e31afa commit cb2327f

6 files changed

Lines changed: 15 additions & 8 deletions

CHANGELOG.md

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

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

22+
<a id='changelog-20.1.0'></a>
23+
## v20.1.0 (2025-09-22)
24+
25+
- [Feature] Add `mfe-volumes` and `mfe-k8s-volumes` patches to enable plugins to serve static files through MFE service. (by @andres.giraldo)
26+
- [Improvement] Ensure MFE container accessibility in dev mode with default port mapping and external file hosting support. (by @andres.giraldo)
27+
28+
- [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222)
29+
- [Improvement] Test python package distribution build when running make test. (by @rehmansheikh222)
30+
31+
- [Feature] Addition of caddyfile-mfe-proxy patch directive.
32+
This allows users to add custom content into their Caddy configurations (specifically the MFE apps server block, ie within apps.lms.domain.tld) in an equivalent manner to the [caddyfile-lms patch](https://github.com/overhangio/tutor/blob/release/tutor/templates/apps/caddy/Caddyfile#L59) and [caddyfile-cms patch](https://github.com/overhangio/tutor/blob/release/tutor/templates/apps/caddy/Caddyfile#L76). (by @MuPp3t33r)
33+
34+
- [Feature] Add `mfe-k8s-volume-mounts` patch to mount volumes in the MFE Kubernetes Deployment, complementing `mfe-k8s-volumes`. (by @andres.giraldo)
35+
2236
<a id='changelog-20.0.0'></a>
2337
## v20.0.0 (2025-06-05)
2438

changelog.d/20250804_101420_andres.giraldo_tutor_paragon_mfe_integration.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/20250806_154615_abdul.rehman02_migrate_ruff.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/20250811_084820_tutor_release.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/20250901_141842_andres.giraldo_volume_mounts_patch.md

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

tutormfe/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "20.0.0"
1+
__version__ = "20.1.0"

0 commit comments

Comments
 (0)