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: sha256:

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

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

Jobs

Packages