Skip to content

Commit 5c2f77d

Browse files
authored
chore: release 0.17.0 (#415)
Signed-off-by: SdgJlbl <[email protected]>
1 parent 97bbae0 commit 5c2f77d

File tree

5 files changed

+51
-2
lines changed

5 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## [0.37.0](https://github.com/Substra/substra-documentation/releases/tag/0.37.0) - 2024-03-27
11+
12+
13+
### Changed
14+
15+
- Apply changes from breaking PR on Substra (#405(https://github.com/Substra/substra/pull/405)) ([#412](https://github.com/Substra/substra-documentation/pull/412))
16+
17+
### Fixed
18+
19+
- Added explicit substratools dependency in Substra core examples ([#408](https://github.com/Substra/substra-documentation/pull/408))
20+
21+
1022
## [0.36.0]
1123

1224
### Changed

changes/408.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/412.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/additional/release.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ This is an overview of the main changes, please have a look at the changelog of
3131
- `backend changelog <https://github.com/Substra/substra-backend/blob/main/CHANGELOG.md>`__
3232
- `orchestrator changelog <https://github.com/Substra/orchestrator/blob/main/CHANGELOG.md>`__
3333

34+
Substra 0.37.0 --- 2024-03-27
35+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36+
37+
**All**
38+
39+
- Breaking change: `DataSetSpec` no longer take a `type` argument. The `type` argument was not used and was removed.
40+
- Various improvements of our internal processes and tooling that should make it faster to deliver new features.
3441

3542
Substra 0.36.0 --- 2024-03-12
3643
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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: 0.37.0
12+
components:
13+
substrafl:
14+
version: 0.45.0
15+
link: https://github.com/Substra/substrafl/releases/tag/0.45.0
16+
substra:
17+
version: 0.52.0
18+
link: https://github.com/Substra/substra/releases/tag/0.52.0
19+
substra-tools:
20+
version: 0.21.3
21+
link: https://github.com/Substra/substra-tools/releases/tag/0.21.3
22+
substra-backend:
23+
version: 0.45.0
24+
link: https://github.com/Substra/substra-backend/releases/tag/0.45.0
25+
helm:
26+
version: 24.5.0
27+
link: https://artifacthub.io/packages/helm/substra/substra-backend/24.5.0
28+
orchestrator:
29+
version: 0.40.0
30+
link: https://github.com/Substra/orchestrator/releases/tag/0.40.0
31+
helm:
32+
version: 8.4.0
33+
link: https://artifacthub.io/packages/helm/substra/orchestrator/8.4.0
34+
substra-frontend:
35+
version: 0.49.0
36+
link: https://github.com/Substra/substra-frontend/releases/tag/0.49.0
37+
helm:
38+
version: 1.0.28
39+
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.0.28
40+
substra-tests:
41+
version: 0.50.0
42+
link: https://github.com/Substra/substra-tests/releases/tag/0.50.0
1143
- version: 0.36.0
1244
components:
1345
substrafl:

0 commit comments

Comments
 (0)