Skip to content

bosh/245

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

Release Notes

Improvements: - director.max_tasks configuration now configures maximum number of tasks to keep per task type (task types are update deployment, ssh, fetch logs, etc.) - This allows to issue large number of bosh vms calls without rotating out tasks of other types. - Support PowerPC in stemcell builder

Sec: - Bump Ubuntu stemcells for USN-2857-1 : Linux kernel vulnerability

This release includes 3173 stemcell series.

Usage

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

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

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

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

Jobs

Packages