From 0dbb12c820b9b000fdbfa07a4d6f9f86d9c058b4 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali <40599381+DawoudSheraz@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:13:50 +0500 Subject: [PATCH] feat: upgrade to redwood.3 (#1146) --- changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md | 1 + docs/configuration.rst | 2 +- tutor/templates/config/defaults.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md diff --git a/changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md b/changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md new file mode 100644 index 0000000000..26a05e3df9 --- /dev/null +++ b/changelog.d/20241024_111339_dawoud.sheraz_redwood_3.md @@ -0,0 +1 @@ + - [Feature] Update Open edX version to redwood.3 (by @dawoudsheraz) diff --git a/docs/configuration.rst b/docs/configuration.rst index 96133e7902..6e40797a14 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -132,7 +132,7 @@ Open edX customisation This defines the git repository from which you install Open edX platform code. If you run an Open edX fork with custom patches, set this to your own git repository. You may also override this configuration parameter at build time, by providing a ``--build-arg`` option. -- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/redwood.2"``, or ``master`` in :ref:`nightly `) +- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/redwood.3"``, or ``master`` in :ref:`nightly `) This defines the default version that will be pulled from all Open edX git repositories. diff --git a/tutor/templates/config/defaults.yml b/tutor/templates/config/defaults.yml index 65a9de2983..816ce21747 100644 --- a/tutor/templates/config/defaults.yml +++ b/tutor/templates/config/defaults.yml @@ -61,7 +61,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2 OPENEDX_MYSQL_DATABASE: "openedx" OPENEDX_MYSQL_USERNAME: "openedx" # the common version will be automatically set to "master" in the nightly branch -OPENEDX_COMMON_VERSION: "open-release/redwood.2" +OPENEDX_COMMON_VERSION: "open-release/redwood.3" OPENEDX_EXTRA_PIP_REQUIREMENTS: [] MYSQL_HOST: "mysql" MYSQL_PORT: 3306