Skip to content

Commit

Permalink
chore: release 0.47.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
  • Loading branch information
ThibaultFy committed Jun 11, 2024
1 parent b04a6a1 commit e35fd54
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.47.0](https://github.com/Substra/substra-backend/releases/tag/0.47.0) - 2024-06-11


### Added

- Repackage Harbor 412 errors to a user-friendly message. ([#926](https://github.com/Substra/substra-backend/pull/926))

### Changed

- SSL connection errors to the registry are now retried. ([#917](https://github.com/Substra/substra-backend/pull/917))

### Fixed

- All exceptions raised during the build of an image are caught and properly handled. ([#911](https://github.com/Substra/substra-backend/pull/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](https://github.com/Substra/substra-backend/pull/924))
- Errors when saving the image to the registry are properly handled. ([#926](https://github.com/Substra/substra-backend/pull/926))
- Bubble up \`BuildError\` in the builder ([#927](https://github.com/Substra/substra-backend/pull/927))


## [0.46.0](https://github.com/Substra/substra-backend/releases/tag/0.46.0) - 2024-06-03


Expand Down
1 change: 0 additions & 1 deletion changes/911.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/917.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/924.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/926.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/926.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/927.fixed

This file was deleted.

0 comments on commit e35fd54

Please sign in to comment.