File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# seqeralabs/action-tower-launch: Changelog
22
3- ## [ dev ]
3+ ## [ 2.1.2 ]
4+
5+ - Add testing for all three cloud providers ([ #19 ] ( https://github.com/seqeralabs/action-tower-launch/pull/19 ) )
6+ - Update Tower CLI to v0.9.1 ([ #20 ] ( https://github.com/seqeralabs/action-tower-launch/pull/20 ) )
7+
8+ ## [ 2.1.1 ]
9+
10+ - Revert Tower CLI to v0.8.0 ([ #17 ] ( https://github.com/seqeralabs/action-tower-launch/pull/17 ) )
11+
12+ ## [ 2.1.0 ]
13+
14+ - Update Tower CLI to v0.9.0 ([ #16 ] ( https://github.com/seqeralabs/action-tower-launch/pull/16 ) )
15+
16+ ## [ 2.0.0 ]
417
518- Update Tower CLI to v0.8.0 ([ #11 ] ( https://github.com/seqeralabs/action-tower-launch/pull/11 ) )
619- Fix: Output JSON file not base64 encoded
Original file line number Diff line number Diff line change 11FROM alpine
22
3- ARG TOWER_CLI_VERSION="0.8.0 "
3+ ARG TOWER_CLI_VERSION="0.9.1 "
44
55# Install Tower CLI
66RUN apk add --no-cache curl ca-certificates jq uuidgen \
You can’t perform that action at this time.
0 commit comments