Skip to content

Commit

Permalink
chore: release 0.43.0 (#459)
Browse files Browse the repository at this point in the history
[auto] Release orchestrator=0.43.0

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <100303497+substra-bot[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <substra-bot[bot]@users.noreply.github.com>
  • Loading branch information
substra-bot[bot] and substra-bot[bot] authored Sep 12, 2024
1 parent a192ea1 commit fc0fc37
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.43.0](https://github.com/Substra/orchestrator/releases/tag/0.43.0) - 2024-09-12

### 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


Expand Down
3 changes: 0 additions & 3 deletions changes/407.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/438.fixed

This file was deleted.

5 changes: 5 additions & 0 deletions charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- towncrier release notes start -->

## [8.7.6] - 2024-09-12

Bump app version to 0.43.0

## [8.7.5] - 2024-06-13


Expand Down
22 changes: 11 additions & 11 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
appVersion: 0.43.0
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: [email protected]
- name: Substra Team
email: [email protected]
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

0 comments on commit fc0fc37

Please sign in to comment.