Update CHANGELOG.md
This commit is contained in:
parent
68c96e0ce5
commit
758322a1f8
|
@ -3,6 +3,7 @@
|
||||||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||||
|
|
||||||
* The chef provider now accepts `key_material` as an alternative to `private_key_pem`. `private_key_pem` will be deprecated in a future release
|
* The chef provider now accepts `key_material` as an alternative to `private_key_pem`. `private_key_pem` will be deprecated in a future release
|
||||||
|
* The `template_file` resource no longer accepts a file path for the `template` attribute. You may still specify a file path with the `filepath` attribute. This was deprecated during 0.7.x.
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
* core: allow outputs to have descriptions [GH-9722]
|
* core: allow outputs to have descriptions [GH-9722]
|
||||||
|
@ -33,6 +34,7 @@ BUG FIXES:
|
||||||
* core: Remove extra dot from state command backup files [GH-10300]
|
* core: Remove extra dot from state command backup files [GH-10300]
|
||||||
* provider/aws: Skip VPC endpoint routes when removing default route table's routes [GH-10303]
|
* provider/aws: Skip VPC endpoint routes when removing default route table's routes [GH-10303]
|
||||||
* provider/azurerm: Prevent null reference when reading boot_diagnostics settings in azurerm_virtual_machine [GH-10283]
|
* provider/azurerm: Prevent null reference when reading boot_diagnostics settings in azurerm_virtual_machine [GH-10283]
|
||||||
|
* provider/template: No file path error when setting template to `/` [GH-10297]
|
||||||
|
|
||||||
PLUGIN CHANGES:
|
PLUGIN CHANGES:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue