Skip to content

Commit 504fe23

Browse files
chore(main): release 0.4.0
1 parent 1ff6927 commit 504fe23

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.3.2...v0.4.0) (2025-04-04)
4+
5+
6+
### Features
7+
8+
* use k8s job API and improve status check robustness in case of injected containers ([#43](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/43)) ([1ff6927](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/1ff6927d40794926e9a86b88ea41341f82079c95))
9+
10+
11+
### Bug Fixes
12+
13+
* Added documentation for scale variable ([#40](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/40)) ([1b668c1](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/1b668c180f3b13c4d9bd7b8121834df8fd778cee))
14+
* properly catch and report ApiExceptions ([#42](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/42)) ([92375e6](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/92375e64470887ace6fadccdcd4befba9deadf01))
15+
316
## [0.3.2](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.3.1...v0.3.2) (2025-03-06)
417

518

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-kubernetes"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
description = "A snakemake executor plugin for submission of jobs to Kubernetes"
55
authors = ["Johannes Koester <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)