Skip to content

diego/0.1463.0

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

Release Notes

Changes from v0.1462.0 to v0.1463.0

Significant changes

Note: We decided to remove the consul-agent port properties that were added to the diego-release BOSH jobs in Diego v0.1462.0. The HTTP API port on the consul-agent job in consul-release cannot itself be configured, so the port properties would not be immediately useful, and if it is made configurable in the future it may make more sense for the entire address or URL to be configurable instead. We hope the removal of these properties has not inconvenienced anyone consuming the release.

BBS Relational Datastore (Experimental)

Routing

Volume Support (Experimental)

CC-Bridge Transfer

Manifest Generation

Dependencies

Test Suites and Tooling

BOSH job changes

None.

BOSH property changes

  • Removed diego.auctioneer.consul_agent_port.
  • Removed diego.bbs.consul_agent_port.
  • Removed diego.cc_uploader.consul_agent_port.
  • Removed diego.converger.consul_agent_port.
  • Removed diego.file_server.consul_agent_port.
  • Removed diego.nsync.consul_agent_port.
  • Removed diego.rep.consul_agent_port.
  • Removed diego.route_emitter.consul_agent_port.
  • Removed diego.ssh_proxy.consul_agent_port.
  • Removed diego.stager.consul_agent_port.
  • Removed diego.tps.consul_agent_port.

Usage

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

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

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

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

Jobs

Packages