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 instances
andbosh vms
- Expose
spec.release.name
andspec.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
delete
toorphan
- [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
)