Skip to content

cf/193

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

Release Notes

This release should not be used if you are using NFS. There is an issue with mounting NFS. This will be fixed in the next cf-release. details 1 2

Release Notes

The cf-release v193 was released on November 17th, 2014

Release Highlights

  • Work continued on Application Process Types (Experimental) details
  • Fixed an issue introduced in cf-release 192 where DEA logging agent deadlocks sometimes when removing an app details
  • Updated Cloud Controller’s Ruby version to 2.1.4 details
  • Allow timeouts for CATs to be configurable details
  • Inlined relations api performance enhancements details
  • Added new endpoint to return memory usage of an org /v2/organizations/:guid/memory_usage details
  • Route endpoints can now request their own staleness threshold details
  • Fixed an issue with collocating cloud_controller_ng and cloud_controller_worker with NFS details
  • Upgraded dropsonde details
  • Update default request_timeout_in_seconds to 900s (15min) details
  • Periodically clean up packages that have been pending for too long details

Config

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

Diff file

cf-193-whats-in-the-deploy

Usage

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

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

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

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

Jobs

Packages