Releases: Substra/substra-backend
Releases · Substra/substra-backend
0.47.0
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 isERROR_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
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 isERROR_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
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 oflocalstack
. (#878)
Fixed
- Dxf authenticator now uses content of
dockerconfig
to login (#862)
Removed
0.46.0-rc2
chore: release 0.46.0-rc1 Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
0.46.0-rc1
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 oflocalstack
. (#878)
Fixed
- Dxf authenticator now uses content of
dockerconfig
to login (#862)