Skip to content

cf/198

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

Release Notes

The cf-release v198 was released on February 10th, 2015

Runtime

  • Updated the rootfs. This addresses CVE-2014-9636 details
  • Improved instructions for minimal AWS example details
  • Updated python buildpack to v1.1.2 details
  • Updated go buildpack to v1.1.2 details
  • Updated java buildpack to v2.6.1 details
  • Updated ruby buildpack to v1.2.1 details
  • Updated cf cli to 6.9.0 details
  • Updated fog to 1.27 details
  • Work continues on /v3 and Application Process Types details
  • Work continues on support for Asynchronous Service Instance Operations details
  • Service Instance Orphan Mitigation improvements details
  • /v2/managed_service_instances is now deprecated details
  • Renaming broker does not cause CC to fetch service broker catalog details
  • Application Security Groups now support logging of the first packet of outbound tcp traffic details apidoc
  • Enabled wildcard routes to be published to NATS details
  • Users can now specify via the api longer start commands details
  • /v2/routes can now be queried by organization guid details
  • nginx_status endpoint is always enabled details
  • Org Auditors can now see space related /v2/events details
  • no need to pre-provision errand VMs; bosh will auto-create details
  • Catch socket error during staging causing CATS to be flaky details
  • DEA no longer crashes if loggregator emitter fails to emit details
  • cloud controller worker and clock jobs now logs to files instead of STDOUT details
  • /v2/info no longer rejects requests that have invalid tokens (this change was in v197 only) details

Loggregator

Features

  • Changing syslog drain location no longer requires application restaging. details
  • Diego-enabled doppler endpoints details
  • Diego-enabled dropsonde emitter details
  • Moved lamb manifest-template configuration out of cf-release details
  • Improved documentation

Bug fixes

  • Hard-code doppler dropsondeOrigin to “doppler” details
  • Doppler continues to attempt to contact failed syslog drain after app is deleted details
  • Dropsonde emitter no longer nil on initialization. details
  • Fixed firehose deadlock condition in doppler. details
  • Enable SIGTRAPS to get goroutine info. details
  • Enable unicode character support in emitters. details
  • Dropsonde InstrumentedRoundTripper now supports CancelRequests. details
  • Buffer more messages in doppler to increase reliability under load. details
  • Enable kernel log redirection details
  • Improved CAT tests for reliability.

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: "198"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=198"
  sha1: "43dbcdae21db838bc7aa7981aac373c421780651"

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

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

Jobs

Packages