Skip to content

Releases: Substra/orchestrator

1.0.0

14 Oct 13:13
633498b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update apt/apk dependencies in Dockerfile orchestrator-server by @Owlfred in #463
  • chore(deps): Bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #465
  • chore(deps): Bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #467
  • chore(deps): Bump tj-actions/changed-files from 45.0.2 to 45.0.3 in the production-dependencies group by @dependabot in #468
  • chore(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.0 in the production-dependencies group by @dependabot in #469
  • chore(deps): Bump google.golang.org/protobuf from 1.35.0 to 1.35.1 in the production-dependencies group by @dependabot in #470
  • chore: release 1.0.0 by @substra-bot in #471

Full Changelog: 0.43.0...1.0.0

1.0.0-rc2

10 Oct 16:13
1f80928
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

What's Changed

  • chore(deps): update apt/apk dependencies in Dockerfile orchestrator-server by @Owlfred in #463
  • chore(deps): Bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #465
  • chore(deps): Bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #467
  • chore(deps): Bump tj-actions/changed-files from 45.0.2 to 45.0.3 in the production-dependencies group by @dependabot in #468
  • chore(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.0 in the production-dependencies group by @dependabot in #469
  • chore(deps): Bump google.golang.org/protobuf from 1.35.0 to 1.35.1 in the production-dependencies group by @dependabot in #470

Full Changelog: 0.43.0...1.0.0-rc2

0.43.0

12 Sep 14:16
fc0fc37
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @substra-bot made their first contribution in #459

Full Changelog: 0.42.0...0.43.0

0.43.0-rc1

02 Sep 16:09
d710c54
Compare
Choose a tag to compare
0.43.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.43.0-alpha.0...0.43.0-rc1

0.42.1

17 Jul 14:09
00a8ca0
Compare
Choose a tag to compare

0.42.1 - 2024-07-17

Fixed

  • DisableOutput won't panic anymore if no output asset exists for a given output (#438)

0.43.0-alpha.0

01 Jul 14:02
4c7269e
Compare
Choose a tag to compare
0.43.0-alpha.0 Pre-release
Pre-release

No summary

0.42.0

14 Jun 07:44
e6b1bdd
Compare
Choose a tag to compare

0.42.0 - 2024-06-11

Fixed

  • Compute plans are identified as not running if a task failed or is canceled, even if some tasks are still in doing. (#427)

0.42.0-rc2

13 Jun 08:58
Compare
Choose a tag to compare
0.42.0-rc2 Pre-release
Pre-release

0.42.0 - 2024-06-13

Changed

  • Rename ComputePlanDBAL().IsPlanRunning(key) to ComputePlanDBAL().ArePlanTaksRunning(key) (#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)
  • IsPlanRunning checks if a cancel of failure date is set before checking the tasks status. (#432)

0.42.0-rc1

11 Jun 09:43
Compare
Choose a tag to compare
0.42.0-rc1 Pre-release
Pre-release

0.42.0 - 2024-06-11

Fixed

  • Compute plans are identified as not running if a task failed or is canceled, even if some tasks are still in doing. (#427)

0.41.0

03 Jun 14:10
779ba64
Compare
Choose a tag to compare

0.41.0 - 2024-06-03

No significant changes.