Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2017-05-01 17:39:28 -07:00 committed by GitHub
parent cfbe11850d
commit 8d286b83ea
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ IMPROVEMENTS:
* provider/aws: Add `security_configuration` support to `aws_emr_cluster` [GH-14133]
* provider/azurerm: Expose the Private IP Address for a Load Balancer, if available [GH-13965]
* provider/dnsimple: Add support for import for dnsimple_records [GH-9130]
* provider/google: Add support for networkIP in compute instance templates [GH-13515]
* provider/nomad: Add TLS options [GH-13956]
* provider/triton: Add support for reading provider configuration from `TRITON_*` environment variables in addition to `SDC_*`[GH-14000]
* provider/triton: Add `cloud_config` argument to `triton_machine` resources for Linux containers [GH-12840]
@ -37,7 +38,8 @@ BUG FIXES:
* provider/aws: Fix source_dest_check with network_interface [GH-14079]
* provider/digitalocean: Prevent diffs when using IDs of images instead of slugs [GH-13879]
* provider/fastly: Changes setting conditionals to optional [GH-14103]
* provider/google: ignore certain project services that can't be enabled directly via the api [GH-13730]
* provider/google: Ignore certain project services that can't be enabled directly via the api [GH-13730]
* provider/google: Ability to add more than 25 project services [GH-13758]
* providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990]
## 0.9.4 (26th April 2017)