diff --git a/CHANGELOG.md b/CHANGELOG.md index aafdaddf..9f1ea223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ 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 + +- 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 diff --git a/charts/orchestrator/CHANGELOG.md b/charts/orchestrator/CHANGELOG.md index e89eeee1..54fd6041 100644 --- a/charts/orchestrator/CHANGELOG.md +++ b/charts/orchestrator/CHANGELOG.md @@ -6,6 +6,21 @@ 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-08 + +Bump app version to 0.42.10fake + +## [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 + ## [8.7.5] - 2024-06-13 diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index 63f8c7fe..df6a1268 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 +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