Skip to content

cf/194

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

Release Notes

The cf-release v194 was released on December 2nd, 2014

Release Highlights

cf-release

  • Add timestamp prefix to postgres logs. details
  • Fixed bin/console on the api vms. details
  • Upgraded ruby buildpack to v1.1.4 details
  • Fixed issue with nfs mounter job that was broken in cf-release v193 details 1 2
  • Provide a default value for cc.internal_api_user details
  • Add notifications preferences as default scopes for all future UAA users. details
  • Fixed dead fiber issue on DEAs details
  • Fixed orphan container issue on DEAs details
  • Allow pprof to be enabled on the gorouter details
  • Improve GoRouter stability (memory & GC times) details
  • Bumped apcera’s NATS client in yagnats and handle callbacks details
  • Default GOMAXPROCS to the number of available CPUs details
  • Fixed issue with collector leaking CLOSE_WAIT sockets details
  • Work continues on Application Process Types details
  • Work continues on Updating Service Plans details

UAA and Login Server

  • Bumped UAA and Login Server to 1.9.1 release. Upgrades Spring Framework to 4.0.8 to address CVE-2014-3625 details

Loggregator

  • bug fixes to address dea_logging_agent stability
  • outbound https syslog endpoints will now reuse the connection for better performance
  • golang 1.3.X runtime for components

Config

Deployed with - BOSH Version: 106 - Stemcell Version: 2719.3 - CC Api Version: 2.18.0

Diff file

cf-194-whats-in-the-deploy

Usage

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

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

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

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

Jobs

Packages