From ec85f833c7c572652572669ccb39d6e72899d936 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 18 Apr 2017 15:22:03 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858382729..bc3666ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ FEATURES: * **New Data Source:** `google_compute_network` [GH-12442] * **New Data Source:** `google_compute_subnetwork` [GH-12442] * **New Resource:** `local_file` for creating local files (please see the docs for caveats) [GH-12757] +* **New Resource:** `alicloud_ess_scalinggroup` [GH-13731] +* **New Resource:** `alicloud_ess_scalingconfiguration` [GH-13731] +* **New Resource:** `alicloud_ess_scalingrule` [GH-13731] +* **New Resource:** `alicloud_ess_schedule` [GH-13731] +* **New Resource:** `alicloud_snat_entry` [GH-13731] +* **New Resource:** `alicloud_forward_entry` [GH-13731] + IMPROVEMENTS: * state/remote/swift: Support Openstack request logging [GH-13583] @@ -21,6 +28,8 @@ BUG FIXES: * core: Fix a crash condition by improving the flatmap.Expand() logic [GH-13541] * provider/alicloud: Fix create PrePaid instance [GH-13662] * provider/alicloud: Fix allocate public ip error [GH-13268] + * provider/alicloud: alicloud_security_group_rule: check ptr before use it [GH-13731) + * provider/alicloud: alicloud_instance: fix ecs internet_max_bandwidth_out cannot set zero bug [GH-13731] * provider/aws: Fix DB Parameter Group Name [GH-13279] * provider/aws: Increase default number of retries from 11 to 25 [GH-13673] * provider/aws: Use mutex & retry for WAF change operations [GH-13656]