Skip to content

Commit 456b7e1

Browse files
authored
chore: release 0.38.0 (#420)
Signed-off-by: ThibaultFy <[email protected]>
1 parent 415cda1 commit 456b7e1

File tree

4 files changed

+57
-1
lines changed

4 files changed

+57
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ version: 2
88
build:
99
os: "ubuntu-22.04"
1010
tools:
11-
python: "mambaforge-22.9"
11+
python: "miniconda3-4.7"
12+
jobs:
13+
pre_create_environment:
14+
- conda update --yes --quiet --name=base --channel=defaults conda
1215

1316
# Build documentation in the docs/ directory with Sphinx
1417
sphinx:

CHANGELOG.md

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

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

10+
## [0.38.0](https://github.com/Substra/substra-documentation/releases/tag/0.38.0) - 2024-06-03
11+
12+
### Added
13+
14+
- Documentation on how to use the Harbor profile on substra-backend ([#416](https://github.com/Substra/substra-documentation/pull/416))
15+
- Documentation about Pod Security Standard for Substra deployment ([#418](https://github.com/Substra/substra-documentation/pull/418))
16+
1017
## [0.37.0](https://github.com/Substra/substra-documentation/releases/tag/0.37.0) - 2024-03-27
1118

1219

docs/source/additional/release.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ 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.38.0 --- 2024-06-13
35+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36+
37+
**All**
38+
39+
- The release 0.38.0 focuses on improving the security and limit the rights of the differents Substra pods when deployed on a cluster. The following changes have been made:
40+
41+
- CPU and memory requests and limits are now provided by default for all orchestrator, backend and frontend pods.
42+
- Network policies have been added to limit the communication between the different pods.
43+
- Update the different base docker images of the Susbtra components and the the user's ones to limit their vulnerabilities.
44+
- The ``user postgres`` is no longer created by default in the postgreSQL database on both backend and orchestrator.
45+
46+
- The profiling of functions have been reworked to take into accound the ``building`` step and the ``download_function`` step.
47+
3448
Substra 0.37.0 --- 2024-03-27
3549
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3650

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.38.0
12+
components:
13+
substrafl:
14+
version: 0.46.0
15+
link: https://github.com/Substra/substrafl/releases/tag/0.46.0
16+
substra:
17+
version: 0.53.0
18+
link: https://github.com/Substra/substra/releases/tag/0.53.0
19+
substra-tools:
20+
version: 0.21.4
21+
link: https://github.com/Substra/substra-tools/releases/tag/0.21.4
22+
substra-backend:
23+
version: 0.47.0
24+
link: https://github.com/Substra/substra-backend/releases/tag/0.47.0
25+
helm:
26+
version: 26.7.2
27+
link: https://artifacthub.io/packages/helm/substra/substra-backend/26.7.2
28+
orchestrator:
29+
version: 0.42.0
30+
link: https://github.com/Substra/orchestrator/releases/tag/0.42.0
31+
helm:
32+
version: 8.7.5
33+
link: https://artifacthub.io/packages/helm/substra/orchestrator/8.7.5
34+
substra-frontend:
35+
version: 0.51.0
36+
link: https://github.com/Substra/substra-frontend/releases/tag/0.51.0
37+
helm:
38+
version: 1.1.2
39+
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.1.2
40+
substra-tests:
41+
version: 0.51.0
42+
link: https://github.com/Substra/substra-tests/releases/tag/0.51.0
1143
- version: 0.37.0
1244
components:
1345
substrafl:

0 commit comments

Comments
 (0)