diff --git a/docs/source/additional/release.rst b/docs/source/additional/release.rst index 9f4928d7..7c98c282 100644 --- a/docs/source/additional/release.rst +++ b/docs/source/additional/release.rst @@ -10,7 +10,6 @@ These sets of versions have been tested for compatibility: .. compatibilitytable:: releases.yaml - .. only:: html .. note:: @@ -31,6 +30,32 @@ This is an overview of the main changes, please have a look at the changelog of - `backend changelog `__ - `orchestrator changelog `__ +Substra 1.0.0 --- 2024-10-14 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +**All** + +.. note:: + + After years of continuous development and refinement, we're excited to announce the official release of Substra 1.0, featuring a robust and fully matured API. + + +- Drop support for Python 3.9 +- Update dependencies + +**SubstraFL** + +- The `Dependency` object now takes an optional parameter `binary_dependencies` to specify binary packages to be + installed in the computation container +- cuda base docker image is now `nvidia/cuda:12.6.1-runtime-ubuntu24.04` + +**Backend** + +- Improve error handling +- Users management commands now can update and delete organizations and users +- Cancelling compute plans now cancels function builds + + Substra 0.39.0 --- 2024-09-13 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/source/additional/releases.yaml b/docs/source/additional/releases.yaml index d86313e9..f8d92fa6 100644 --- a/docs/source/additional/releases.yaml +++ b/docs/source/additional/releases.yaml @@ -8,6 +8,38 @@ components: # for table headers - substra-tests releases: + - version: 1.0.0 + components: + substrafl: + version: 1.0.0 + link: https://github.com/Substra/substrafl/releases/tag/1.0.0 + substra: + version: 1.0.0 + link: https://github.com/Substra/substra/releases/tag/1.0.0 + substra-tools: + version: 1.0.0 + link: https://github.com/Substra/substra-tools/releases/tag/1.0.0 + substra-backend: + version: 1.0.0 + link: https://github.com/Substra/substra-backend/releases/tag/0.48.0 + helm: + version: 26.14.2 + link: https://artifacthub.io/packages/helm/substra/substra-backend/26.14.2 + orchestrator: + version: 1.0.0 + link: https://github.com/Substra/orchestrator/releases/tag/1.0.0 + helm: + version: 8.7.7 + link: https://artifacthub.io/packages/helm/substra/orchestrator/8.7.7 + substra-frontend: + version: 1.0.0 + link: https://github.com/Substra/substra-frontend/releases/tag/1.0.0 + helm: + version: 1.2.3 + link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.2.3 + substra-tests: + version: 1.0.0 + link: https://github.com/Substra/substra-tests/releases/tag/1.0.0 - version: 0.39.0 components: substrafl: