Skip to content

cf/202

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

Release Notes

The cf-release v202 was released on March 9th, 2015

NOTE: It is highly recommended that you first deploy stemcell 2859+ before upgrading to this release. We have also found that network traffic on the newer AWS instance types appears to be more stable with the 3.16 kernel that is available as of 2859. details

Runtime

  • Fixed a slow query on /v2/apps/:guid/routes introduced in v201 details
  • Update collector, login, and uaa to Ruby 2.1.4 and remove Ruby 1.9.3 details
  • Work continues on /v3 and Application Process Types details
  • Work continues on support for Asynchronous Service Instance Operations details

Used Configuration

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

Commit summary

Usage

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

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

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

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

Jobs

Packages