Update CHANGELOG.md
This commit is contained in:
parent
689a107290
commit
34d6628fe9
|
@ -4,6 +4,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||||
|
|
||||||
* Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7.
|
* Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7.
|
||||||
* The `concat()` interpolation function can no longer be used to join strings.
|
* The `concat()` interpolation function can no longer be used to join strings.
|
||||||
|
* `openstack_networking_subnet_v2` now defaults to turning DHCP on.
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
|
@ -31,8 +32,9 @@ IMPROVEMENTS:
|
||||||
* provider/fastly: Add support for custom VCL configuration [GH-6662]
|
* provider/fastly: Add support for custom VCL configuration [GH-6662]
|
||||||
* provider/fastly: Add support for Cache Settings [GH-6781]
|
* 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: Increase timeouts for image resize, subnets, and routers [GH-6764]
|
||||||
* provider/openstack: Add support for client certificate authentication [GH-6279]
|
* provider/openstack: Add support for client certificate authentication [GH-6279]
|
||||||
|
* provider/openstack: Enable DHCP By Default [GH-6838]
|
||||||
* provider/vsphere: fix bug with `vsphere_virtual_machine` wait for ip [GH-6377]
|
* provider/vsphere: fix bug with `vsphere_virtual_machine` wait for ip [GH-6377]
|
||||||
* provider/vsphere: Add support for `controller_type` to `vsphere_virtual_machine` [GH-6785]
|
* provider/vsphere: Add support for `controller_type` to `vsphere_virtual_machine` [GH-6785]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue