diego/1.3.1
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit ead2efeb
.
Release Notes¶
Changes from v1.3.0 to v1.3.1
- Verified with garden-runc-release v1.0.4.
- Verified with garden-windows-bosh-release v0.1.0.
- Verified with etcd-release v87.
- Verified with cf-mysql-release v32.
- Verified with cflinuxfs2-rootfs-release v1.43.0.
IMPORTANT: This release fixes the cell rep configuration regression introduced in Diego v1.3.0.
Significant changes
Container Placement
Local Route Emitters (Experimental)
- As a CF operator, I expect app routes typically to be registered and unregistered within a few seconds (in flight)
Windows Support
- cloudfoundry/healthcheck #2: Make the diego healthcheck work on Windows
- Inject diego-sshd into the WAL
- cloudfoundry/diego-release #236: Use diego-sshd package for windows_app_lifecycle
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: "1.3.1" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.3.1" sha1: "452f49bef3ab37987d7985ec7462909bf8882945"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 452f49bef3ab37987d7985ec7462909bf8882945 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.3.1"