Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2017-05-22 14:06:07 -07:00 committed by GitHub
parent dbeb7fde98
commit d1308c1fe2
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,8 @@ IMPROVEMENTS:
* provider/google: Add a `url` attribute to `google_storage_bucket` [GH-14393]
* provider/google: Make google resource storage bucket importable [GH-14455]
* provider/google: Add support for privateIpGoogleAccess on subnetworks [GH-14234]
* provider/google: Add import support to `google_sql_user` [GH-14457]
* provider/google: add failover parameter to `google_sql_database_instance` [GH-14336]
* provider/heroku: Add import support for `heroku_pipeline` resource [GH-14486]
* provider/heroku: Add import support for `heroku_pipeline_coupling` resource [GH-14495]
* provider/openstack: Add support for all protocols in Security Group Rules [GH-14307]
@ -100,6 +102,7 @@ BUG FIXES:
* provider/github Check for potentially nil response from GitHub API client [GH-14683]
* provider/google: Fix health check http/https defaults [GH-14441]
* provider/google: Fix issue with GCP Cloud SQL Instance `disk_autoresize` [GH-14582]
* provider/google: Fix crash creating Google Cloud SQL 2nd Generation replication instance [GH-14373]
* provider/heroku: Fix issue with setting correct CName in heroku_domain [GH-14443]
* provider/opc: Correctly export `ip_address` in IP Addr Reservation [GH-14543]
* provider/openstack: Handle Deleted Resources in Floating IP Association [GH-14533]