Skip to content

cf/199

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

Release Notes

The cf-release v199 was released on February 12th, 2015 - Note: Known issue with doppler introduced in v198 and present in v199 details

Runtime

  • Work continues on /v3 and Application Process Types details
  • Work continues on support for Asynchronous Service Instance Operations details
  • Allow admins to create wildcard routes details
    • This feature allows cf admins to specify a wildcard route cf create-route SPACE DOMAIN -n "*"
    • The host name must be specified exactly as “*”
    • If you map this wildcard route to an app, requests to any matching routes will be routed to the app. Exact matches of routes will take precedence over the wildcard route.
  • Configurable file_descriptors limit for warden container details
    • cc.instance_file_descriptor_limit
  • disable colorized ginkgo output for acceptance_tests errand details
  • Escape VCAP_SERVICES and VCAP_APPLICATION env variables details
  • Avoid large query when logging auth errors details
  • Send logs for cloud controller worker, clock to logs instead of STDOUT details

Used Configuration

  • BOSH Version: 134
  • Stemcell Version: 2818
  • 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: "199"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=199"
  sha1: "81036508c06cb733f621407deaabcd8eb61a8491"

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

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

Jobs

Packages