Skip to content

diego/0.1446.0

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

Release Notes

Changes from v0.1445.0 to v0.1446.0

Significant changes

Bindmounting Downloads

Performance

BBS API

SSH

Manifest generation

App execution

Component metrics

Dependencies

Test suites and tooling

Cleanup

Miscellany

BOSH job changes

None.

BOSH property changes

  • Added acceptance_tests.cf_push_timeout_in_seconds: Timeout for cf push in DATs, in seconds.
  • Added acceptance_tests.long_curl_timeout_in_seconds: Timeout for long curl in DATs, in seconds.
  • Added diego.executor.post_setup_hook: Experimental, command to run after setup action.
  • Added diego.executor.post_setup_user: Experimental, user to run post-setup command as.
  • Added vizzini.ssh.proxy_address: Host and port for the SSH proxy for vizzini test suite.
  • Added vizzini.ssh.proxy_secret: Shared secret for the SSH proxy’s Diego authenticator.

Usage

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

- name: "diego"
  version: "0.1446.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1446.0"
  sha1: "027ea9d7d8b1bbddea1c62db1f872e4e6a7adea6"

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

bosh upload-release --sha1 027ea9d7d8b1bbddea1c62db1f872e4e6a7adea6 \
  "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1446.0"

Jobs

Packages