Skip to content

Commit

Permalink
chore: release 0.42.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Jun 13, 2024
1 parent c37696a commit e0fc7bf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.42.0](https://github.com/Substra/orchestrator/releases/tag/0.42.0) - 2024-06-13


### Changed

- Rename `ComputePlanDBAL().IsPlanRunning(key)` to `ComputePlanDBAL().ArePlanTaksRunning(key)` ([#432](https://github.com/Substra/orchestrator/pull/432))

### Fixed

- Compute plans are identified as not running if a task failed or is canceled, even if some tasks are still in doing. ([#427](https://github.com/Substra/orchestrator/pull/427))
- `IsPlanRunning` checks if a cancel of failure date is set before checking the tasks status. ([#432](https://github.com/Substra/orchestrator/pull/432))


## [0.41.0](https://github.com/Substra/orchestrator/releases/tag/0.41.0) - 2024-06-03


Expand Down
1 change: 0 additions & 1 deletion changes/427.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/432.changed

This file was deleted.

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

This file was deleted.

0 comments on commit e0fc7bf

Please sign in to comment.