Skip to content

Releases: Substra/substra-backend

0.47.0

14 Jun 07:44
d5dfbdb
Compare
Choose a tag to compare

0.47.0 - 2024-06-11

Added

  • Repackage Harbor 412 errors to a user-friendly message. (#926)

Changed

  • SSL connection errors to the registry are now retried. (#917)

Fixed

  • All exceptions raised during the build of an image are caught and properly handled. (#911)
  • Bypass AssetFailureReport creation whenerror type is ERROR_TYPE_INTERNAL. It fixes errors when the backend receives an internal error from the orchestrator (without log address/checksum, as they are not provided in this scenario) (#924)
  • Errors when saving the image to the registry are properly handled. (#926)
  • Bubble up `BuildError` in the builder (#927)

0.47.0-rc1

11 Jun 09:45
Compare
Choose a tag to compare
0.47.0-rc1 Pre-release
Pre-release

0.47.0 - 2024-06-11

Added

  • Repackage Harbor 412 errors to a user-friendly message. (#926)

Changed

  • SSL connection errors to the registry are now retried. (#917)

Fixed

  • All exceptions raised during the build of an image are caught and properly handled. (#911)
  • Bypass AssetFailureReport creation whenerror type is ERROR_TYPE_INTERNAL. It fixes errors when the backend receives an internal error from the orchestrator (without log address/checksum, as they are not provided in this scenario) (#924)
  • Errors when saving the image to the registry are properly handled. (#926)
  • Bubble up `BuildError` in the builder (#927)

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)