Skip to content

0.47.0

Compare
Choose a tag to compare
@ThibaultFy ThibaultFy released this 14 Jun 07:44
· 63 commits to main since this release
d5dfbdb

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)