Skip to content

cf/257

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

Release Notes

Contents - Notices - Job Spec Changes - Security Notices - Compatible Releases and Stemcells - Subcomponent Updates

Notices

  • Warning: We’ve found an issue with the combination of releases recommended here, so we advise deployers to use CF 258 instead. Specifically, the recommended version of diego-release (1.13.0) does not allow deployers to configure cleanup_process_dirs_on_wait, which is required for healthy functioning of the recommended garden-runc-release (1.5.0). Diego-release 1.14.0 includes the ability to configure that property.
  • Changes in some jobs require using a BOSH Director v258 or newer.
  • Changing the number of instances of doppler with restart Traffic Controllers resulting in disruption in Firehose throughput.
  • The included version of Loggregator restricts ciphers to use only the following 4 ciphers. This is a breaking change for some operators and a configurable property for opting into more cipher suites was introduced in Loggregator 85 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384

Job Spec Changes

  • The cc_uploader job has new required properties. Read here for details

Security Notices

Affecting v257

  • None

Resolved in v257

Subcomponent Updates

Compatible Releases and Stemcells

Usage

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

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

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

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

Jobs

Packages