From ada10fb56bb0c65e7f64ced2aded1dbf8901a065 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 13 May 2026 14:06:15 +1000 Subject: [PATCH 1/2] chore(main): release 2.21.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e6b8ac..41912650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.1](https://github.com/OctopusDeploy/cli/compare/v2.21.0...v2.21.1) (2026-05-13) + + +### Bug Fixes + +* set default worker pool correctly on azure web app target create ([#596](https://github.com/OctopusDeploy/cli/issues/596)) ([fc2df3d](https://github.com/OctopusDeploy/cli/commit/fc2df3d42acfd74340d18cae2f2d77976c00d07b)), closes [#595](https://github.com/OctopusDeploy/cli/issues/595) + ## [2.21.0](https://github.com/OctopusDeploy/cli/compare/v2.20.1...v2.21.0) (2026-04-08) diff --git a/version.txt b/version.txt index db65e216..3fe7dd19 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.21.0 +2.21.1 From 214b4d39d3667fee3c0d0c29db67a50f873ac4de Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Wed, 13 May 2026 04:06:24 +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 b67f65a3..b0dc921c 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.21.0} +version=${VERSION:-v2.21.1} if [ ! $version ]; then log "${YELLOW}"