Skip to content

diego/0.1445.0

You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 9d8d5677.

Release Notes

Changes from v0.1444.0 to v0.1445.0

Important changes to manifest-generation scripts

As part of story #107891444, the generate-deployment-manifest script now takes flag-based arguments instead of positional ones, and simplifies some of the arguments. The script now takes three required stub arguments, and two optional ones: - -c: CF deployment manifest file (required) - -i: IaaS settings stub file (required) - -p: Property overrides stub file (required) - -n: Instance-count overrides stub file (optional) - -v: Release-version stub file (optional)

The additional-jobs stub has been dropped, and the persistent-disk overrides stub content is now merged into the IaaS settings stub file.

Significant changes

Performance tests

Upgrade stability tests

Bind-mounting downloads

SSH

Manifest generation

Logging and Monitoring

Dependencies

Miscellany

BOSH job changes

None.

BOSH property changes

None.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "diego"
  version: "0.1445.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1445.0"
  sha1: "6a145449428259de1164b415ec122186cd8e393f"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 6a145449428259de1164b415ec122186cd8e393f \
  "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1445.0"

Jobs

Packages