Skip to content

cf/207

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

Release Notes

The cf-release v207 was released on April 16th, 2015 - Note: In this release we have changed the default rootfs to cflinuxfs2 details - Note: A bug was found where CC and Worker jobs were not updating when using NFS as a blobstore. details

Runtime

  • Fixed a bug introduced in v206 where apps using the python buildpack with cflinuxfs2 stack failed to run details
  • cloudfoundry/cf-release #658: Java buildpack v3.0 details
  • Added a new end point /v2/spaces/:guid/user_roles details
  • Apps are now queryable by stack_guid details
  • Update Sequel and add a index on droplets.droplet_hash details
    • Improves general query performance against ccdb
  • Fixed an issue where gorouters were always taking 15 minutes to drain detail
  • [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
  • Work continues on support for Service Keys details
  • Work continues on support for Arbitrary Service Parameters details

Loggregator

Features

  • Metron now supports statsd protocol endpoint. Details to follow in add’l vcap-dev post.
  • Loggregator now generates UUID for components. details
  • Additional Doppler integration tests to prevent regression:
    • … for metrics emission. details
    • … and for goroutine dumps. details
  • PR: Updated go package path. details
  • PR: InstrumentedResponseWriter conforms to CloseNotifier interface. details

Bugs

  • Fixed an issue where an incorrect typecast would cause a Doppler panic. details
  • Fixed Doppler incorrectly computing totalDroppedMessages as a result of fixing typecast issue. details
  • PR: Fixed an issue where syslog drain binder assumes that cc is available via http by default. details
  • PR: Additional typos and broken links. detail 1 detail 2

Used Configuration

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

Commit summary

Compatible Diego Version

  • final release 0.1099.0 commit

Usage

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

- name: "cf"
  version: "207"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=207"
  sha1: "57a32f28aa509bdd8cf3e2d0f05fe0a55489ad21"

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

bosh upload-release --sha1 57a32f28aa509bdd8cf3e2d0f05fe0a55489ad21 \
  "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=207"

Jobs

Packages