update CHANGELOG.md

This commit is contained in:
James Bardin 2019-08-20 17:24:48 -04:00
parent b4fa5591b6
commit 0c66c45163
1 changed files with 7 additions and 4 deletions

View File

@ -10,15 +10,18 @@ ENHANCEMENTS:
* connection/ssh: Support certificate authentication [GH-22156]
BUG FIXES:
* command/0.12upgrade: use user-supplied plugin-dir [GH-22306]
* config: reduce MinIems and MaxItems validation during decoding, to allow for use of dynamic blocks [GH-22530]
* config: don't validate MinItems and MaxItems in CoerceValue, allowing providers to set incomplete values [GH-22478]
* config: fix panic on tuples with `for_each` [GH-22279]
* config: fix references to `each` of `for_each` in provisioners [GH-22289]
* config: fix panic when using nested dynamic blocks [GH-22314]
* config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454]
* command: fix issue where commands occasionally exited before the error message printed [GH-22373]
* command/0.12upgrade: use user-supplied plugin-dir [GH-22306]
* command/hook_ui: Truncate the ID considering multibyte characters [GH-18823]
* command/fmt: Terraform fmt no longer inserts spaces after % [GH-22356]
* config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454]
* command/state: Allow moving resources to modules not yet in state [GH-22299]
* backend/google: Now using the OAuth2 token endpoint on `googleapis.com` instead of `google.com`. These endpoints are equivalent in functionality but `googleapis.com` hosts are resolvable from private Google Cloud Platform VPCs where other connectivity is restricted. [GH-22451]
* command: fix issue where commands occasionally exited before the error message printed [GH-22373]
* config: fix panic when using nested dynamic blocks [GH-22314]
## 0.12.6 (July 31, 2019)