Skip to content

cf/205

You can find the source of this version on GitHub at cloudfoundry/cf-release. It was created based on the commit 5549cce0.

Release Notes

The cf-release v205 was released on March 20th, 2015 - This release was deployed to our Prod environment on March 23rd, 2015

Runtime

  • Update rootfs for lucid64 and cflinuxfs2. This addresses USN-2537-1, CVE-2015-0209, CVE-2015-0286, CVE-2015-0287, CVE-2015-0288, CVE-2015-0289, CVE-2015-0292, CVE-2015-0293 details
  • [Experimental] Work continues on support for Asynchronous Service Instance Operations details
  • Work continues on improvements to Recursive Space Deletion details
  • [Experimental] Work continues on /v3 and Application Process Types details
  • [Experimental] Work continues on Route API details
  • [Experimental] Complete reverting of ca-truster job for adding custom CA Certificates to the trust store on vms in cf-release
  • Add debugging statements around quotacheck details
  • cloudfoundry/cf-release #638: Remove unneeded notification_templates.admin scope from admin user details

Used Configuration

  • BOSH Version: 148
  • Stemcell Version: 2859
  • CC Api Version: 2.23.0

Commit summary

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "cf"
  version: "205"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=205"
  sha1: "8ae6167102bfbcc9cbde658c4d2727d182c422f2"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 8ae6167102bfbcc9cbde658c4d2727d182c422f2 \
  "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=205"

Jobs

Packages