Skip to content

Commit d4b140a

Browse files
committed
v21.0.2
1 parent a6e57b2 commit d4b140a

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Feature] Upgrade to Open edX Ulmo.2 (by @ahmed-arb)

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Open edX customisation
132132

133133
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.
134134

135-
- ``OPENEDX_COMMON_VERSION`` (default: ``"release/ulmo.1"``, or ``master`` in :ref:`Tutor Main <main>`)
135+
- ``OPENEDX_COMMON_VERSION`` (default: ``"release/ulmo.2"``, or ``master`` in :ref:`Tutor Main <main>`)
136136

137137
This defines the default version that will be pulled from all Open edX git repositories.
138138

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "21.0.1"
5+
__version__ = "21.0.2"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

tutor/templates/build/openedx/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ RUN git config --global user.email "tutor@overhang.io" \
5858
# Patches in Main node
5959
{%- else %}
6060
# Patches in non-Main mode (i.e., Release mode)
61-
## Update edx-search to 4.4.0 to fix the Catalog MFE
62-
RUN curl -fsSL https://github.com/openedx/openedx-platform/commit/1db37f309f710fa54e2372b1a3ca6dbb9b05640f.patch | git am
63-
## Bump Django 5.2.7->5.2.11 for security fix
64-
RUN curl -fsSL https://github.com/openedx/openedx-platform/commit/5f95ef0ba14baf145652d93be33176c51f926c6e.patch | git am
65-
## Upgrade edx-ora2 to fix pkg_resources build error
66-
RUN curl -fsSL https://github.com/openedx/openedx-platform/commit/e05ed0afb1a291635a91efc8c1620d06858f65c6.patch | git am
6761
{%- endif %}
6862

6963
{# Add new patches like this: #}

tutor/templates/config/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2
6161
OPENEDX_MYSQL_DATABASE: "openedx"
6262
OPENEDX_MYSQL_USERNAME: "openedx"
6363
# the common version will be automatically set to "master" in the main branch
64-
OPENEDX_COMMON_VERSION: "release/ulmo.1"
64+
OPENEDX_COMMON_VERSION: "release/ulmo.2"
6565
OPENEDX_EXTRA_PIP_REQUIREMENTS: []
6666
MYSQL_HOST: "mysql"
6767
MYSQL_PORT: 3306

0 commit comments

Comments
 (0)