Skip to content

Commit d9ba904

Browse files
chore: release 2.15.6 (#509)
* chore: update install script version * chore(main): release 2.15.6
1 parent 73972fa commit d9ba904

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.15.6](https://github.com/OctopusDeploy/cli/compare/v2.15.5...v2.15.6) (2025-03-13)
4+
5+
6+
### Features
7+
8+
* Add deployment freeze override flags [#463](https://github.com/OctopusDeploy/cli/issues/463) ([0dc7bfd](https://github.com/OctopusDeploy/cli/commit/0dc7bfd0915e5a71acc5e3e8e335b4c04f127bc2))
9+
10+
## [2.15.5](https://github.com/OctopusDeploy/cli/compare/v2.15.4...v2.15.5) (2025-03-07)
11+
12+
13+
### Bug Fixes
14+
15+
* Fix deleting variables from other variable sets [#502](https://github.com/OctopusDeploy/cli/issues/502) ([788a9a3](https://github.com/OctopusDeploy/cli/commit/788a9a3ae4fd9ceb186d6c0f4290ac058391b926))
16+
17+
## [2.15.4](https://github.com/OctopusDeploy/cli/compare/v2.15.3...v2.15.4) (2025-03-07)
18+
19+
20+
### Features
21+
22+
* Enable updates of scoped common variables [#489](https://github.com/OctopusDeploy/cli/issues/489) ([361054c](https://github.com/OctopusDeploy/cli/commit/361054c0b22349bdb5e36d1439e1de54358d813c))
23+
324
## [2.15.3](https://github.com/OctopusDeploy/cli/compare/v2.15.2...v2.15.3) (2025-03-05)
425

526

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
log "Selecting version..."
3535

36-
version=${VERSION:-v2.15.3}
36+
version=${VERSION:-v2.15.6}
3737

3838
if [ ! $version ]; then
3939
log "${YELLOW}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.15.3
1+
2.15.6

0 commit comments

Comments
 (0)