Skip to content

bosh/244

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

Release Notes

New Features: - Run post-start scripts after jobs on the VMs are started - To specify a post-start script add it to a job in your release, similar to pre-start scripts

Improvements: - Include instance name in scan and fix tasks started by the Resurrector

Usage

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

- name: "bosh"
  version: "244"
  url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=244"
  sha1: "73ade801a0d3d26b2eec0f91347ced9f832280f0"

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

bosh upload-release --sha1 73ade801a0d3d26b2eec0f91347ced9f832280f0 \
  "https://bosh.io/d/github.com/cloudfoundry/bosh?v=244"

Jobs

Packages