bosh/263.1.0
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 29da483
.
Release Notes¶
- Sort property/link property before rendering templates
- Errand should be able to consume link with variables from a diff deployment
- [warning] Remove transaction around
bosh deploy --dry-run
command- Previously dry run was wrapped in a DB transaction; however, it caused DB contention, hence transaction was removed. After this change if you run
--dry-run
against an existing deployment we recommend to run bosh deploy with previously successfully deployed manifest.
- Previously dry run was wrapped in a DB transaction; however, it caused DB contention, hence transaction was removed. After this change if you run
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "263.1.0" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=263.1.0" sha1: "a642387eb375a5241f237d221699768a1f0c0393"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a642387eb375a5241f237d221699768a1f0c0393 \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=263.1.0"