Skip to content

Commit 51af499

Browse files
chore(main): release 0.4.0 (#41)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.2...v0.4.0) (2025-04-04) ### Features * use k8s job API and improve status check robustness in case of injected containers ([#43](#43)) ([1ff6927](1ff6927)) ### Bug Fixes * Added documentation for scale variable ([#40](#40)) ([1b668c1](1b668c1)) * properly catch and report ApiExceptions ([#42](#42)) ([92375e6](92375e6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ff6927 commit 51af499

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)