diff --git a/CHANGELOG.md b/CHANGELOG.md index 6090f6e..796dc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,13 @@ instructions, because git commits are used to generate release notes: ## v19.0.0 (2024-10-23) - 💥[Feature] Upgrade to Sumac. (by @Faraz32123) +- [Feature] Add Elasticsearch support in tutor-discovery. As Tutor and Open edX have shifted to Meilisearch, and course-discovery still depends on Elasticsearch, running the Elasticsearch container with tutor-discovery will facilitate smoother operation for the course-discovery service. (by @Faraz32123) + - Please see related tutor core PR for context https://github.com/overhangio/tutor/pull/1141 +- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Faraz32123) +- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz): + * Rename **master** to **release**, as this branch runs the latest official Open edX release tag. + * Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release. +- [Improvement] Move is_docker_rootless method related to elasticsearch from tutor core to tutor-discovery. (by @Faraz32123) - 💥[Feature] Update Course Discovery Image to use Ubuntu 22.04 as base OS. (by @hinakhadim) - [Bugfix] Fix catalog_service_user permissions and 403 while fetching pathways (by @dyudyunov) - [BugFix] Fix images(media) persistance issue by mounting media directory in volumes through patches. (by @Faraz32123) diff --git a/changelog.d/20241025_181736_faraz.maqsood_enable_elastic_search_for_discovery.md b/changelog.d/20241025_181736_faraz.maqsood_enable_elastic_search_for_discovery.md deleted file mode 100644 index 551ea27..0000000 --- a/changelog.d/20241025_181736_faraz.maqsood_enable_elastic_search_for_discovery.md +++ /dev/null @@ -1,2 +0,0 @@ -- [Feature] Add Elasticsearch support in tutor-discovery. As Tutor and Open edX have shifted to Meilisearch, and course-discovery still depends on Elasticsearch, running the Elasticsearch container with tutor-discovery will facilitate smoother operation for the course-discovery service. (by @Faraz32123) - - It's related PR from tutor: https://github.com/overhangio/tutor/pull/1141. diff --git a/changelog.d/20241111_172041_faraz.maqsood_remove_py38_references.md b/changelog.d/20241111_172041_faraz.maqsood_remove_py38_references.md deleted file mode 100644 index 8b70c7b..0000000 --- a/changelog.d/20241111_172041_faraz.maqsood_remove_py38_references.md +++ /dev/null @@ -1 +0,0 @@ -- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Faraz32123) diff --git a/changelog.d/20241119_123431_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_123431_dawoud.sheraz_branch_rename.md deleted file mode 100644 index fb6e264..0000000 --- a/changelog.d/20241119_123431_dawoud.sheraz_branch_rename.md +++ /dev/null @@ -1,3 +0,0 @@ -- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz): - * Rename **master** to **release**, as this branch runs the latest official Open edX release tag. - * Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release. \ No newline at end of file diff --git a/changelog.d/20241122_121506_faraz.maqsood_sumac.md b/changelog.d/20241122_121506_faraz.maqsood_sumac.md deleted file mode 100644 index 3c77ef5..0000000 --- a/changelog.d/20241122_121506_faraz.maqsood_sumac.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Move is_docker_rootless method related to elasticsearch from tutor core to tutor-discovery. (by @Faraz32123)