From 8fdd8df52c51635af8c947000b213151be738d56 Mon Sep 17 00:00:00 2001 From: Max Sokolski Date: Fri, 13 Oct 2023 09:57:01 +0300 Subject: [PATCH] docs: start the Quince release listing Changes: - add Quince listing - add Palm.3 release --- .vscode/settings.json | 3 ++ Pipfile | 11 +++++ devbox.json | 9 ++++ devbox.lock | 11 +++++ source/community/release_notes/index.rst | 1 + .../named_release_branches_and_tags.rst | 11 +++++ source/community/release_notes/quince.rst | 44 +++++++++++++++++++ 7 files changed, 90 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 Pipfile create mode 100644 devbox.json create mode 100644 devbox.lock create mode 100644 source/community/release_notes/quince.rst diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..a7d0fc7b7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "esbonio.sphinx.confDir": "" +} \ No newline at end of file diff --git a/Pipfile b/Pipfile new file mode 100644 index 000000000..0757494bb --- /dev/null +++ b/Pipfile @@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.11" diff --git a/devbox.json b/devbox.json new file mode 100644 index 000000000..1b0f1b0ed --- /dev/null +++ b/devbox.json @@ -0,0 +1,9 @@ +{ + "packages": [ + "python310", + "pipenv" + ], + "shell": { + "init_hook": "pipenv shell" + } +} \ No newline at end of file diff --git a/devbox.lock b/devbox.lock new file mode 100644 index 000000000..1e9ac7611 --- /dev/null +++ b/devbox.lock @@ -0,0 +1,11 @@ +{ + "lockfile_version": "1", + "packages": { + "pipenv": { + "resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#pipenv" + }, + "python310": { + "resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#python310" + } + } +} \ No newline at end of file diff --git a/source/community/release_notes/index.rst b/source/community/release_notes/index.rst index da46535eb..097cf86ab 100755 --- a/source/community/release_notes/index.rst +++ b/source/community/release_notes/index.rst @@ -11,6 +11,7 @@ The *Open edX Platform Release Notes* provide information about releases, migrat .. toctree:: :maxdepth: 2 + Quince: The next release Palm: The current release named_release_branches_and_tags old_releases diff --git a/source/community/release_notes/named_release_branches_and_tags.rst b/source/community/release_notes/named_release_branches_and_tags.rst index 47600712f..dd71f6f4b 100644 --- a/source/community/release_notes/named_release_branches_and_tags.rst +++ b/source/community/release_notes/named_release_branches_and_tags.rst @@ -31,6 +31,13 @@ Every release line (Ginkgo, Hawthorn, etc) has a branch that accumulates changes If an installation of a tag fails, try the corresponding release line master branch, it may have a fix. +Quince +~~~~~~ + +* **Code cut date:** 2023-10-10 +* **Status:** upcoming +* :doc:`Release Notes <./quince>` + Palm ~~~~ @@ -53,6 +60,10 @@ Palm - 2023-08-09 - open-release/palm.2 + * - Palm.3 + - 2023-10-13 + - open-release/palm.3 + Olive ===== diff --git a/source/community/release_notes/quince.rst b/source/community/release_notes/quince.rst new file mode 100644 index 000000000..cd8b1ef44 --- /dev/null +++ b/source/community/release_notes/quince.rst @@ -0,0 +1,44 @@ +.. _Open edX Quince Release: + +Open edX Quince Release +####################### + +These are the release notes for the Quince release, the 17th community release of the Open edX Platform, spanning changes from April 11 2023 to October 10 2023. You can also review details about `earlier releases`_ or learn more about the `Open edX Platform`_. + +.. _earlier releases: https://edx.readthedocs.io/projects/edx-developer-docs/en/latest/named_releases.html +.. _Open edX Platform: https://openedx.org + +.. contents:: + :depth: 1 + :local: + +Breaking Changes +**************** + + +Learner Experiences +******************* + + +Instructor Experiences +********************** + + +Administrators & Operators +************************** + + +Deprecations & Removals +*********************** + + +Developer Experience +******************** + + +Researcher & Data Experiences +***************************** + + +Known Issues +************