Skip to content

Releases: Substra/orchestrator

0.40.0

27 Mar 10:53
42ed908
Compare
Choose a tag to compare

0.40.0 - 2024-03-27

Changed

    • BREAKING: remove type from datamanager table (#394)
    • [chore] towncrier is now used for changelog management (#395)

0.40.0-rc1

27 Mar 08:29
baf0323
Compare
Choose a tag to compare
0.40.0-rc1 Pre-release
Pre-release

0.40.0 - 2024-03-27

Changed

    • BREAKING: remove type from datamanager table (#394)
    • [chore] towncrier is now used for changelog management (#395)

0.39.0

12 Mar 16:11
5775840
Compare
Choose a tag to compare

0.39.0

Chart version: 8.3.0

Changed

  • Compute task status DOING is renamed EXECUTING (#371)

0.39.0-rc2

07 Mar 10:54
168d622
Compare
Choose a tag to compare
0.39.0-rc2 Pre-release
Pre-release

0.39.0-rc2

Chart version: 8.3.0

Changed

  • Compute task status DOING is renamed EXECUTING (#371)

0.39.0-rc1

07 Mar 09:14
940fc57
Compare
Choose a tag to compare
0.39.0-rc1 Pre-release
Pre-release

0.39.0-rc1

Chart version: 8.3.0

Changed

  • Compute task status DOING is renamed EXECUTING (#371)

0.38.0

26 Feb 13:43
4b86d14
Compare
Choose a tag to compare

Removed

  • BREAKING: remove all code related to the distributed mode, and mentions in schemas and documentation (#341)
  • BREAKING: distributed Skaffold profile and mentions in doc (#319)
  • BREAKING: chaincode-init and chaincode Dockerfiles (#319)
  • Flag & environment variables to choose between standalone and distributed mode (#347)

Added

  • Add Image addressable to Function object. By default, Image is set to an empty string adressable. This addressable is updated when the checksum and storageAddress are available (#288)
  • Enum FailedAssetKind (#277)
  • BREAKING: Field asset_type of type FailedAssetKind in FailureReport (#277)
  • BREAKING: Add FunctionStatus (#263)
  • Add Function status event machine (#263)
  • BREAKING: Add statuses WAITING_FOR_BUILDER_SLOT and BUILDING on tasks to reflect associated function status (#366)
  • Add task actions BUILD_STARTED and BUILD_FINISHED to propagate status change from function to compute task (#366)

Changed

  • Rename Function addressable to Archive (#288)
  • Renamed compute_task_keyby asset_key in FailureReport (#277)
  • FailureReport now can be reference a ComputeTask or a Function through asset_key + asset_type (#277)
  • Logic to determine new compute task status takes in account the status of the function. A new task can now be created with the status FAILEDor CANCELLED (if the function reached the corresponding status) (#365)
  • BREAKING: Transition to status TODO for a given compute task is done after the function is built(#365)
  • BREAKING: Rename TODO to WAITING_FOR_EXECUTOR_SLOT and WAITING to WAITING_FOR_PARENT_TASKS(#366)

Fixed

  • incorrect link in documentation (#307)
  • Skip compute ask permissions checks when the action is propagated from the function status change (#367)

0.38.0-rc1

20 Feb 14:26
665a1f4
Compare
Choose a tag to compare
0.38.0-rc1 Pre-release
Pre-release
chore: release 0.38.0-rc1

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

0.37.0

18 Oct 13:36
106a968
Compare
Choose a tag to compare

0.37.0 - 2023-10-18

Added

  • Source code formatting (#313)

Changed

  • Bump go version to 1.21 (#316)

0.37.0-beta3

11 Oct 15:08
01e13e7
Compare
Choose a tag to compare
0.37.0-beta3 Pre-release
Pre-release

Prepare merge for POC builder

0.36.1

06 Oct 10:05
a05422a
Compare
Choose a tag to compare

Added

  • three_orgs Skaffold profile for standalone orchestrator (#280)