Releases: snakemake/snakemake-executor-plugin-kubernetes
Releases · snakemake/snakemake-executor-plugin-kubernetes
v0.5.1
0.5.1 (2025-09-10)
Bug Fixes
- enable retrieving logs from terminated containers (#57) (98ae2ae)
v0.5.0
0.5.0 (2025-07-23)
Features
- allow to omit job cleanup with --kubernetes-omit-job-cleanup (for debugging) (#55) (0712e46)
v0.4.4
0.4.4 (2025-07-16)
Bug Fixes
- do not delete job if log file cannot be retrieved (6e02b85)
v0.4.3
0.4.3 (2025-07-08)
Bug Fixes
- handle container_statuses being None (#52) (ca16c76)
v0.4.2
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
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
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
0.3.2 (2025-03-06)
Bug Fixes
- Adding additional logic to handle resource limit requirements (#38) (25819c5)
v0.3.1
0.3.1 (2025-03-05)
Bug Fixes
- fix name of gpu_manufacturer resource (#35) (3d6ed3a)
v0.3.0
0.3.0 (2025-02-08)
Features
- Added GPU node pool support for GKE, better logging, error and exception handling (#31) (6b1cac9)