Skip to content

bosh/262.1

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

Release Notes

  • Fixes removal of variable set errors
    • Cannot delete or update a parent row: a foreign key constraint fails (bosh.instances, CONSTRAINT instance_table_variable_set_fkey FOREIGN KEY (variable_set_id) REFERENCES variable_sets (id))

Usage

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

- name: "bosh"
  version: "262.1"
  url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=262.1"
  sha1: "c2aaffdb3a9b6ddf2a05d2a865e81e4186741675"

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

bosh upload-release --sha1 c2aaffdb3a9b6ddf2a05d2a865e81e4186741675 \
  "https://bosh.io/d/github.com/cloudfoundry/bosh?v=262.1"

Jobs

Packages