v35.2.0
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 istrue
. -
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 istrue
.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
toAzureChinaCloudAD
in the Azure CPI global configurations.
Fixes:
- Bump azure-core gem to
0.1.14
to fix Azure/azure-storage-ruby#118 (#375)
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)