Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Apr 5, 2018
1 parent 060a3bc commit d12a387
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
BUG FIXES:

* cli: Fix strange formatting of list and map values in the `terraform console` command [GH-17714]
* core: Don't evaluate unused outputs during a full destroy operation [GH-17768]
* core: Fix local and output evaluation when they reference a resource being scaled down to 0 [GH-17765]
* connection/ssh: Retry on authentication failures when the remote service is available before it is completely configured [GH-17744]
* connection/winrm: Support NTLM authentication [GH-17748]
* provisioner/habitat: Set channel and builder URL during install, and enable service before start [GH-17403] [GH-17781]

PROVIDER SDK CHANGES (not user-facing):

Expand All @@ -18,7 +23,7 @@ BUG FIXES:

* core: Fix the timeout handling for provisioners ([#17646](https://github.com/hashicorp/terraform/issues/17646))
* core: Ensure that state is unlocked after running console, import, graph or push commands ([#17645](https://github.com/hashicorp/terraform/issues/17645))
* core: Don't open multiple file descriptors for local state files, which would cause reading the state to fail on Windows [[#17636](https://github.com/hashicorp/terraform/issues/17636)]
* core: Don't open multiple file descriptors for local state files, which would cause reading the state to fail on Windows ([#17636](https://github.com/hashicorp/terraform/issues/17636))

## 0.11.4 (March 15, 2018)

Expand Down

0 comments on commit d12a387

Please sign in to comment.