Releases: snakemake/snakemake-executor-plugin-kubernetes
Releases · snakemake/snakemake-executor-plugin-kubernetes
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)
v0.2.2
0.2.2 (2024-10-08)
Bug Fixes
- #27 attribute overwriting envvars method in
RealExecutor
(#28) (d6c0bd5)
v0.2.1
0.2.1 (2024-09-07)
Performance Improvements
- update kubernetes requirement from >=27.2.0,<30 to >=27.2.0,<31 (#20) (046d06f)