From 7d93cc3b3c4424887ad9486710255353ca3e82ed Mon Sep 17 00:00:00 2001
From: Syed Muhammad Dawoud Sheraz Ali
<40599381+DawoudSheraz@users.noreply.github.com>
Date: Thu, 24 Oct 2024 16:11:21 +0500
Subject: [PATCH] feat: v18.1.4 (#1147)
---
CHANGELOG.md | 17 +++++++++++++++++
.../20240624_105125_kyle_test_mongo_host.md | 1 -
...20240629_120748_codewithemad_cleanup_flag.md | 1 -
.../20240816_141531_regis_patches_show.md | 1 -
...40903_140541_crisgarta8_closed_connection.md | 1 -
changelog.d/20241001_123236_regis_celery.md | 1 -
.../20241023_155157_codewithemad_long_domain.md | 1 -
.../20241024_111339_dawoud.sheraz_redwood_3.md | 1 -
tutor/__about__.py | 2 +-
9 files changed, 18 insertions(+), 8 deletions(-)
delete mode 100644 changelog.d/20240624_105125_kyle_test_mongo_host.md
delete mode 100644 changelog.d/20240629_120748_codewithemad_cleanup_flag.md
delete mode 100644 changelog.d/20240816_141531_regis_patches_show.md
delete mode 100644 changelog.d/20240903_140541_crisgarta8_closed_connection.md
delete mode 100644 changelog.d/20241001_123236_regis_celery.md
delete mode 100644 changelog.d/20241023_155157_codewithemad_long_domain.md
delete mode 100644 changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e45209dfa7..4556c4f873 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,23 @@ instructions, because git commits are used to generate release notes:
+
+## v18.1.4 (2024-10-24)
+
+- [Improvement] Set `EDXAPP_TEST_MONGO_HOST` env var in the openedx-dev image so that it no longer needs to be set by hand when running edx-platform unit tests (by @kdmccormick).
+
+- [Feature] Added `-c` or `--clean` option to tutor config save: For plugin developers and advanced users, this option cleans the `env/` folder before saving, ensuring a fresh environment for testing and development. (by @CodeWithEmad)
+
+- [Feature] Add a `patches show my-patch-name`. This is a convenient command for the troubleshooting of plugins. (by @regisb)
+
+- [Improvement] Fixes an issue which caused 502 errors by a premature closed connection by uwsgi, it also improves the handling of SIGTERM in docker and other uwsgi improvements (by @Ian2012).
+
+- [Improvement] Do not run useless celery workers (lms-worker, cms-worker) in development. This should save us ~700MB memory. (by @arbrandes, @regisb).
+
+- [Bugfix] Fixed an issue where the site name was not limited to 50 characters when creating a new site configuration. (by @CodeWithEmad)
+
+- [Feature] Update Open edX version to redwood.3 (by @dawoudsheraz)
+
## v18.1.3 (2024-08-13)
diff --git a/changelog.d/20240624_105125_kyle_test_mongo_host.md b/changelog.d/20240624_105125_kyle_test_mongo_host.md
deleted file mode 100644
index 7987cb4431..0000000000
--- a/changelog.d/20240624_105125_kyle_test_mongo_host.md
+++ /dev/null
@@ -1 +0,0 @@
-[Improvement] Set `EDXAPP_TEST_MONGO_HOST` env var in the openedx-dev image so that it no longer needs to be set by hand when running edx-platform unit tests (by @kdmccormick).
diff --git a/changelog.d/20240629_120748_codewithemad_cleanup_flag.md b/changelog.d/20240629_120748_codewithemad_cleanup_flag.md
deleted file mode 100644
index d44e7e2119..0000000000
--- a/changelog.d/20240629_120748_codewithemad_cleanup_flag.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Feature] Added `-c` or `--clean` option to tutor config save: For plugin developers and advanced users, this option cleans the `env/` folder before saving, ensuring a fresh environment for testing and development. (by @CodeWithEmad)
diff --git a/changelog.d/20240816_141531_regis_patches_show.md b/changelog.d/20240816_141531_regis_patches_show.md
deleted file mode 100644
index fef5b5d972..0000000000
--- a/changelog.d/20240816_141531_regis_patches_show.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Feature] Add a `patches show my-patch-name`. This is a convenient command for the troubleshooting of plugins. (by @regisb)
diff --git a/changelog.d/20240903_140541_crisgarta8_closed_connection.md b/changelog.d/20240903_140541_crisgarta8_closed_connection.md
deleted file mode 100644
index 799b401fdc..0000000000
--- a/changelog.d/20240903_140541_crisgarta8_closed_connection.md
+++ /dev/null
@@ -1 +0,0 @@
-[Improvement] Fixes an issue which caused 502 errors by a premature closed connection by uwsgi, it also improves the handling of SIGTERM in docker and other uwsgi improvements (by @Ian2012).
\ No newline at end of file
diff --git a/changelog.d/20241001_123236_regis_celery.md b/changelog.d/20241001_123236_regis_celery.md
deleted file mode 100644
index 745d7a14e8..0000000000
--- a/changelog.d/20241001_123236_regis_celery.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Do not run useless celery workers (lms-worker, cms-worker) in development. This should save us ~700MB memory. (by @arbrandes, @regisb).
diff --git a/changelog.d/20241023_155157_codewithemad_long_domain.md b/changelog.d/20241023_155157_codewithemad_long_domain.md
deleted file mode 100644
index 129971673f..0000000000
--- a/changelog.d/20241023_155157_codewithemad_long_domain.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Fixed an issue where the site name was not limited to 50 characters when creating a new site configuration. (by @CodeWithEmad)
diff --git a/changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md b/changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md
deleted file mode 100644
index 26a05e3df9..0000000000
--- a/changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md
+++ /dev/null
@@ -1 +0,0 @@
- - [Feature] Update Open edX version to redwood.3 (by @dawoudsheraz)
diff --git a/tutor/__about__.py b/tutor/__about__.py
index 2e02ccd7bb..fb9d827646 100644
--- a/tutor/__about__.py
+++ b/tutor/__about__.py
@@ -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__ = "18.1.3"
+__version__ = "18.1.4"
# 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