bosh/260
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 5489241f
.
Release Notes¶
- 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 https://github.com/cloudfoundry/bosh/issues/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
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "260" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=260" sha1: "f8f086974d9769263078fb6cb7927655744dacbc"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 f8f086974d9769263078fb6cb7927655744dacbc \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=260"