hwc-buildpack/2.2.0
You can find the source of this version on GitHub at cloudfoundry-incubator/hwc-buildpack-release. It was created based on the commit 0ede6f2
.
Release Notes¶
This release fixes an issue where hwc-buildpack-release would not compile on Linux machines (for example, cc-api) that need the release. This release is included by default in cf-deployment windows operations file.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "hwc-buildpack" version: "2.2.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/hwc-buildpack-release?v=2.2.0" sha1: "d4f5df07a76fba0324dc6d9e708e7989e3ff2f38"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 d4f5df07a76fba0324dc6d9e708e7989e3ff2f38 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/hwc-buildpack-release?v=2.2.0"