Releases: seqeralabs/tower-cli
Releases · seqeralabs/tower-cli
Release v0.7.3
Release v0.7.2
Release v0.7.1
What's Changed
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0
What's Changed
- Add support for batch execution role by @swampie in #262
- added jq to get specific entries within the JSON output. by @virgil09 in #254
- Fix credentials add exception by @jordeu in #265
- Allow second level help usage without defining a Tower access token by @jordeu in #266
- Allow to override CE of a Tower pipeline at tw launch command by @jordeu in #267
- Add moab support by @jordeu in #268
- Add google batch platform by @jordeu in #269
- Add --container-registry-credentials option to Azure platform by @jordeu in #270
- Reuse CE pre-run and post-run scripts at launch command by @jordeu in #271
- Support custom CE environment variables by @jordeu in #272
- Add secrets support by @jordeu in #273
New Contributors
Full Changelog: v0.6.5...v0.7.0
Release v0.6.5
What's Changed
-
Rollback to use MUSL to build the static linked binary. Fixes #252 #247 #235
-
Add a new Tower CLI distribution that is a pure Java JAR, for users that experience problems with the MUSL static linked version. This distribution is use like
java -jar tw.jar ...
. Ex:java -jar tw.jar info
. Fixes #33
Full Changelog: v0.6.4...v0.6.5
Release v0.6.4
Release v0.6.3
Release v0.6.2
Changelog
- Allow to launch
file:/
pipelines usingtw launch ...
Contributors
We'd like to thank the following people for their contributions:
- Jordi Deu-Pons (@jordeu)
Release v0.6.1
Changelog
- Use GLibc instead of MUSL to generate the linux static linked binary
Contributors
We'd like to thank the following people for their contributions:
- Jordi Deu-Pons (@jordeu)
Release v0.6.0
Changelog
New features
- Support shared workspaces. Issue #76 and #105
- Support Tower Agent. Issue #91
- New environment variable
TOWER_CLI_OUTPUT_FORMAT
. Issue #183 - Add container registry credentials. Issue #190
- Add
--wait
option at compute-env creation and pipeline launch. #12 - Custom run name #200 #150
- Force delete a run #197
Improvements
- Clear error messages. Issue #194 #181 #182 #187
- Remove
--no-max
pagination option. #221 - Allow to add a collaborator to a workspace #202
- Change HTTP Agent Header #192
- Update dependencies and GraalVM #186
- Non-ASCII characters bug #161
Contributors
We'd like to thank the following people for their contributions:
- Abhinav Sharma
- Jordi Deu-Pons (@jordeu)
- Paolo Di Tommaso (@pditommaso)
- Phil Ewels (@ewels)