bosh/263
            You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 00b18b4.
          
Release Notes¶
New Features:
- Support colocated errand jobs
- Standard run-errand behaviour can now execute errand on lifecycle=service instances on Linux 3445+ stemcells
 
 - Add native GCS blobstore support
 
Enhancements:
- Show task IDs in locks table
 - Show created at time for each VM in 
bosh instancesandbosh vms - Expose 
spec.release.nameandspec.release.version - [breaking] Require that all values are interpolated before the deploy
- Possibly breaks deployment manifests that had 
((...))inside their property values 
 - Possibly breaks deployment manifests that had 
 - Rename action for making disk orphan from 
deletetoorphan - [breaking] Remove ability to create db users and or login via the cli
- Director no longer supports 
bosh create user(from CLI v1) 
 - Director no longer supports 
 - Clean up some multi CPI interactions for better CPI selection
 - [breaking] Change existing behavior of local DNS functionality
- No longer opt into DNS based link address by default
 
 - Provide instance id in 
/var/vcap/instance/dns/records.json - Log Director worker name in task debug logs
 
Fixes:
- Fix resurrection bug after VM was deleted via 
bosh delete-vm - Check if instance has a VM before trying to collect logs (Example: 
bosh logs -d cf) 
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "bosh" version: "263" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=263" 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=263"