Skip to content

Commit

Permalink
release/1.0.0 (#443)
Browse files Browse the repository at this point in the history
* chore(release): add release 1.0.0

Signed-off-by: Thibault Camalon <[email protected]>

* chore(release): bump backend chart version

Signed-off-by: Thibault Camalon <[email protected]>

* chore: add first iteration user changelog

Signed-off-by: Guilhem Barthés <[email protected]>

* chore: add message about 1.0.0

Signed-off-by: Guilhem Barthés <[email protected]>

* fix(release): info -> note

Signed-off-by: Thibault Camalon <[email protected]>

---------

Signed-off-by: Thibault Camalon <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
Co-authored-by: Guilhem Barthés <[email protected]>
  • Loading branch information
thbcmlowk and guilhem-barthes authored Oct 14, 2024
1 parent d2bad31 commit 4ac41b4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/source/additional/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ These sets of versions have been tested for compatibility:

.. compatibilitytable:: releases.yaml


.. only:: html

.. note::
Expand All @@ -31,6 +30,32 @@ This is an overview of the main changes, please have a look at the changelog of
- `backend changelog <https://github.com/Substra/substra-backend/blob/main/CHANGELOG.md>`__
- `orchestrator changelog <https://github.com/Substra/orchestrator/blob/main/CHANGELOG.md>`__

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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
32 changes: 32 additions & 0 deletions docs/source/additional/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ac41b4

Please sign in to comment.