Skip to content

Commit 67133c7

Browse files
authored
chore: release 0.33.1 (#373)
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
1 parent 1d717fb commit 67133c7

3 files changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.33.1]
11+
1012
### Fixed
1113

1214
- Missing install in titanic example ([#372](https://github.com/Substra/substra-documentation/pull/372))

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.33.1 --- 2023-10-09
35+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36+
37+
**Documentation:**
38+
39+
- Fixed missing dependency in Titanic example when running in docker or remote mode.
40+
3441
Substra 0.33.0 --- 2023-10-06
3542
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3643

docs/source/additional/releases.yaml

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

1111
releases:
12+
- version: 0.33.1
13+
components:
14+
substrafl:
15+
version: 0.41.1
16+
link: https://github.com/Substra/substrafl/releases/tag/0.41.1
17+
substra:
18+
version: 0.48.1
19+
link: https://github.com/Substra/substra/releases/tag/0.48.1
20+
substra-tools:
21+
version: 0.21.0
22+
link: https://github.com/Substra/substra-tools/releases/tag/0.21.0
23+
substra-backend:
24+
version: 0.42.1
25+
link: https://github.com/Substra/substra-backend/releases/tag/0.42.1
26+
helm:
27+
version: 22.8.3
28+
link: https://artifacthub.io/packages/helm/substra/substra-backend/22.8.3
29+
orchestrator:
30+
version: 0.36.1
31+
link: https://github.com/Substra/orchestrator/releases/tag/0.36.1
32+
helm:
33+
version: 7.5.5
34+
link: https://artifacthub.io/packages/helm/substra/orchestrator/7.5.5
35+
substra-frontend:
36+
version: 0.45.1
37+
link: https://github.com/Substra/substra-frontend/releases/tag/0.45.1
38+
helm:
39+
version: 1.0.24
40+
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.0.24
41+
hlf-k8s:
42+
version: 0.2.4
43+
link: https://github.com/Substra/hlf-k8s/releases/tag/0.2.4
44+
helm:
45+
version: 10.2.4
46+
link: https://artifacthub.io/packages/helm/substra/hlf-k8s/10.2.4
47+
substra-tests:
48+
version: 0.46.0
49+
link: https://github.com/Substra/substra-tests/releases/tag/0.46.0
1250
- version: 0.33.0
1351
components:
1452
substrafl:

0 commit comments

Comments
 (0)