Skip to content

Diego v1.5.2

Compare
Choose a tag to compare
@emalm emalm released this 13 Jan 18:11

Changes from v1.5.1 to v1.5.2

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

cfdot

Local Route Emitters (Experimental)

Volume Support

Windows Support

Manifest Generation

Licensing

BOSH job changes

None.

BOSH property changes

None.