Skip to content

Commit d5f720e

Browse files
chore(main): release 0.5.1 (#58)
🤖 I have created a release *beep* *boop* --- ## [0.5.1](v0.5.0...v0.5.1) (2025-09-10) ### Bug Fixes * enable retrieving logs from terminated containers ([#57](#57)) ([98ae2ae](98ae2ae)) --- 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 7687336 commit d5f720e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.5.0...v0.5.1) (2025-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* enable retrieving logs from terminated containers ([#57](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/issues/57)) ([98ae2ae](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/commit/98ae2aee2a0937c990b0b9d060d6df108a50e5e7))
9+
310
## [0.5.0](https://github.com/snakemake/snakemake-executor-plugin-kubernetes/compare/v0.4.4...v0.5.0) (2025-07-23)
411

512

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-kubernetes"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A snakemake executor plugin for submission of jobs to Kubernetes"
55
authors = ["Johannes Koester <[email protected]>"]
66
readme = "README.md"
@@ -21,7 +21,7 @@ flake8 = "^6.1.0"
2121
coverage = "^7.3.1"
2222
pytest = "^7.4.1"
2323
snakemake = ">=8.18,<10.0"
24-
snakemake-storage-plugin-s3 = ">=0.2.7,<0.4.0"
24+
snakemake-storage-plugin-s3 = "^0.2.7"
2525

2626
[tool.coverage.run]
2727
omit = [".*", "*/site-packages/*", "Snakefile"]

0 commit comments

Comments
 (0)