From 1365c402c9b8985a6cf5ce117b173fef388d366c Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:27:18 +1000 Subject: [PATCH 1/2] chore(main): release 2.23.8 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e35f459..aac17ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.8](https://github.com/OctopusDeploy/cli/compare/v2.23.7...v2.23.8) (2026-08-07) + + +### Bug Fixes + +* preserve --variable values through interactive runbook run ([#582](https://github.com/OctopusDeploy/cli/issues/582)) ([3d561d8](https://github.com/OctopusDeploy/cli/commit/3d561d86ab6da797cab3161375b82a3c02ea935a)) + ## [2.23.7](https://github.com/OctopusDeploy/cli/compare/v2.23.6...v2.23.7) (2026-08-06) diff --git a/version.txt b/version.txt index 965443db..5687d243 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.23.7 +2.23.8 From a5b8a1ab947523d429082b0ec0cac1ef4ca67e95 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Fri, 7 Aug 2026 05:27:27 +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 00f03796..ff533bd6 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.23.7} +version=${VERSION:-v2.23.8} if [ ! $version ]; then log "${YELLOW}"