From 185a5e5fe8f2a179c097c42fa17d83c2bd6ebff7 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 28 May 2025 12:32:27 +1000 Subject: [PATCH 1/2] chore(main): release 2.18.0 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 517bfde1..c1e35a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.18.0](https://github.com/OctopusDeploy/cli/compare/v2.17.0...v2.18.0) (2025-05-28) + + +### Features + +* warn about missing packages when deploying ([b5b93ff](https://github.com/OctopusDeploy/cli/commit/b5b93ff8c540108ce860d56d7c88b2161851dad6)) + ## [2.17.0](https://github.com/OctopusDeploy/cli/compare/v2.16.0...v2.17.0) (2025-05-15) diff --git a/version.txt b/version.txt index d76bd2ba..cf869073 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.17.0 +2.18.0 From 6975fe1f05f87acca793259ec603227128778032 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Wed, 28 May 2025 02:32:37 +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 71b11026..e7ec115f 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.17.0} +version=${VERSION:-v2.18.0} if [ ! $version ]; then log "${YELLOW}"