Skip to content

bosh/217

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

Release Notes

Improvements: - bosh upload release should not take a lot longer when uploading large releases vs small releases

SSH Improvements: - bosh ssh no longer asks for a sudo password - Generated bosh users now have passwordless sudo - To use this feature you need updated CLI (1.3115.0+), the Director (v217/1.3115.0+) and stemcells (3115+) - Director can be configured to provide default ssh gateway for bosh ssh - Instead of adding --gateway_host flag for bosh ssh command, specify director.default_ssh_options.gateway_host when deploying the Director

Note: we are still working on a new bosh-lite stemcell to bring above improvements to bosh-lite.

Usage

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

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

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

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

Jobs

Packages