Skip to content

Releases: snakemake/snakedeploy

snakedeploy v0.10.0

24 Apr 12:30
d33541a
Compare
Choose a tag to compare

Features

  • add method to obtain schemas from workflow repo (#60) (2834e39)

Bug Fixes

snakedeploy v0.9.1

30 Oct 18:53
6c767ab
Compare
Choose a tag to compare

Bug Fixes

snakedeploy v0.9.0

30 Oct 18:50
5bdff6b
Compare
Choose a tag to compare

Features

  • add PR creation to pin-conda-envs (58ce050)

Bug Fixes

  • convert filepath to str (4ba5cbc)

snakedeploy v0.8.6

06 Feb 09:27
b80f9d8
Compare
Choose a tag to compare

Bug Fixes

  • remove accidental debugger invocation (0e8df29)

snakedeploy v0.8.5

03 Feb 12:24
f65236a
Compare
Choose a tag to compare

Bug Fixes

  • use conda package version parsing by obtaining conda version spec from github (#52) (ed821c8)

snakedeploy v0.8.4

01 Feb 11:01
de4ece2
Compare
Choose a tag to compare

Bug Fixes

  • add debugging code for conda env update subcommand (#50) (0ba8e30)

snakedeploy v0.8.3

30 Jan 10:01
0186533
Compare
Choose a tag to compare

Bug Fixes

  • better error handling when parsing package versions (#47) (d20ff11)

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)