Skip to content

Releases: Duke-GCB/calrissian

Release 0.17.2

02 May 21:57
Compare
Choose a tag to compare

What's Changed

  • calls setup_kubernetes before _setup to set cudaDeviceCount by @fabricebrito in #170

Full Changelog: 0.17.1...0.17.2

Release 0.17.1

02 May 21:26
Compare
Choose a tag to compare

See release 0.17.0 for change log

Release 0.17.0

02 May 21:20
753a523
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17

v0.16.0

23 Nov 08:56
1252f41
Compare
Choose a tag to compare

[v0.16.0] - 2023-11-23

Changes

  • Updated dependencies and python up to 3.10 (PR #161)
  • New builds using github actions (PR #161)
  • Updated badge for build status

v0.14.0

19 Jun 07:12
23a0ae5
Compare
Choose a tag to compare

[v0.14.0] - 2023-06-19

Added

  • adds CWL GPU requirements supports (PR #153)

v0.13.0

06 Jun 09:10
78bba0e
Compare
Choose a tag to compare

[v0.13.0] - 2023-06-06

Added

  • adds an argument --conf <conf_file_path> that enables CLI arguments from a json file (PR #150)
  • adds a default path for config file ~/.calrissian/default.json (PR #150)

Changed

  • Updated cwltool to 3.1.20230201224320 and some other dependencies. (PR #142)

0.12.0

13 Feb 13:01
Compare
Choose a tag to compare

[v0.12.0] - 2023-02-13

Added

  • adds an argument --tool-logs-basepath <local_folder_path> that enable the tool to fetch the pod logs by tool specified in the workflow (PR #139)
  • returns proper exit code when the pod fails (PR #139)

Changed

  • contraints the pod to complete with a proper termination status or raise an exception. (PR #139)

0.11.0

10 Nov 08:23
Compare
Choose a tag to compare

[v0.11.0] - 2022-11-10

Added

  • adds an argument --pod-nodeselectors <yaml_file> to add a node selector for computing pods
  • add2 --pod_serviceaccount arg to set pods servicea account

Changed

  • cwltool upgraded to current version 3.1 + all requirements
  • Fixed faulty bytes in log stream (PR #137)

0.10.0 - Pod Environment Customization

31 Mar 15:14
Compare
Choose a tag to compare

Added

adds an argument --pod-env_vars <yaml_file> that allows passing environment variables to the submitted pods at runtime.

Changed

cwltool upgraded to current version 3.0 + all requirements

0.9.0 - Kubernetes API Retries

14 Oct 13:49
Compare
Choose a tag to compare
  • Uses tenacity to retry Kubernetes API calls, designed for managed offerings where API may become unavailable during upgrades #102