Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-06-06 19:31:32 +03:00 committed by GitHub
parent 8acd5641eb
commit 0c2020926f
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ BUG FIXES:
* provider/google: Set instances to computed in compute_instance_group [GH-15025]
* provider/google: Make google_compute_autoscaler use Update instead of Patch. [GH-15101]
* provider/kubernetes: Ignore internal k8s labels in `kubernetes_persistent_volume` [GH-13716]
* provider/librato: Add retry to librato_alert [GH-15118]
* provider/postgresql: Fix for leaking credentials in the provider [GH-14817]
* provider/postgresql: Drop the optional WITH token from CREATE ROLE. [GH-14864]
* provider/rancher: refresh rancher_host from state on nil or removed host [GH-15015]