Changes from v1.5.1 to v1.5.2
- Verified with garden-runc-release v1.1.0.
- 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.44.0.
IMPORTANT: Story #136042111 accidentally introduced a regression in the Diego manifest-generation system: manifest-generation will fail if the CF manifest does not contain certain values in its databases
BOSH property. This regression will be fixed in the next final version of Diego, to be released as soon as possible. In the meantime, operators can work around this by ensuring the following properties are populated in the CF manifest that is supplied in the -c
flag on the Diego manifest-generation script:
properties:
database:
address: REPLACE_WITH_ARBITRARY_VALUE_IF_ABSENT
port: REPLACE_WITH_ARBITRARY_VALUE_IF_ABSENT
roles:
- name: diego
password: REPLACE_WITH_ARBITRARY_VALUE_IF_ABSENT
If you add these missing values, you may then remove them from the CF manifest before re-deploying CF.
Significant changes
Component Coordination
- cloudfoundry/auctioneer #4: Bump consul TTL timeout to 20s
- cloudfoundry/bbs #14: Bump consul TTL timeout to 20s
- cloudfoundry/diego-ssh #27: Bump consul TTL timeout to 20s
- cloudfoundry/fileserver #5: Bump consul TTL timeout to 20s
cfdot
Local Route Emitters (Experimental)
Volume Support
Windows Support
- Add firewall rule for Rep.listen_addr_securable
- cloudfoundry/diego-release #249: Add windows firewall rule for listen_addr_securable
- cloudfoundry/diego-release #251: Run rep.exe directly, no powershell start script
Manifest Generation
- cloudfoundry/diego-release #237: Import DB properties from CF config
- Handle new
uaa.ca_cert
property inexample/aws
Licensing
BOSH job changes
None.
BOSH property changes
None.