Skip to content

Releases: snakemake/snakemake-executor-plugin-kubernetes

v0.5.1

10 Sep 10:15
d5f720e
Compare
Choose a tag to compare

0.5.1 (2025-09-10)

Bug Fixes

  • enable retrieving logs from terminated containers (#57) (98ae2ae)

v0.5.0

23 Jul 12:44
2cb2a7e
Compare
Choose a tag to compare

0.5.0 (2025-07-23)

Features

  • allow to omit job cleanup with --kubernetes-omit-job-cleanup (for debugging) (#55) (0712e46)

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)