From 456b7e15ab538cd09e9afa8636c62047941ef3ae Mon Sep 17 00:00:00 2001 From: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:03:09 +0200 Subject: [PATCH] chore: release 0.38.0 (#420) Signed-off-by: ThibaultFy --- .readthedocs.yaml | 5 ++++- CHANGELOG.md | 7 ++++++ docs/source/additional/release.rst | 14 ++++++++++++ docs/source/additional/releases.yaml | 32 ++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cbf4987cd..fbad2e959 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index fc11ef2bd..6857741cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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)) +- 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 diff --git a/docs/source/additional/release.rst b/docs/source/additional/release.rst index 037e122b9..ba3598734 100644 --- a/docs/source/additional/release.rst +++ b/docs/source/additional/release.rst @@ -31,6 +31,20 @@ This is an overview of the main changes, please have a look at the changelog of - `backend changelog `__ - `orchestrator changelog `__ +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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/source/additional/releases.yaml b/docs/source/additional/releases.yaml index af4305da6..9346be7ef 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.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: