From a4217aa80c9e78c7fbb124c47b011d3d1f66ca24 Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:50:40 +1000 Subject: [PATCH 1/2] chore(main): release 2.21.4 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53b1478..7913c3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.4](https://github.com/OctopusDeploy/cli/compare/v2.21.3...v2.21.4) (2026-07-16) + + +### Bug Fixes + +* allow completion command to run without an Octopus login ([#612](https://github.com/OctopusDeploy/cli/issues/612)) ([a3fe8a9](https://github.com/OctopusDeploy/cli/commit/a3fe8a98e80792c216bdd4644f91be24ad42070e)) + ## [2.21.3](https://github.com/OctopusDeploy/cli/compare/v2.21.2...v2.21.3) (2026-05-26) diff --git a/version.txt b/version.txt index e6cb6a1a..2aed6180 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.21.3 +2.21.4 From 47993585670bd89006f80bb5a0cddf760149f235 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 16 Jul 2026 00:50:48 +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 8474e3a8..e89db9aa 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.21.3} +version=${VERSION:-v2.21.4} if [ ! $version ]; then log "${YELLOW}"