From a4ad76fc146e3d506a04037d3a2f6420752870bf Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:40:12 +1000 Subject: [PATCH 1/2] chore(main): release 2.19.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ version.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e35a38..7aa59f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.19.0](https://github.com/OctopusDeploy/cli/compare/v2.18.0...v2.19.0) (2025-09-25) + + +### Features + +* `octopus deployment-target view` support -f parameter ([#538](https://github.com/OctopusDeploy/cli/issues/538)) ([2cd8853](https://github.com/OctopusDeploy/cli/commit/2cd885344360596e86d6e9e6b5b359fabeb0f819)) +* `worker view` and `work-pool view` support -f parameter ([#537](https://github.com/OctopusDeploy/cli/issues/537)) ([4446ba6](https://github.com/OctopusDeploy/cli/commit/4446ba644a7aadfe3fc62860be74156aa4db3a35)) +* add oidc account support for azure web app deployment target ([#534](https://github.com/OctopusDeploy/cli/issues/534)) ([6254eb8](https://github.com/OctopusDeploy/cli/commit/6254eb88cbbd7dc1aff646ede9a52c82b894a8dd)) +* Add support for setting custom fields on releases ([#545](https://github.com/OctopusDeploy/cli/issues/545)) ([4aac03a](https://github.com/OctopusDeploy/cli/commit/4aac03a3bb3254bf7f05ebb5b0923091c3fcbfde)) +* project-group view command support -f options ([#536](https://github.com/OctopusDeploy/cli/issues/536)) ([dcce548](https://github.com/OctopusDeploy/cli/commit/dcce548ec9c70f0253ff3e529d665b934c109663)) +* Space view command support -f param ([#531](https://github.com/OctopusDeploy/cli/issues/531)) ([3408f2d](https://github.com/OctopusDeploy/cli/commit/3408f2d7f13bb9b15d522ad85c9c0b20fa4f6768)) +* support project view -f for project view ([#533](https://github.com/OctopusDeploy/cli/issues/533)) ([e6a5343](https://github.com/OctopusDeploy/cli/commit/e6a53430e2f5fee1d0bb1c715a28330e811f9f5e)) +* task wait command support -f argument ([#535](https://github.com/OctopusDeploy/cli/issues/535)) ([5ac6e6d](https://github.com/OctopusDeploy/cli/commit/5ac6e6d03e3a7070aa9908dbba2dbeedca7cbba2)) + + +### Bug Fixes + +* default output to table as global config ([#539](https://github.com/OctopusDeploy/cli/issues/539)) ([2fb738a](https://github.com/OctopusDeploy/cli/commit/2fb738ac809be1229a54e1598570ab477e51b42f)) +* issue release id missing in json output ([#540](https://github.com/OctopusDeploy/cli/issues/540)) ([74a0f79](https://github.com/OctopusDeploy/cli/commit/74a0f79b6e72360666d78dcded1ceef987fc9434)) + ## [2.18.0](https://github.com/OctopusDeploy/cli/compare/v2.17.0...v2.18.0) (2025-05-28) diff --git a/version.txt b/version.txt index cf869073..ef0f38ab 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.18.0 +2.19.0 From 39b77b0584fe45e1db94d7dbc3ab405e2fbac5dd Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 25 Sep 2025 06:40:23 +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 e7ec115f..52f5c49d 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.18.0} +version=${VERSION:-v2.19.0} if [ ! $version ]; then log "${YELLOW}"