File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.1] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.4.0...v0.4.1 ) (2025-05-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * output correct kubectl commands for changed submission approach (jobs instead of pods) ([ #47 ] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/47 ) ) ([ 0337d1c] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/0337d1c55ab2566ccd7cb35672c16ecce3e90483 ) )
9
+
3
10
## [ 0.4.0] ( https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.3.2...v0.4.0 ) (2025-04-04)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " snakemake-executor-plugin-kubernetes"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
description = " A snakemake executor plugin for submission of jobs to Kubernetes"
5
5
authors = [" Johannes Koester <johannes.koester@uni-due.de>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments