Skip to content

cf/272

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

Release Notes

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

Notices

  • syslog-forwarder runtime-config: This version of cf-release introduces a runtime-config in the runtime-configs directory for adding a syslog-forwarder job from syslog-release. You can find more information about applying the runtime-config in the README of the runtime-configs directory.

  • For operators using syslog functionality in the metron agent: The plan is to deprecate metron’s syslog functionality in CF 275, so we advise the use of this runtime-config for managing platform syslog drains.

Job Spec Changes

  • The properties uaa.url and login.protocol have been removed
  • Add uaa.internal_url with a value of https://uaa.service.cf.internal:8443
  • The property cc.srv_api_url has been removed and replaced with a new secure interface
  • This uses new properties for cc.internal_service_hostname, cc.tls_port, cc.mutual_tls.ca_cert, loggregator.tls.cc_trafficcontroller.cert and loggregator.tls.cc_trafficcontroller.key
  • See Loggregator Traffic Controller spec for full change history.

Security Notices

Affecting v272

  • None

Resolved in v272

  • Not yet updated

Subcomponent Updates

Compatible Releases and Stemcells

Usage

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

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

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

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

Jobs

Packages