Releases: nf-core/tower-action
nf-core/tower-action v3.2.3
[v3.2.3] - 2023-03-28
- Bumped tower-cli version
0.6.5
->0.7.3
nf-core/tower-action v3.2.2
- Bumped tower-cli version
0.6.4
->0.6.5
nf-core/tower-action v3.2.1
- Patch release to strip Tower authentication tokens from the log file 😬
nf-core/tower-action v3.2.0
- Bumped tower-cli version 0.6.2 -> 0.6.4
- Save the verbose log to a file, available as a GitHub Actions artefact download
nf-core/tower-action v3.1.0
- Bumped tower-cli version
0.5
->0.6.2
nf-core/tower-action v3.0.1
- Bugfix: should be
--params-file
and not--params
nf-core/tower-action v3.0
⚠️ BREAKING CHANGE ⚠️
The new version 0.5 of the Tower CLI only supports full URLs and no longer works with short-form
GitHub repository names (user/repo
). The full GitHub repository URL now needs to be used
(https://github.com/user/repo
).
If you are setting pipeline
in your workflow, please update it accordingly.
Note that the default value is the current repo, so in most cases this value
does not need to be specified.
- Bump Tower CLI to version 0.5
- Prefix the default value for
pipeline
withhttps://github.com/
to match changed behaviour in the Tower CLI
nf-core/tower-action v2.2
Adds an optional nextflow_config
input to pass a nextflow config to the Tower CLI.
nf-core/tower-action v2.1
nf-core/tower-action v2.0 - Blue firefly
A complete rewrite of the action to use the new Nextflow Tower CLI instead of calling the API directly with curl
.
This approach should hopefully be significantly more stable and easy to use. The Tower CLI is very new, as well as this action - please report any bugs you find!
Breaking changes
- Renamed input
bearer_token
toaccess_token
- Config profiles should now be a comma-separated string instead of JSON array
- Compute environment should now be specified by name and not the ID.