Skip to content

Commit 922e5c8

Browse files
authored
Merge pull request #20 from seqeralabs/update_tower_cli_to_0.9.1
Update Tower CLI to v0.9.1
2 parents 73f056c + b95e743 commit 922e5c8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine
22

3-
ARG TOWER_CLI_VERSION="0.8.0"
3+
ARG TOWER_CLI_VERSION="0.9.1"
44

55
# Install Tower CLI
66
RUN apk add --no-cache curl ca-certificates jq uuidgen \

0 commit comments

Comments
 (0)