diff --git a/CHANGELOG.md b/CHANGELOG.md index 451f9a9c..fc11ef2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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 diff --git a/changes/408.fixed b/changes/408.fixed deleted file mode 100644 index e0d4b7be..00000000 --- a/changes/408.fixed +++ /dev/null @@ -1 +0,0 @@ -Added explicit substratools dependency in Substra core examples diff --git a/changes/412.changed b/changes/412.changed deleted file mode 100644 index 1bd98861..00000000 --- a/changes/412.changed +++ /dev/null @@ -1 +0,0 @@ -Apply changes from breaking PR on Substra (#405(https://github.com/Substra/substra/pull/405)) diff --git a/docs/source/additional/release.rst b/docs/source/additional/release.rst index a7114c15..037e122b 100644 --- a/docs/source/additional/release.rst +++ b/docs/source/additional/release.rst @@ -31,6 +31,13 @@ This is an overview of the main changes, please have a look at the changelog of - `backend changelog `__ - `orchestrator changelog `__ +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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/source/additional/releases.yaml b/docs/source/additional/releases.yaml index 6089c7ee..af4305da 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: 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: