Skip to content

diego/0.1441.0

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

Release Notes

Changes from v0.1440.0 to v0.1441.0

Significant changes

BOSH job changes

None.

BOSH property changes

  • Replace diego.nsync.nsync_url with diego.nsync.listen_addr: This is now the address on which the nsync-listener listens for requests, instead of the URL other services use to communicate with the nsync-listener.
  • Replace diego.stager.stager_url with diego.stager.listen_addr: This is now the address on which the stager listens for requests, instead of the URL other services use to communicate with the stager.
  • Add diego.stager.staging_task_callback_url: This is the URL of the stager service, used to receive staging task completion callbacks from the BBS.
  • Add diego.tps.listener.listen_addr: Address on which the TPS listener receives requests.
  • Rename diego.cc_uploader.address to diego.cc_uploader.listen_addr.
  • Rename diego.file_server.address to diego.file_server.listen_addr.
  • Remove acceptance_tests.skip_ssh_without_plugin_tests: The Diego Acceptance Tests suite now uses only the core CF CLI, at version 6.13.0, and not the separate SSH CLI plugin.

Usage

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

- name: "diego"
  version: "0.1441.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1441.0"
  sha1: "896f45382b8dd7cab314aaa14c3aa1a672806f8d"

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

bosh upload-release --sha1 896f45382b8dd7cab314aaa14c3aa1a672806f8d \
  "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1441.0"

Jobs

Packages