diego/0.1465.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit f4868dbd
.
Release Notes¶
Changes from v0.1464.0 to v0.1465.0
- Verified with garden-linux-release v0.336.0.
- Verified with etcd-release v44.
- Verified with cflinuxfs2-rootfs-release v0.2.0
Significant changes
Note: The Diego team fixed an incorrect SHA checksum for the license blob in the 0.1463.0 final release manifest. To ensure that the tags on the diego-release repository correspond to valid versions, the v0.1463.0
and v0.1464.0
tags were moved to commits with the updated release manifest. If these tags are already checked out in a clone of this repository, running git fetch --tags
will update them. We apologize for any inconvenience this may have caused.
BBS Relational Datastore (Experimental)
Performance Tuning
SSH
Guardian Integration
- As a Diego team member, I expect to have a CF+Diego environment for CI against guardian
- As a Diego operator, I would like to be able to opt into using guardian as the Garden implementation on all my cells
Manifest Generation
- Diego manifest generation should take the syslog_daemon_config properties from the CF manifest
- release version overriding is not working in diego-release/scripts/generate-deployment-manifest
- cloudfoundry-incubator/diego-release #153: Make the BBS advertise address configurable
- cloudfoundry-incubator/diego-release #157: Add iaas-settings for vsphere
App Logging
Dependencies
- Update/Validate the behavior of pid_utils in diego-release.
- Update dropsonde library in diego-release
- Update version of noaa library in diego-release and use new consumer
- Bump crypto
Test Suites and Tooling
Cleanup
BOSH job changes
None.
BOSH property changes
- Add
diego.bbs.advertisement_base_hostname
: Suffix for the BBS advertised hostname. Defaults tobbs.service.cf.internal
.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "0.1465.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1465.0" sha1: "b30bda4c199e6b2748d9358837aa988b8e5c7e0b"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b30bda4c199e6b2748d9358837aa988b8e5c7e0b \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1465.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- canary
- cc_uploader
- converger
- file_server
- nsync
- rep
- rootfses
- route_emitter
- ssh_proxy
- stager
- tps
- vizzini