From d5dfbdb656736ce0df45c269f92b3383e997e473 Mon Sep 17 00:00:00 2001 From: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:32:25 +0200 Subject: [PATCH] chore: release 0.47.0 (#930) * chore: release 0.47.0-rc1 Signed-off-by: ThibaultFy * chore: release 0.47.0 Signed-off-by: ThibaultFy --------- Signed-off-by: ThibaultFy --- CHANGELOG.md | 19 +++++++++++++++++++ changes/911.fixed | 1 - changes/917.changed | 1 - changes/924.fixed | 1 - changes/926.added | 1 - changes/926.fixed | 1 - changes/927.fixed | 1 - charts/substra-backend/CHANGELOG.md | 8 ++++++++ charts/substra-backend/Chart.yaml | 4 ++-- 9 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 changes/911.fixed delete mode 100644 changes/917.changed delete mode 100644 changes/924.fixed delete mode 100644 changes/926.added delete mode 100644 changes/926.fixed delete mode 100644 changes/927.fixed diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4849846..0d4b7354b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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 diff --git a/changes/911.fixed b/changes/911.fixed deleted file mode 100644 index a83bd297a..000000000 --- a/changes/911.fixed +++ /dev/null @@ -1 +0,0 @@ -All exceptions raised during the build of an image are caught and properly handled. diff --git a/changes/917.changed b/changes/917.changed deleted file mode 100644 index f50421900..000000000 --- a/changes/917.changed +++ /dev/null @@ -1 +0,0 @@ -SSL connection errors to the registry are now retried. diff --git a/changes/924.fixed b/changes/924.fixed deleted file mode 100644 index 4ade46714..000000000 --- a/changes/924.fixed +++ /dev/null @@ -1 +0,0 @@ -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) diff --git a/changes/926.added b/changes/926.added deleted file mode 100644 index 27dc90ae2..000000000 --- a/changes/926.added +++ /dev/null @@ -1 +0,0 @@ -Repackage Harbor 412 errors to a user-friendly message. diff --git a/changes/926.fixed b/changes/926.fixed deleted file mode 100644 index d00cd588c..000000000 --- a/changes/926.fixed +++ /dev/null @@ -1 +0,0 @@ -Errors when saving the image to the registry are properly handled. diff --git a/changes/927.fixed b/changes/927.fixed deleted file mode 100644 index f052131d4..000000000 --- a/changes/927.fixed +++ /dev/null @@ -1 +0,0 @@ -Bubble up \`BuildError\` in the builder diff --git a/charts/substra-backend/CHANGELOG.md b/charts/substra-backend/CHANGELOG.md index c69940804..5ac7a858f 100644 --- a/charts/substra-backend/CHANGELOG.md +++ b/charts/substra-backend/CHANGELOG.md @@ -2,6 +2,14 @@ +## [26.7.2] - 2024-06-13 + + +### Changed + +- Bump app version to 0.47.0 + + ## [26.7.1] - 2024-06-10 ### Fixed diff --git a/charts/substra-backend/Chart.yaml b/charts/substra-backend/Chart.yaml index 203f76f0e..c592ffa49 100644 --- a/charts/substra-backend/Chart.yaml +++ b/charts/substra-backend/Chart.yaml @@ -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