We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c349e2d + 6975fe1 commit c64354fCopy full SHA for c64354f
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.18.0](https://github.com/OctopusDeploy/cli/compare/v2.17.0...v2.18.0) (2025-05-28)
4
+
5
6
+### Features
7
8
+* warn about missing packages when deploying ([b5b93ff](https://github.com/OctopusDeploy/cli/commit/b5b93ff8c540108ce860d56d7c88b2161851dad6))
9
10
## [2.17.0](https://github.com/OctopusDeploy/cli/compare/v2.16.0...v2.17.0) (2025-05-15)
11
12
scripts/install.sh
@@ -33,7 +33,7 @@ fi
33
34
log "Selecting version..."
35
36
-version=${VERSION:-v2.17.0}
+version=${VERSION:-v2.18.0}
37
38
if [ ! $version ]; then
39
log "${YELLOW}"
version.txt
@@ -1 +1 @@
-2.17.0
+2.18.0
0 commit comments