update CHANGELOG.md
This commit is contained in:
parent
6ecf535ed9
commit
98171102d9
|
@ -3,6 +3,7 @@
|
|||
BUG FIXES:
|
||||
|
||||
* tools/terraform-bundle: Add missing Ui to ProviderInstaller (fix crash) [GH-15826]
|
||||
* go-plugin: crash when server emits non-key-value JSON ([go-plugin#43](https://github.com/hashicorp/go-plugin/pull/43))
|
||||
|
||||
## 0.10.1 (August 15, 2017)
|
||||
|
||||
|
@ -10,7 +11,7 @@ BUG FIXES:
|
|||
|
||||
* Fix `terraform state rm` and `mv` commands to work correctly with remote state backends ([#15652](https://github.com/hashicorp/terraform/issues/15652))
|
||||
* Fix errors when interpolations fail during input ([#15780](https://github.com/hashicorp/terraform/issues/15780))
|
||||
* Backoff retried in remote-execution provisioner ([#15772](https://github.com/hashicorp/terraform/issues/15772))
|
||||
* Backoff retries in remote-execution provisioner ([#15772](https://github.com/hashicorp/terraform/issues/15772))
|
||||
* Load plugins from `~/.terraform.d/plugins/OS_ARCH/` and `.terraformrc` ([#15769](https://github.com/hashicorp/terraform/issues/15769))
|
||||
* The `import` command was ignoring the remote state configuration ([#15768](https://github.com/hashicorp/terraform/issues/15768))
|
||||
* Don't allow leading slashes in s3 bucket names for remote state ([#15738](https://github.com/hashicorp/terraform/issues/15738))
|
||||
|
|
Loading…
Reference in New Issue