0.15.0
Warning This release contains a backward-incompatible change to the structure of the --az-configuration
flag in the configure-bosh
command. The flag input required a refactoring to enable support for vSphere Director AZ configuration. The primary change is that the input for existing IAASes, like GCP and AWS will change to look like the following:
{
"availability_zones": [
{"name": "az-1"},
{"name": "az-2"}
]
}
New in this release:
- Support for configuring availability zones on vSphere Directors. More details can be found in the docs.