Update CHANGELOG

This commit is contained in:
Seth Vargo 2016-04-11 11:53:02 -04:00
parent 0b52805427
commit e9a918f83d

View File

@ -31,6 +31,9 @@ IMPROVEMENTS:
* provider/datadog: Add heredoc support to message, escalation_message, and query [GH-5788] * provider/datadog: Add heredoc support to message, escalation_message, and query [GH-5788]
* provider/docker: Add support for docker run --user option [GH-5300] * provider/docker: Add support for docker run --user option [GH-5300]
* provider/google: Accept GOOGLE_CLOUD_KEYFILE_JSON env var for credentials [GH-6007] * provider/google: Accept GOOGLE_CLOUD_KEYFILE_JSON env var for credentials [GH-6007]
* provider/google: Make "project" attribute on provider configuration optional [GH-6112]
* provider/google: Add "project" argument and attribute to all GCP compute resources which inherit from the provider's value [GH-6112]
*provider/google: Deprecate unused "region" attribute in `global_forwarding_rule`; this attribute was never used anywhere in the computation of the resource [GH-6112]
* provider/github: Add support for privacy to `github_team` [GH-6116] * provider/github: Add support for privacy to `github_team` [GH-6116]
* provider/cloudstack: Deprecate `ipaddress` in favour of `ip_address` in all resources [GH-6010] * provider/cloudstack: Deprecate `ipaddress` in favour of `ip_address` in all resources [GH-6010]
* provider/openstack: Allow subnets with no gateway [GH-6060] * provider/openstack: Allow subnets with no gateway [GH-6060]