From 7cf51d64f81503460acdba1ad8082f61c16dfbc0 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:59:32 +0000 Subject: [PATCH 1/8] [auto] chore: bump chart and app version to 0.42.10fake-rc1 --- charts/orchestrator/Chart.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index 63f8c7fe..6aa16030 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -2,19 +2,19 @@ apiVersion: v2 name: orchestrator description: substra orchestration type: application -version: 8.7.5 -appVersion: 0.42.0 -kubeVersion: ">= 1.19.0-0" +version: 8.7.5fake +appVersion: 0.42.10fake-rc1 +kubeVersion: '>= 1.19.0-0' icon: https://avatars.githubusercontent.com/u/84009910?s=400 keywords: - - substra +- substra sources: - - https://github.com/Substra/orchestrator/ +- https://github.com/Substra/orchestrator/ maintainers: - - name: Substra Team - email: support@substra.org +- name: Substra Team + email: support@substra.org dependencies: - - name: postgresql - repository: https://charts.bitnami.com/bitnami - version: 15.4.1 - condition: postgresql.enabled +- name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 15.4.1 + condition: postgresql.enabled From af13e1f99ddaa0020efd30784fc73af2829b38c2 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:59:34 +0000 Subject: [PATCH 2/8] [auto] chore: update chart changelog --- charts/orchestrator/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/orchestrator/CHANGELOG.md b/charts/orchestrator/CHANGELOG.md index e89eeee1..5cc6e286 100644 --- a/charts/orchestrator/CHANGELOG.md +++ b/charts/orchestrator/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [8.7.5fake] - 2024-08-07 + +Bump app version to 0.42.10fake-rc1 + ## [8.7.5] - 2024-06-13 From dfb279b8b8adb5a6fc7fb42fbb256ee685b3ac61 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:01:04 +0000 Subject: [PATCH 3/8] [auto] chore: bump chart and app version to 0.42.10fake --- charts/orchestrator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index 6aa16030..df6a1268 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -3,7 +3,7 @@ name: orchestrator description: substra orchestration type: application version: 8.7.5fake -appVersion: 0.42.10fake-rc1 +appVersion: 0.42.10fake kubeVersion: '>= 1.19.0-0' icon: https://avatars.githubusercontent.com/u/84009910?s=400 keywords: From 57ff7cd7e44c7ad47bd9c18773de70f266fcb404 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:01:07 +0000 Subject: [PATCH 4/8] [auto] chore: update chart changelog --- charts/orchestrator/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/orchestrator/CHANGELOG.md b/charts/orchestrator/CHANGELOG.md index 5cc6e286..2ce4f1f6 100644 --- a/charts/orchestrator/CHANGELOG.md +++ b/charts/orchestrator/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [8.7.5fake] - 2024-08-07 + +Bump app version to 0.42.10fake + ## [8.7.5fake] - 2024-08-07 Bump app version to 0.42.10fake-rc1 From 53d395c8d91ab86642c78ea36cdb645c924c65ca Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" Date: Wed, 7 Aug 2024 16:01:23 +0000 Subject: [PATCH 5/8] [auto] update changelog Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ changes/407.added | 3 --- changes/438.fixed | 1 - 3 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 changes/407.added delete mode 100644 changes/438.fixed diff --git a/CHANGELOG.md b/CHANGELOG.md index aafdaddf..1b8e7d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# ## [0.42.10fake](https://github.com/Substra/orchestrator/releases/tag/0.42.10fake) - 2024-08-07 + +### Added + +- A new service called `ProfilingService` in charge of propagating profiling + - For now, only register and propagates profiling steps + - Introduce a new asset type, `ASSET_PROFILING_STEP` ([#407](https://github.com/Substra/orchestrator/pull/407)) + +### Fixed + +- `DisableOutput` does not panic if there is not output assets associated with an output ([#438](https://github.com/Substra/orchestrator/pull/438)) + + ## [0.42.0](https://github.com/Substra/orchestrator/releases/tag/0.42.0) - 2024-06-13 diff --git a/changes/407.added b/changes/407.added deleted file mode 100644 index 10570a74..00000000 --- a/changes/407.added +++ /dev/null @@ -1,3 +0,0 @@ -A new service called `ProfilingService` in charge of propagating profiling - - For now, only register and propagates profiling steps - - Introduce a new asset type, `ASSET_PROFILING_STEP` \ No newline at end of file diff --git a/changes/438.fixed b/changes/438.fixed deleted file mode 100644 index 32c441e3..00000000 --- a/changes/438.fixed +++ /dev/null @@ -1 +0,0 @@ -`DisableOutput` does not panic if there is not output assets associated with an output \ No newline at end of file From 16d022ff7918abe0299883457a8a4d132cadf6c3 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:02:26 +0000 Subject: [PATCH 6/8] [auto] chore: bump chart and app version to 0.42.10fake From 8e256ef76e467b1ed39033ded4c2def6291ef694 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:02:28 +0000 Subject: [PATCH 7/8] [auto] chore: update chart changelog --- charts/orchestrator/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/orchestrator/CHANGELOG.md b/charts/orchestrator/CHANGELOG.md index 2ce4f1f6..54fd6041 100644 --- a/charts/orchestrator/CHANGELOG.md +++ b/charts/orchestrator/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [8.7.5fake] - 2024-08-08 + +Bump app version to 0.42.10fake + ## [8.7.5fake] - 2024-08-07 Bump app version to 0.42.10fake From ec5c6b677d27954441b780eb11371532cfb76d35 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" Date: Thu, 8 Aug 2024 08:02:43 +0000 Subject: [PATCH 8/8] [auto] update changelog Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8e7d38..9f1ea223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# ## [0.42.10fake](https://github.com/Substra/orchestrator/releases/tag/0.42.10fake) - 2024-08-08 + +No significant changes. + + # ## [0.42.10fake](https://github.com/Substra/orchestrator/releases/tag/0.42.10fake) - 2024-08-07 ### Added