Skip to content

cf/270

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

Release Notes

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

Notices

  • grootfs release v0.24.0 contains SHA2 hashes, and other releases will soon be following suit. Please be sure to use the latest bosh cli (gem or golang) to avoid deployment-time checksum errors.
    • Note that deploying grootfs release 0.24.0 using Concourse’s bosh-deployment resource will result in checksum errors until the team has a chance to update their Docker image. The suggested workaround for this issue is to upload the grootfs release manually using the latest bosh cli.

Job Spec Changes

  • Loggregator requires new certificates. See Traffic Controller’s job spec for specific property names.
  • To generate these certificates you can use the /loggregator/scripts/generate-loggregator-certs script with an existing loggregator ca.
  • The property cc.tls_port must be set to the port set by Cloud Controller

Security Notices

Affecting v270

  • None

Resolved in v270

Subcomponent Updates

Compatible Releases and Stemcells

Usage

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

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

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

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

Jobs

Packages