Skip to content

cf/210

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

Release Notes

The cf-release v210 was released on May 23rd, 2015 - Note: A bug was found where CC and Worker jobs were not updating when using NFS as a blobstore. details

Runtime

  • Addressed USN-2617-1 CVE-2015-3202 FUSE vulnerabilities
    • Removed fuse binaries from lucid64 rootfs . Apps running on lucid64 stack requiring fuse should switch to cflinuxfs2 details
    • fuse binaries updated on cflinuxfs2 rootfs. details
  • [Experimental] Work continues on support for Asynchronous Service Instance Operations details
    • Support for configurable max polling duration
  • [Experimental] Work continues on /v3 and Application Process Types details
  • [Experimental] Work continues on Route API details
  • [Experimental] Work continues on Context Path Routes details
  • Work continues on support for Service Keys details
  • Upgrade etcd server to 2.0.1 details
    • Should be run as 1 node (for small deployments) or 3 nodes spread across zones (for HA)
    • Also upgrades hm9k dependencies. LAMB client to be upgraded in a subsequent release. Older client is compatible.
  • cloudfoundry/cf-release #670: Be able to specify timeouts for acceptance tests without defaults in the spec. details
  • Fix bug where ssl enabled routers were not draining properly details
  • cloudfoundry/cloud_controller_ng #378: current usage against the org quota details
  • Apps no longer need to be unbound and rebound to receive new credentials when a user-provided service instance is updated. Apps only need to be restaged/restarted details

UAA

Used Configuration

  • BOSH Version: 152
  • Stemcell Version: 2889
  • CC Api Version: 2.27.0

Commit summary

Compatible Diego Version

  • final release 0.1247.0 commit

Manifest and Job Spec Changes

  • properties.acceptance_tests.skip_regex added
  • properties.app_ssh.host_key_fingerprint added
  • properties.app_ssh.port defaults to 2222
  • properties.uaa.newrelic added
  • properties.login.logout.redirect.parameter.whitelist

Usage

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

- name: "cf"
  version: "210"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=210"
  sha1: "084233921890106592d1b64973a96a66e546d804"

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

bosh upload-release --sha1 084233921890106592d1b64973a96a66e546d804 \
  "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=210"

Jobs

Packages