Releases: seqeralabs/action-tower-launch
Releases · seqeralabs/action-tower-launch
v2.1.3
What's Changed
- Remove tw info command for checking API status because it caused a crash due to a bug by @adamrtalbot in #22
- Update Tower CLI to v0.9.2 by @adamrtalbot in #21
Full Changelog: v2...v2.1.3
v2.1.2
What's Changed
- Add other platforms to testing successful launch by @adamrtalbot in #19
- Update Tower CLI to v0.9.1 by @adamrtalbot in #20
Full Changelog: v2...v2.1.2
Fix: Revert CLI to v0.8.0
v2.1.0
v2.0.0
Breaking change:
- Repo is now specified to be the default repo branch or the version specified in the Tower CLI so we have decided this is a breaking change.
Full Changelog: v1...v2.0.0
v1.2.3
What's Changed
- Update tw-cli to 0.8.0 by @adamrtalbot in #11
- Log no longer includes additional underscore at the end.
- Output JSON is not base64 encoded
Full Changelog: v1...v1.2.3
v1.2.2
What's Changed
- Fix workflow fails if job is not submitted by @adamrtalbot in #10
Full Changelog: v1...v1.2.2
v1.2.1
fix for base64 encoded JSON variable.
v1.2.0
What's Changed
- Set pipefail for entrypoint.sh by @adamrtalbot in #2
- Add outputs to GHA by @adamrtalbot in #3
- CI/CD pipeline by @adamrtalbot in #4
- Output quotes by @ewels in #5
- Try to simplify examples in readme by @ewels in #6
- Only create comment for pull request by @adamrtalbot in #7
New Contributors
- @adamrtalbot made their first contribution in #2
Full Changelog: v1...v1.2.0
v1.1.0: Added Nextflow Tower CLI wait (#1)
More flexible action, including a wait
option to hold the action until the run finishes and allow custom run names.