Skip to content

Releases: DNAstack/wdl-ci

v2.0.3

19 Nov 20:38
Compare
Choose a tag to compare

Bugfixes

  • Do not fetch prior to committing the updated config file; should resolve issues with submodules / tags during the git fetch --force --tags

Updates

  • Updated to v4 of the checkout action

v2.0.2

19 Nov 20:05
Compare
Choose a tag to compare

Bugfixes

  • Upgrade shellcheck to v0.10.0; avoids marking deprecated lints as issues

v2.0.1

18 Nov 23:21
48aa822
Compare
Choose a tag to compare

Bugfixes

  • Do not strip parentheses in expressions in command blocks

v2.0.0

01 Feb 20:34
Compare
Choose a tag to compare

v2.0.0

Features

  • The members of structs that are output by tasks may now be individually tested (rather than needing to test the entire contents of the struct)
  • Members from variables that are objects may be selected using ${variable.key[.subkey...]}
  • Linting may be disabled by setting suppress-lint-errors in the action input to true

Bugfixes

  • Engine parameters in the config file are allowed to be empty
  • The check_comma_separated test now works in GCP

Breaking changes

  • The wdl_ci_custom_test_wdl_dir variable was renamed to wdl-ci-custom-test-wdl-dir to make input syntax consistent.

v1.0.0

21 Nov 20:42
Compare
Choose a tag to compare
  • Default to using the latest version of a registered test workflow rather than a specific version
  • Fix error message when the refresh token fails to refresh

v0.2.0

13 Jun 20:54
Compare
Choose a tag to compare

Bugfix: fixes for check_tab_delimited test

v0.1.9

12 Jun 17:30
866db31
Compare
Choose a tag to compare

Bugfix: ignore # characters in headers in check_tab_delimited test

v0.1.8

05 Jun 16:29
Compare
Choose a tag to compare
  • Add xml validator test

v0.1.7

18 May 21:38
Compare
Choose a tag to compare
  • Fix a bug that reported workflow inputs with defaults defined as being non-optional

v0.1.6

18 May 20:58
e01a5bf
Compare
Choose a tag to compare
  • Only purge custom workflows generated by wdl-ci from the user's namespace (rather than purging all custom workflows during wdl-ci cleanup)