Skip to content

Releases: Substra/substra-backend

0.48.0-alpha.3

09 Jul 08:05
Compare
Choose a tag to compare
0.48.0-alpha.3 Pre-release
Pre-release

more logs

0.48.0-alpha.2

09 Jul 07:27
Compare
Choose a tag to compare
0.48.0-alpha.2 Pre-release
Pre-release

More logs

0.48.0-alpha.1

08 Jul 14:59
Compare
Choose a tag to compare
0.48.0-alpha.1 Pre-release
Pre-release

More logging

0.48.0-alpha.0

25 Jun 08:13
Compare
Choose a tag to compare
0.48.0-alpha.0 Pre-release
Pre-release

[0.48.0-alpha.0] - 2024-06-25

Compute pod affinity, nodeSelector and tolerations are now configured for environment variable defined in the values.yaml file.

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)