Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.37.0](https://github.com/Substra/substra-documentation/releases/tag/0.37.0) - 2024-03-27


### Changed

- Apply changes from breaking PR on Substra (#405(https://github.com/Substra/substra/pull/405)) ([#412](https://github.com/Substra/substra-documentation/pull/412))

### Fixed

- Added explicit substratools dependency in Substra core examples ([#408](https://github.com/Substra/substra-documentation/pull/408))


## [0.36.0]

### Changed
Expand Down
1 change: 0 additions & 1 deletion changes/408.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/412.changed

This file was deleted.

7 changes: 7 additions & 0 deletions docs/source/additional/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ 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 0.37.0 --- 2024-03-27
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**All**

- Breaking change: `DataSetSpec` no longer take a `type` argument. The `type` argument was not used and was removed.
- Various improvements of our internal processes and tooling that should make it faster to deliver new features.

Substra 0.36.0 --- 2024-03-12
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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: 0.37.0
components:
substrafl:
version: 0.45.0
link: https://github.com/Substra/substrafl/releases/tag/0.45.0
substra:
version: 0.52.0
link: https://github.com/Substra/substra/releases/tag/0.52.0
substra-tools:
version: 0.21.3
link: https://github.com/Substra/substra-tools/releases/tag/0.21.3
substra-backend:
version: 0.45.0
link: https://github.com/Substra/substra-backend/releases/tag/0.45.0
helm:
version: 24.5.0
link: https://artifacthub.io/packages/helm/substra/substra-backend/24.5.0
orchestrator:
version: 0.40.0
link: https://github.com/Substra/orchestrator/releases/tag/0.40.0
helm:
version: 8.4.0
link: https://artifacthub.io/packages/helm/substra/orchestrator/8.4.0
substra-frontend:
version: 0.49.0
link: https://github.com/Substra/substra-frontend/releases/tag/0.49.0
helm:
version: 1.0.28
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.0.28
substra-tests:
version: 0.50.0
link: https://github.com/Substra/substra-tests/releases/tag/0.50.0
- version: 0.36.0
components:
substrafl:
Expand Down