Skip to content

Commit

Permalink
chore: release 0.42.0 (#433)
Browse files Browse the repository at this point in the history
## Description

<!-- Please reference issue if any. -->

<!-- Please include a summary of your changes. -->

## How has this been tested?

<!-- Please describe the tests that you ran to verify your changes.  -->

## Checklist

- [ ] [changelog](../CHANGELOG.md) was updated with notable changes
- [ ] documentation was updated

---------

Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored Jun 14, 2024
1 parent c37696a commit e6b1bdd
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 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.

9 changes: 8 additions & 1 deletion charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ 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.5] - 2024-06-13


### Changed

- Bump app version to 0.42.0

## [8.7.4] - 2024-06-10

### Fixed

- Remove Postgres default user (#430)

## [8.7.3] - 2024-06-06

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: orchestrator
description: substra orchestration
type: application
version: 8.7.4
appVersion: 0.41.0
version: 8.7.5
appVersion: 0.42.0
kubeVersion: ">= 1.19.0-0"
icon: https://avatars.githubusercontent.com/u/84009910?s=400
keywords:
Expand Down

0 comments on commit e6b1bdd

Please sign in to comment.