diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c180d..7d693a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +- [Improvement] Upgrade all services to open-release/maple.2. + ## v13.1.4 (2022-02-08) - [Security] Fix vulnerability in redirect url during authentication (see [commit](https://github.com/overhangio/edx-platform/commit/06550411e34c04376fa3d757e1f068f464f816e6)). diff --git a/docs/configuration.rst b/docs/configuration.rst index ce15ead..1525f52 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -79,7 +79,7 @@ You may want to pull/push images from/to a custom docker registry. For instance, Open edX customisation ~~~~~~~~~~~~~~~~~~~~~~ -- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/maple.1"``) +- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/maple.2"``) This defines the default version that will be pulled from all Open edX git repositories. diff --git a/docs/dev.rst b/docs/dev.rst index b799c7c..9e74358 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -137,7 +137,7 @@ Following the instructions :ref:`above ` on how to bind-mount direc If you choose any but the first solution above, you will have to make sure that your fork works with Tutor. -First of all, you should make sure that you are working off the ``open-release/maple.1`` tag. See the :ref:`fork edx-platform section ` for more information. +First of all, you should make sure that you are working off the ``open-release/maple.2`` tag. See the :ref:`fork edx-platform section ` for more information. Then, you should run the following commands::