Update CHANGELOG.md

This commit is contained in:
Sander van Harmelen 2016-05-27 09:38:21 +02:00
parent 6823e60e77
commit fcaad20b06
1 changed files with 3 additions and 1 deletions

View File

@ -38,11 +38,12 @@ IMPROVEMENTS:
* provider/azurerm: Add support for EnableIPForwarding to `azurerm_network_interface` [GH-6807]
* provider/clc: Add support for hyperscale and bareMetal server types and package installation
* provider/clc: Fix optional server password [GH-6414]
* provider/cloudstack: Enable swapping of ACLs without having to rebuild the network tier [GH-6741]
* provider/datadog: Add support for 'require full window' and 'locked' [GH-6738]
* provider/fastly: Add support for Service Request Settings on `fastly_service_v1` resources [GH-6622]
* provider/fastly: Add support for custom VCL configuration [GH-6662]
* provider/fastly: Add support for Cache Settings [GH-6781]
* provider/google: support optional uuid naming for Instance Template [GH-6604]
* provider/google: Support optional uuid naming for Instance Template [GH-6604]
* provider/openstack: Increase timeouts for image resize, subnets, and routers [GH-6764]
* provider/openstack: Add support for client certificate authentication [GH-6279]
* provider/openstack: Enable DHCP By Default [GH-6838]
@ -68,6 +69,7 @@ BUG FIXES:
* provider/azurerm: Normalizes `availability_set_id` casing to avoid spurious diffs in `azurerm_virtual_machine` [GH-6768]
* provider/azurerm: Add support for storage container name validation [GH-6852]
* provider/azurerm: Remove storage containers and blobs when storage accounts are not found [GH-6855]
* provider/cloudstack: Fix using `cloudstack_network_acl` within a project [GH-6743]
* provider/google: Fix a bug causing an error attempting to delete an already-deleted `google_compute_disk` [GH-6689]
* provider/openstack: Reassociate Floating IP on network changes [GH-6579]
* provider/openstack: Ensure CIDRs Are Lower Case [GH-6864]