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
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
python: "miniconda3-4.7"
jobs:
pre_create_environment:
- conda update --yes --quiet --name=base --channel=defaults conda

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

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

### Added

- Documentation on how to use the Harbor profile on substra-backend ([#416](https://github.com/Substra/substra-documentation/pull/416))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am concerned there is not more added in the documentation in the light of the release notes. Did we not agree to document the NetworkPolicy part for instance? (cc @guilhem-barthes)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added an entry about PSS that was not included in the changelog FYI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. This should not block the release anyway, but I think we need to create follow-up issues.

- Documentation about Pod Security Standard for Substra deployment ([#418](https://github.com/Substra/substra-documentation/pull/418))

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


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

**All**

- 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:

- CPU and memory requests and limits are now provided by default for all orchestrator, backend and frontend pods.
- Network policies have been added to limit the communication between the different pods.
- Update the different base docker images of the Susbtra components and the the user's ones to limit their vulnerabilities.
- The ``user postgres`` is no longer created by default in the postgreSQL database on both backend and orchestrator.

- The profiling of functions have been reworked to take into accound the ``building`` step and the ``download_function`` step.

Substra 0.37.0 --- 2024-03-27
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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.38.0
components:
substrafl:
version: 0.46.0
link: https://github.com/Substra/substrafl/releases/tag/0.46.0
substra:
version: 0.53.0
link: https://github.com/Substra/substra/releases/tag/0.53.0
substra-tools:
version: 0.21.4
link: https://github.com/Substra/substra-tools/releases/tag/0.21.4
substra-backend:
version: 0.47.0
link: https://github.com/Substra/substra-backend/releases/tag/0.47.0
helm:
version: 26.7.2
link: https://artifacthub.io/packages/helm/substra/substra-backend/26.7.2
orchestrator:
version: 0.42.0
link: https://github.com/Substra/orchestrator/releases/tag/0.42.0
helm:
version: 8.7.5
link: https://artifacthub.io/packages/helm/substra/orchestrator/8.7.5
substra-frontend:
version: 0.51.0
link: https://github.com/Substra/substra-frontend/releases/tag/0.51.0
helm:
version: 1.1.2
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.1.2
substra-tests:
version: 0.51.0
link: https://github.com/Substra/substra-tests/releases/tag/0.51.0
- version: 0.37.0
components:
substrafl:
Expand Down