Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.42.10fake #448

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

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


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.

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

<!-- towncrier release notes start -->



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


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.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: [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