- Fixes problem when using
bosh cck
after you runbosh deploy
against your deployments- Example error:
Recreate VM and wait for processes to start. Failed: undefined method 'deployment_name' for #<String:0x0055b4a0c91120>
- Example error:
- Fixes Director's
/deployments/:name/instances
API endpoint to be less expensive which should reduce CPU usage significantly- Problem was introduced in v258 and reported in #1491
- Force director to use proxy settings for remote download
- Ignore instances that do not have a VM associated when running multi VM
bosh ssh
via CLI v2 - Removed internal CPIs from the Director
- CPIs must be installed via CPI releases
- Support custom tags in the runtime config
- Tags are merged with deployment tags and are applied to all VMs in all deployments
- Fix bug with Resurrector when instances was using links
- Changed PagerDuty HM plugin to use synchronous HTTP calls to work with proxies
- Make sure that all HM heartbeats are augmented with basic information