Skip to content

Commit 4066651

Browse files
committed
v17.0.1
1 parent e6e9687 commit 4066651

10 files changed

+12
-21
lines changed

CHANGELOG.md

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

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

22+
<a id='changelog-17.0.1'></a>
23+
## v17.0.1 (2024-03-26)
24+
25+
- [Feature] Add a new `mfe-dockerfile-production-final` patch to define additional instructions in the final image. (by @MoisesGSalas)
26+
- [Bugfix] Fix MFE runtime config via site configuration in dev mode (by @arbrandes).
27+
- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb)
28+
- [Bugfix] Make sure course-authoring mfe is present in `MFE_APPS` before applying cms-development-settings. (by @Danyal-Faheem)
29+
- [Bugfix] Fix issue of `MFE_HOST` url redirection to `LMS_HOST` (by @hinakhadim)
30+
- [Bugfix] Added the learner-dashboard-dev image to the gitlab ci. (by @Danyal-Faheem)
31+
- [Improvement] Adds the `COURSE_AUTHORING_MFE_BASE_URL` to `MFE_CONFIG` pointing to the Course Authoring MFE address. (by @rpenido)
32+
2233
<a id='changelog-17.0.0'></a>
2334
## v17.0.0 (2023-12-09)
2435

changelog.d/20231220_054305_moisesgsalas.add_docker_final_patch.md

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

changelog.d/20240206_100528_arbrandes_fix_dev_runtime_config.md

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

changelog.d/20240212_115536_regis_pkg_resources.md

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

changelog.d/20240213_141934_danyal.faheem_fix_course_authoring_mfe_removal.md

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

changelog.d/20240220_180043_hina.khadim_mfe_url_issue.md

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

changelog.d/20240221_114505_danyal.faheem_add_learner_dashboard_dev_to_ci.md

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

changelog.d/20240301_160746_romulo_add_course_authoring_url_mfe_config.md

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

changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.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__ = "17.0.0"
1+
__version__ = "17.0.1"

0 commit comments

Comments
 (0)