We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84b1bac + 07a852d commit cc16800Copy full SHA for cc16800
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.17.0](https://github.com/OctopusDeploy/cli/compare/v2.16.0...v2.17.0) (2025-05-15)
4
+
5
6
+### Features
7
8
+* add option to cancel task on wait timeout ([84b1bac](https://github.com/OctopusDeploy/cli/commit/84b1bac5ba3d5aa4ba97c012b92ab062ca5db97f))
9
10
## [2.16.0](https://github.com/OctopusDeploy/cli/compare/v2.15.7...v2.16.0) (2025-05-02)
11
12
scripts/install.sh
@@ -33,7 +33,7 @@ fi
33
34
log "Selecting version..."
35
36
-version=${VERSION:-v2.16.0}
+version=${VERSION:-v2.17.0}
37
38
if [ ! $version ]; then
39
log "${YELLOW}"
version.txt
@@ -1 +1 @@
-2.16.0
+2.17.0
0 commit comments