Skip to content

Releases: snakemake/snakedeploy

snakedeploy v0.8.2

27 Oct 06:49
0803d3d
Compare
Choose a tag to compare

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

17 Oct 08:36
0c7bdd6
Compare
Choose a tag to compare

Bug Fixes

  • if nothing to commit, do not create PR (#42) (84bb903)

snakedeploy v0.8.0

12 Oct 15:45
0233bff
Compare
Choose a tag to compare

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

12 Oct 15:08
dbb54bd
Compare
Choose a tag to compare

Bug Fixes

  • various bug fixes in conda env update process (#38) (2fde118)

snakedeploy v0.7.1

12 Oct 08:43
9930fa7
Compare
Choose a tag to compare

Bug Fixes

  • glob conda env files passed to related subcommands (#36) (c72d401)

snakedeploy v0.7.0

11 Oct 17:49
b6fb161
Compare
Choose a tag to compare

Features

  • if requested, automatically generate pull requests when updating conda envs (#34) (a0e978a)

snakedeploy v0.6.0

15 Aug 16:45
f633f81
Compare
Choose a tag to compare

Features

  • add subcommand for updating snakemake wrappers in given Snakefiles (#32) (d291113)

snakedeploy v0.5.0

27 Jun 12:03
8ed3733
Compare
Choose a tag to compare

Features

  • support for deploying workflows from Gitlab (#27) (47fc31b)

snakedeploy v0.4.0

18 May 13:52
e3a9808
Compare
Choose a tag to compare

Features

  • add subcommands to update and pin given conda environment definition files (#29) (9058377)

snakedeploy v0.3.0

02 Dec 09:42
661f74c
Compare
Choose a tag to compare

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)