Skip to content

Commit 4ac41b4

Browse files
release/1.0.0 (#443)
* 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]>
1 parent d2bad31 commit 4ac41b4

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

docs/source/additional/release.rst

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ These sets of versions have been tested for compatibility:
1010

1111
.. compatibilitytable:: releases.yaml
1212

13-
1413
.. only:: html
1514

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

33+
Substra 1.0.0 --- 2024-10-14
34+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35+
36+
**All**
37+
38+
.. note::
39+
40+
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.
41+
42+
43+
- Drop support for Python 3.9
44+
- Update dependencies
45+
46+
**SubstraFL**
47+
48+
- The `Dependency` object now takes an optional parameter `binary_dependencies` to specify binary packages to be
49+
installed in the computation container
50+
- cuda base docker image is now `nvidia/cuda:12.6.1-runtime-ubuntu24.04`
51+
52+
**Backend**
53+
54+
- Improve error handling
55+
- Users management commands now can update and delete organizations and users
56+
- Cancelling compute plans now cancels function builds
57+
58+
3459
Substra 0.39.0 --- 2024-09-13
3560
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3661

docs/source/additional/releases.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,38 @@ components: # for table headers
88
- substra-tests
99

1010
releases:
11+
- version: 1.0.0
12+
components:
13+
substrafl:
14+
version: 1.0.0
15+
link: https://github.com/Substra/substrafl/releases/tag/1.0.0
16+
substra:
17+
version: 1.0.0
18+
link: https://github.com/Substra/substra/releases/tag/1.0.0
19+
substra-tools:
20+
version: 1.0.0
21+
link: https://github.com/Substra/substra-tools/releases/tag/1.0.0
22+
substra-backend:
23+
version: 1.0.0
24+
link: https://github.com/Substra/substra-backend/releases/tag/0.48.0
25+
helm:
26+
version: 26.14.2
27+
link: https://artifacthub.io/packages/helm/substra/substra-backend/26.14.2
28+
orchestrator:
29+
version: 1.0.0
30+
link: https://github.com/Substra/orchestrator/releases/tag/1.0.0
31+
helm:
32+
version: 8.7.7
33+
link: https://artifacthub.io/packages/helm/substra/orchestrator/8.7.7
34+
substra-frontend:
35+
version: 1.0.0
36+
link: https://github.com/Substra/substra-frontend/releases/tag/1.0.0
37+
helm:
38+
version: 1.2.3
39+
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.2.3
40+
substra-tests:
41+
version: 1.0.0
42+
link: https://github.com/Substra/substra-tests/releases/tag/1.0.0
1143
- version: 0.39.0
1244
components:
1345
substrafl:

0 commit comments

Comments
 (0)