Skip to content

Releases: snakemake/snakemake-executor-plugin-kubernetes

v0.4.4

16 Jul 09:33
57c5cf3
Compare
Choose a tag to compare

0.4.4 (2025-07-16)

Bug Fixes

  • do not delete job if log file cannot be retrieved (6e02b85)

v0.4.3

08 Jul 19:51
f41b624
Compare
Choose a tag to compare

0.4.3 (2025-07-08)

Bug Fixes

  • handle container_statuses being None (#52) (ca16c76)

v0.4.2

13 Jun 11:58
3dfd9ee
Compare
Choose a tag to compare

0.4.2 (2025-06-13)

Bug Fixes

  • delete k8s jobs after failure (important in setups where the system attaches sidecar pods, which can otherwise remain after failure) (#49) (1b24e6f)

v0.4.1

15 May 08:11
bb5ccca
Compare
Choose a tag to compare

0.4.1 (2025-05-15)

Bug Fixes

  • output correct kubectl commands for changed submission approach (jobs instead of pods) (#47) (0337d1c)

v0.4.0

04 Apr 14:27
51af499
Compare
Choose a tag to compare

0.4.0 (2025-04-04)

Features

  • use k8s job API and improve status check robustness in case of injected containers (#43) (1ff6927)

Bug Fixes

  • Added documentation for scale variable (#40) (1b668c1)
  • properly catch and report ApiExceptions (#42) (92375e6)

v0.3.2

06 Mar 21:16
f9d2c7a
Compare
Choose a tag to compare

0.3.2 (2025-03-06)

Bug Fixes

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

v0.3.1

05 Mar 20:09
47f16ee
Compare
Choose a tag to compare

0.3.1 (2025-03-05)

Bug Fixes

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

v0.3.0

08 Feb 20:32
4d54b2c
Compare
Choose a tag to compare

0.3.0 (2025-02-08)

Features

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

v0.2.2

08 Oct 13:28
c15750a
Compare
Choose a tag to compare

0.2.2 (2024-10-08)

Bug Fixes

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

v0.2.1

07 Sep 18:11
78dd8dd
Compare
Choose a tag to compare

0.2.1 (2024-09-07)

Performance Improvements

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