Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-04-28 12:10:38 +12:00 committed by GitHub
parent 93e5d573ce
commit 990b6759f1
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/aws: Users of aws_cloudfront_distributions with custom_origins have been broken due to changes in the AWS API requiring `OriginReadTimeout` being set for updates. This has been fixed and will show as a change in terraform plan / apply. [GH-13367]
* provider/aws: Users of China and Gov clouds, cannot use the new tagging of volumes created as part of aws_instances [GH-14055]
FEATURES:
@ -23,6 +24,7 @@ BUG FIXES:
* provider/aws: Set aws_instance volume_tags to be Computed [GH-14007]
* provider/aws: Fix issue getting partition for federated users [GH-13992]
* provider/aws: aws_spot_instance_request not forcenew on volume_tags [GH-14046]
* provider/aws: Exclude aws_instance volume tagging for China and Gov Clouds [GH-14055]
* provider/digitalocean: Prevent diffs when using IDs of images instead of slugs [GH-13879]
* provider/google: ignore certain project services that can't be enabled directly via the api [GH-13730]
* providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990]