From d1069455262200186c3ecb4a6819b61a50b60713 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:46:43 +1000 Subject: [PATCH 1/2] chore(main): release 2.21.0 --- CHANGELOG.md | 16 ++++++++++++++++ version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca697260..28e6b8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.21.0](https://github.com/OctopusDeploy/cli/compare/v2.20.1...v2.21.0) (2026-04-08) + + +### Features + +* Add --runbook-tag flag to run multiple runbooks by tag ([#576](https://github.com/OctopusDeploy/cli/issues/576)) ([7eb348a](https://github.com/OctopusDeploy/cli/commit/7eb348a5643095f3f7b78f24217f06c2a2e0fa54)) +* Add support for target tag sets with --tag flag ([#579](https://github.com/OctopusDeploy/cli/issues/579)) ([f2871d1](https://github.com/OctopusDeploy/cli/commit/f2871d1aa4b4fe001aa47a9da0cf5c3821897ed6)) +* added api command to support a GET request against any octopus api endpoint ([#586](https://github.com/OctopusDeploy/cli/issues/586)) ([8938780](https://github.com/OctopusDeploy/cli/commit/89387809d6f8e3e8f279a4506053165d27134d9c)) +* service message flag support ([#574](https://github.com/OctopusDeploy/cli/issues/574)) ([e1ccf99](https://github.com/OctopusDeploy/cli/commit/e1ccf99c7fcfc0f02b9c583e9e3545e66956bc70)) +* Support custom AWS region for accounts ([#581](https://github.com/OctopusDeploy/cli/issues/581)) ([a22dd0f](https://github.com/OctopusDeploy/cli/commit/a22dd0fb1aa1dee9c98047109b9be486667969da)) + + +### Bug Fixes + +* extended automation command to include Space ([#587](https://github.com/OctopusDeploy/cli/issues/587)) ([9c835d1](https://github.com/OctopusDeploy/cli/commit/9c835d1f6cf2e297314d624467063d1e4035731a)) + ## [2.20.1](https://github.com/OctopusDeploy/cli/compare/v2.20.0...v2.20.1) (2025-12-04) diff --git a/version.txt b/version.txt index 4e2200b9..db65e216 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.20.1 +2.21.0 From 80cc6ce561ac84c29508dcc0617433000beaf7f4 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Wed, 8 Apr 2026 06:46:50 +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 aa522622..b67f65a3 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.20.1} +version=${VERSION:-v2.21.0} if [ ! $version ]; then log "${YELLOW}"