Skip to content

cf/261

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

Release Notes

IMPORTANT - Known issue fixed with Create Account flow in UAA UI causing infinite redirects. - Known issue fixed with /check_token failing on GET request. - This release includes breaking changes for OAuth clients thats are defined in the cf-release manifest. Starting with UAA Release v36 we have added validation for OAuth Clients. You can find the full list here, but below are the changes deployers are most likely to see: - For cf client please ensure that secret is set to empty string '' - For ssh-proxy replace redirect-uri of /login with https://login.{system-domain}/login

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

Notices

  • Not yet updated

Job Spec Changes

  • Not yet updated

Security Notices

Affecting v261

  • None

Resolved in v261

Subcomponent Updates

Compatible Releases and Stemcells

Usage

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

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

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

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

Jobs

Packages