From ed9f18d8cba50cfd62787ba22d1a908c6f1212ba Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Tue, 26 May 2026 13:24:50 +1000 Subject: [PATCH 1/2] chore(main): release 2.21.3 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41912650..b53b1478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.3](https://github.com/OctopusDeploy/cli/compare/v2.21.2...v2.21.3) (2026-05-26) + + +### Bug Fixes + +* Include Default Worker Pool for Azure Web App targets ([#603](https://github.com/OctopusDeploy/cli/issues/603)) ([6502516](https://github.com/OctopusDeploy/cli/commit/65025165bcf9451cd5f06e856d1996c8e575f345)), closes [#600](https://github.com/OctopusDeploy/cli/issues/600) + ## [2.21.1](https://github.com/OctopusDeploy/cli/compare/v2.21.0...v2.21.1) (2026-05-13) diff --git a/version.txt b/version.txt index 3fe7dd19..e6cb6a1a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.21.1 +2.21.3 From 9421f24dfce03935e14607cc2219e83f0c8748ae Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Tue, 26 May 2026 03:24:57 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index b0dc921c..8474e3a8 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.21.1} +version=${VERSION:-v2.21.3} if [ ! $version ]; then log "${YELLOW}"