Skip to content

bosh/262.2

You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit c7af7f5.

Release Notes

  • Fixes Mysql2::Error: Illegal mix of collations error
    • Possibly affected environments that were using external MySQL which was not configured to use UTF8
  • Fixes deletion of unused errand instances from the database (rare)
    • Manifested as an removal of variable set errors
  • Fixes edge case where links of the same type in an instance group would override each other

Usage

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

- name: "bosh"
  version: "262.2"
  url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=262.2"
  sha1: "592569921af54b131803ca403cb25f2510497f29"

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

bosh upload-release --sha1 592569921af54b131803ca403cb25f2510497f29 \
  "https://bosh.io/d/github.com/cloudfoundry/bosh?v=262.2"

Jobs

Packages