From fbc669a5333002f6288c24a077c829ca6d005749 Mon Sep 17 00:00:00 2001 From: Greg Weresch Date: Tue, 9 Jul 2024 14:42:43 -0400 Subject: [PATCH 1/2] Update inno setup x64 flag to x64compatible (#3005) Inno Setup is used to create installers for release, and it no longer supports the ia64 flag and recommends x64compatible instead. See https://jrsoftware.org/ishelp/index.php?topic=setup_architecturesinstallin64bitmode --- .github/win/windows-installer-v8-x64.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/win/windows-installer-v8-x64.iss b/.github/win/windows-installer-v8-x64.iss index c11acb04151..29f8f652d03 100644 --- a/.github/win/windows-installer-v8-x64.iss +++ b/.github/win/windows-installer-v8-x64.iss @@ -5,8 +5,8 @@ AppName=Cloud Foundry CLI AppVersion=VERSION AppVerName=Cloud Foundry CLI version VERSION AppPublisher=Cloud Foundry Foundation -ArchitecturesInstallIn64BitMode=x64 ia64 -ArchitecturesAllowed=x64 ia64 +ArchitecturesInstallIn64BitMode=x64compatible +ArchitecturesAllowed=x64compatible PrivilegesRequired=none DefaultDirName={pf}\Cloud Foundry SetupIconFile=cf.ico From b1b4068ffec3dffccd714eb1b621e13f5c6a4541 Mon Sep 17 00:00:00 2001 From: Michael Chinigo Date: Tue, 9 Jul 2024 14:45:11 -0400 Subject: [PATCH 2/2] Bump CLI to 8.7.11 (#3007) --- BUILD_VERSION | 2 +- build_data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD_VERSION b/BUILD_VERSION index 7f9436ab6fc..cac11b94a54 100644 --- a/BUILD_VERSION +++ b/BUILD_VERSION @@ -1 +1 @@ -8.7.10 +8.7.11 diff --git a/build_data.yml b/build_data.yml index 8ef6a5b7a77..21fe70b19f5 100644 --- a/build_data.yml +++ b/build_data.yml @@ -1,2 +1,2 @@ -build-version: 8.7.10 +build-version: 8.7.11 capi-version-min: v16.11.0