Releases: snakemake/snakedeploy
Releases · snakemake/snakedeploy
snakedeploy v0.8.2
Bug Fixes
- shuffle conda envs before updating (this ensures that running this in a fallible github action cron job still leads to updating all envs from time to time) (#46) (c6dad58)
- various robustness improvements for conda env update mechanism (#44) (491c390)
snakedeploy v0.8.1
Bug Fixes
- if nothing to commit, do not create PR (#42) (84bb903)
snakedeploy v0.8.0
Features
- only update pinning if env was updated; ability to specify a regex for entity determination and adding labels when creating PRs from updated envs (#40) (f074e35)
snakedeploy v0.7.2
Bug Fixes
- various bug fixes in conda env update process (#38) (2fde118)
snakedeploy v0.7.1
Bug Fixes
- glob conda env files passed to related subcommands (#36) (c72d401)
snakedeploy v0.7.0
Features
- if requested, automatically generate pull requests when updating conda envs (#34) (a0e978a)
snakedeploy v0.6.0
Features
- add subcommand for updating snakemake wrappers in given Snakefiles (#32) (d291113)
snakedeploy v0.5.0
Features
- support for deploying workflows from Gitlab (#27) (47fc31b)
snakedeploy v0.4.0
Features
- add subcommands to update and pin given conda environment definition files (#29) (9058377)
snakedeploy v0.3.0
Features
- ability to either define branch or tag when deploying (8a079f0)
- require either --branch or --tag to be specified (d0ae54b)
Bug Fixes
- remove quotes around snakefile statement (ad7feaf)