Skip to content

Latest commit

 

History

History
98 lines (44 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

98 lines (44 loc) · 5.38 KB

Changelog

0.3.2 (2025-03-06)

Bug Fixes

  • Adding additional logic to handle resource limit requirements (#38) (25819c5)

0.3.1 (2025-03-05)

Bug Fixes

  • fix name of gpu_manufacturer resource (#35) (3d6ed3a)

0.3.0 (2025-02-08)

Features

  • Added GPU node pool support for GKE, better logging, error and exception handling (#31) (6b1cac9)

0.2.2 (2024-10-08)

Bug Fixes

  • #27 attribute overwriting envvars method in RealExecutor (#28) (d6c0bd5)

0.2.1 (2024-09-07)

Performance Improvements

  • update kubernetes requirement from >=27.2.0,<30 to >=27.2.0,<31 (#20) (046d06f)

0.2.0 (2024-08-15)

Features

  • PVC support for kubernetes (continuation of #9) (#22) (33a6809)

Bug Fixes

  • handle cases when running inside a kubernetes cluster (#17) (a031314)

0.1.5 (2024-03-12)

Bug Fixes

  • Allow kubernetes versions 28 and 29 (#10) (47a5f37)
  • update snakemake-interface-executor-plugins requirement from ^8.0.2 to >=9.0.0,<10.0.0 (#12) (861c44f)

0.1.4 (2023-12-08)

Documentation

0.1.3 (2023-11-20)

Bug Fixes

  • adapt to interface changes (ea27410)

0.1.2 (2023-10-27)

Bug Fixes

0.1.1 (2023-10-17)

Bug Fixes

Miscellaneous Chores

0.1.0 (2023-10-17)

Bug Fixes

  • adapt to API changes (6579f2e)
  • adapt to changes in snakemake-interface-executor-plugins (11528ea)
  • use correct jobid (5373443)