Skip to content

Commit

Permalink
Merge branch 'v8' into dependabot/github_actions/v8/docker/build-push…
Browse files Browse the repository at this point in the history
…-action-6
  • Loading branch information
gururajsh authored Jul 10, 2024
2 parents c2a0bd9 + 81b6978 commit d294083
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/win/windows-installer-v8-x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion BUILD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.7.10
8.7.11
2 changes: 1 addition & 1 deletion build_data.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build-version: 8.7.10
build-version: 8.7.11
capi-version-min: v16.11.0
1 change: 1 addition & 0 deletions cf/api/buildpack_bits.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (repo CloudControllerBuildpackBitsRepository) CreateBuildpackZipFile(buildp
if err != nil {
return nil, "", fmt.Errorf("%s: %s", T("Couldn't open buildpack file"), err.Error())
}
defer specifiedFile.Close()
err = normalizeBuildpackArchive(specifiedFile, zipFileToUpload)
if err != nil {
return nil, "", zipErrorHelper(err)
Expand Down

0 comments on commit d294083

Please sign in to comment.