Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Aug 20, 2019
1 parent b4fa559 commit 0c66c45
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0c66c45

Please sign in to comment.