Skip to content

Releases: OSC/ood_core

Version 0.18.0

18 Oct 15:00
ce42879
Compare
Choose a tag to compare

[0.18.0] - 10-18-2021

Fixed

  • Fixed LHA crashing on strange bash output in 322.

Added

  • All adapters now respond to #{adapter}? methods like slurm?, pbspro?, kubernetes? and so on
    in 326.

Changed

  • The kubernetes adapter now expects to set context statically in 324.
    And can now accept context as a part of it's interface. It will now also always send --context when using OIDC
    and that context defaults to the clustername in 327.
  • Removed the activesupport dependency in 329.

version 0.17.6

24 Aug 15:57
1205c05
Compare
Choose a tag to compare

[0.17.6] - 8-24-2021

Added

  • kubernetes now allows for arbitrary labels to be set in 317.
  • kubernetes now allows for limits and requests to be different in 318.

Version 0.17.5

20 Aug 16:32
f7852dd
Compare
Choose a tag to compare

[0.17.5] - 8-20-2021

Fixed

  • kubernetes jobs delete without waiting in 314.

version 0.17.4

29 Jul 18:01
254e512
Compare
Choose a tag to compare

0.17.4 - 7-29-2021

Functionally is the same as 0.17.3 but with some CI updates.

version 0.17.3

29 Jul 17:21
dc30972
Compare
Choose a tag to compare

v0.17.3 - 7-29-2021

Fixed

  • Fixed handling of pods in a startup phase in 303.

Added

  • Enable automatic population of supplemental groups in 305.

version 0.14.0

01 Oct 20:27
Compare
Choose a tag to compare

Added

  • Kubernetes adapter in PR 156

Fixed

  • Catch Slurm times. 209
  • LHA race condition in deleteing tmp files. 212

version 0.13.0

10 Aug 20:33
Compare
Choose a tag to compare

Added

  • CloudyCluster CCQ Adapter

version 0.12.0

05 Aug 16:32
Compare
Choose a tag to compare

Added

  • qos option to Slurm and Torque #205
  • native hash returned in qstat for SGE adapter #198
  • option for specifying submit_host to submit jobs via ssh on other host #204

Fixed

  • SGE handle milliseconds instead of seconds when milliseconds used #206
  • Torque's native "hash" for job submission now handles env vars values with spaces #202

version 0.11.4

27 Jul 13:02
Compare
Choose a tag to compare

Fixed

  • Environment exports in SLURM while implementing #158
    and #109 in #163

version 0.11.3

27 Jul 13:01
Compare
Choose a tag to compare

Fixed

  • LinuxhHost Adapter to work with any login shell (#188)
  • LinuxhHost Adapter needs to display long lines in pstree to successfully parse
    output (#188)