Skip to content

Releases: Substra/substra-backend

0.46.0

03 Jun 14:10
0c3b1db
Compare
Choose a tag to compare

0.46.0 - 2024-05-21

Added

  • Add privateCa to Kaniko pods (#877) (#877)
  • Parametrize user docker repository for user docker images through environment variable. (#888)
  • Resources to Kaniko pods and computeTask pods (#892)
  • Profiling step download_function (#1520)

Changed

  • Requests to get Docker manifest now uses manifests in version 2 (#862)
  • substra-backend docker image is now based on Ubuntu 23.10 (#866)
  • MinIO is now the default S3 storage, instead of localstack. (#878)

Fixed

  • Dxf authenticator now uses content of dockerconfig to login (#862)

Removed

  • Function get_container_images which was not used (#862)
  • Task profiling step build_image (#1517)

0.46.0-rc2

23 May 14:20
4777b13
Compare
Choose a tag to compare
0.46.0-rc2 Pre-release
Pre-release
chore: release 0.46.0-rc1

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

0.46.0-rc1

21 May 09:37
29f4ed3
Compare
Choose a tag to compare
0.46.0-rc1 Pre-release
Pre-release

0.46.0 - 2024-05-21

Added

  • Add privateCa to Kaniko pods (#877) (#877)
  • Parametrize user docker repository for user docker images through environment variable. (#888)
  • Resources to Kaniko pods and computeTask pods (#892)
  • Profiling step download_function (#1520)

Changed

  • Requests to get Docker manifest now uses manifests in version 2 (#862)
  • substra-backend docker image is now based on Ubuntu 23.10 (#866)
  • MinIO is now the default S3 storage, instead of localstack. (#878)

Fixed

  • Dxf authenticator now uses content of dockerconfig to login (#862)

Removed

  • Function get_container_images which was not used (#862)
  • Task profiling step build_image (#1517)

0.38.4

10 Apr 09:07
Compare
Choose a tag to compare

0.38.4 2024-04-10

Fixed

  • Create secret for Kaniko CA (#885)

0.38.3

10 Apr 07:45
Compare
Choose a tag to compare

0.38.3 2024-04-10

Fixed

  • Wrong parameter to create secret (#882)

0.38.2

09 Apr 12:43
Compare
Choose a tag to compare

0.38.2 2024-04-09

Added

  • All worker CA are now injected in Kaniko pods (#880)

0.38.1

05 Apr 08:09
Compare
Choose a tag to compare

0.38.1 2024-04-05

Added

  • Private CA are now injected in Kaniko pods (#879)

0.45.0

27 Mar 10:53
fffc3d0
Compare
Choose a tag to compare

0.45.0 - 2024-03-27

Changed

  • BREAKING: remove type from datamanager (#860)
  • [chore] towncrier is now used for changelog management (#861)

0.45.0-rc1

27 Mar 08:30
81cb629
Compare
Choose a tag to compare
0.45.0-rc1 Pre-release
Pre-release

0.45.0 - 2024-03-27

Changed

  • BREAKING: remove type from datamanager (#860)
  • [chore] towncrier is now used for changelog management (#861)

0.44.0

12 Mar 16:11
21c7c8a
Compare
Choose a tag to compare

0.44.0

Chart version: 24.4.0

Fixed

  • Ensure that we always use safezip and tarsafe to avoid path traversal attack (#845)
  • Add timeout on all OIDC requests (value set with OIDC_TIMOUT, and default to HTTP_CLIENT_TIMEOUT_SECONDS) (#846)
  • Check if builder is enabled during function registration (#847)

Changed

  • Compute task status DOING is renamed EXECUTING (#827)
  • Compute plan statuses EMPTY, WAITING ansd TODO are merged into new status CREATED (#827)

Removed

  • worker does not wait the cache to be pre-populated to start (#831)
  • Remove docker pull configuration from the worker used by kaniko (#831)