Skip to content

cf/262

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

Release Notes

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

Notices

  • This release officially removes the DEA and HM9000 from cf-release.
  • If your deployment still contains DEAs and HM9000, you must first scale down the DEA and HM9000 jobs to zero instances before upgrading to CF 262. Failure to scale do so will result in the following error:

    Failed compiling packages > ... Unknown CPI error 'Unknown' with message 'Address 10.10.16.41 is in use.' in 'create_vm' CPI method (00:09:52)
    

    The jobs in the manifest are named:

    • runner_z1
    • runner_z2
    • hm9000_z1
    • hm9000_z2

The default configuration for a new metron ‘/health’ endpoint collides with CAPI. Update the metron.health_port to avoid this collision.

Job Spec Changes

  • None

Security Notices

Affecting v262

  • None

Resolved in v262

  • None

Subcomponent Updates

Compatible Releases and Stemcells

Usage

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

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

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

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

Jobs

Packages