Skip to content

cf/191

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

Release Notes

The cf-release v191 was released on October 22nd, 2014

Release Highlights

  • Updated HAProxy to disable SSLv3. This addresses POODLE CVE-2014-3566
  • Reverted default AWS instance types back to m1 and c1 due to instability experienced with m3 and c3 instance types
  • Added VCAP_APPLICATION to the /v2/apps/:guid/env endpoint
  • Added /v2/apps/:guid/copy_bits endpoint (Experimental)
  • Updated to latest gnatsd as of October 7th, 2014

Config

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

Diff file

cf-191-whats-in-the-deploy

Usage

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

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

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

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

Jobs

Packages