Skip to content

Commit cc16800

Browse files
authored
Merge pull request #520 from OctopusDeploy/release-please--branches--main
chore(main): release 2.17.0
2 parents 84b1bac + 07a852d commit cc16800

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [2.16.0](https://github.com/OctopusDeploy/cli/compare/v2.15.7...v2.16.0) (2025-05-02)
411

512

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
log "Selecting version..."
3535

36-
version=${VERSION:-v2.16.0}
36+
version=${VERSION:-v2.17.0}
3737

3838
if [ ! $version ]; then
3939
log "${YELLOW}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.0
1+
2.17.0

0 commit comments

Comments
 (0)