From 4f4df57beecf3f8977790bc565429fd09c9b637d Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:41:34 +1000 Subject: [PATCH 1/2] chore(main): release 2.20.0 --- CHANGELOG.md | 15 +++++++++++++++ version.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86435125..827fad4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.20.0](https://github.com/OctopusDeploy/cli/compare/v2.19.1...v2.20.0) (2025-12-01) + + +### Features + +* Add ephemeral environment create command ([#559](https://github.com/OctopusDeploy/cli/issues/559)) ([0fc0cdd](https://github.com/OctopusDeploy/cli/commit/0fc0cddda3f30343a1f6f72d4bf3429d7e729a48)) +* Add support to deprovision environment ([#562](https://github.com/OctopusDeploy/cli/issues/562)) ([8d430ef](https://github.com/OctopusDeploy/cli/commit/8d430eff2abf280fe5c53036932e8c3d74df26c3)) +* Add support to view/add/update project tags ([#567](https://github.com/OctopusDeploy/cli/issues/567)) ([2e2340a](https://github.com/OctopusDeploy/cli/commit/2e2340ab1494e1846bdf454e094aa5392243ee8e)) +* Extend tag sets and add environment tags ([#548](https://github.com/OctopusDeploy/cli/issues/548)) ([4dbefbd](https://github.com/OctopusDeploy/cli/commit/4dbefbd3059c1d023c0441855ca64f6f57497b6b)) + + +### Bug Fixes + +* Bump go version ([f5b6927](https://github.com/OctopusDeploy/cli/commit/f5b692704de454cbce3fc3df2345d3c18ad7f6ba)) + ## [2.19.1](https://github.com/OctopusDeploy/cli/compare/v2.19.0...v2.19.1) (2025-10-09) diff --git a/version.txt b/version.txt index b8e248f4..7329e21c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.19.1 +2.20.0 From b4c1898c76f63e7e95f99f490a2d89d9792bb17c Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Mon, 1 Dec 2025 05:41:43 +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 d36e2bb9..5fcd98e3 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.19.1} +version=${VERSION:-v2.20.0} if [ ! $version ]; then log "${YELLOW}"