Skip to content

Commit

Permalink
chore: release 0.47.0 (#930)
Browse files Browse the repository at this point in the history
* chore: release 0.47.0-rc1

Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>

* chore: release 0.47.0

Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>

---------

Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
  • Loading branch information
ThibaultFy committed Jun 14, 2024
1 parent b04a6a1 commit d5dfbdb
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 8 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.

8 changes: 8 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- towncrier release notes start -->

## [26.7.2] - 2024-06-13


### Changed

- Bump app version to 0.47.0


## [26.7.1] - 2024-06-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: 26.7.1
appVersion: 0.46.0
version: 26.7.2
appVersion: 0.47.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
type: application
Expand Down

0 comments on commit d5dfbdb

Please sign in to comment.