Skip to content

v35.2.0

Compare
Choose a tag to compare
@bingosummer bingosummer released this 09 Apr 09:20
· 563 commits to master since this release

Features:

  • CPI collects diagnostic metrics. (#374)

    The diagnostic data includes the VM and disk creating/deleting status and performance. This helps us to identify the issues quickly with better accuracy.

    You can set enable_telemetry in the Azure CPI global configurations to enable/disable the feature. The default value is true.

  • CPI enables VM boot diagnostics by default. (#377)

    You can set enable_vm_boot_diagnostics in the Azure CPI global configurations to enable/disable the feature. The default value is true.

    When it's enabled, the diagnostics logs are automatically saved to a dedicated storage account created by CPI. The log is saved for trouble shooting, even after the VM is deleted by Bosh. We recommend you cleaning up the storage account on a regular basis. For more details, see the trouble shooting doc.

  • Support AzureChinaCloud AD as Azure Stack authentication. (#381)

    If you deploy your Azure Stack using Azure China Cloud Active Directory as the identity provider, you need to set azure_stack.authentication to AzureChinaCloudAD in the Azure CPI global configurations.

Fixes:

Documents:

  • Added a document to configure Cloud Foundry external databases using Azure MySQL/Postgres Service. (#373)

Development:

  • Application security group is provisioned using terraform in CI. (#372)