Skip to content

Commit

Permalink
Cleanup after release v1.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Oct 16, 2020
1 parent ef8a887 commit 70994da
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
## 1.101.0 (Unreleased)
## 1.102.0 (Unreleased)
## 1.101.0 (October 16, 2020)

- **New Resource:** `alicloud_cms_alarm_contact_group` [GH-2885]
- **New Resource:** `alicloud_kvstore_connection` [GH-2867]
- **Data Source:** `alicloud_cms_alarm_contact_groups` [GH-2885]
- **Data Source:** `alicloud_kvstore_connections` [GH-2867]
- **New Resource:** `alicloud_cms_alarm_contact_group` ([#2885](https://github.com/aliyun/terraform-provider-alicloud/issues/2885))
- **New Resource:** `alicloud_kvstore_connection` ([#2867](https://github.com/aliyun/terraform-provider-alicloud/issues/2867))
- **Data Source:** `alicloud_cms_alarm_contact_groups` ([#2885](https://github.com/aliyun/terraform-provider-alicloud/issues/2885))
- **Data Source:** `alicloud_kvstore_connections` ([#2867](https://github.com/aliyun/terraform-provider-alicloud/issues/2867))

IMPROVEMENTS:

- resource_alicloud_instance add system_disk_name and system_disk_description params [GH-2920]
- remove unsupported field resource_group_id from resource cs_kubernetes_node_pool [GH-2919]
- Skip testcase with invalid region for Cloud Config [GH-2918]
- Support service version in FC [GH-2917]
- Correct the alicloud_polardb_cluster and alicloud_polardb_account_privilege's example usage [GH-2916]
- sync vendor using go mod [GH-2915]
- resource alicloud_alikafka_instance supports end_point [GH-2912]
- elasticsearch instance support configuration 'client node' and 'protocol' [GH-2910]
- resource alicloud_polardb_account_privilege supports DMLOnly and DMLOnly and then improve its docs [GH-2906]
- Exclude unsupported regions for dms enterprise [GH-2903]
- update changelog [GH-2902]
- Creating a cluster response increases: cluster_spec [GH-2898]
- alicloud_log_alert: support message center type [GH-2897]
- disable validate disk category on ack cluster [GH-2886]
- added create emr cluster request params validation [GH-2786]
- resource_alicloud_instance add system_disk_name and system_disk_description params ([#2920](https://github.com/aliyun/terraform-provider-alicloud/issues/2920))
- remove unsupported field resource_group_id from resource cs_kubernetes_node_pool ([#2919](https://github.com/aliyun/terraform-provider-alicloud/issues/2919))
- Skip testcase with invalid region for Cloud Config ([#2918](https://github.com/aliyun/terraform-provider-alicloud/issues/2918))
- Support service version in FC ([#2917](https://github.com/aliyun/terraform-provider-alicloud/issues/2917))
- Correct the alicloud_polardb_cluster and alicloud_polardb_account_privilege's example usage ([#2916](https://github.com/aliyun/terraform-provider-alicloud/issues/2916))
- sync vendor using go mod ([#2915](https://github.com/aliyun/terraform-provider-alicloud/issues/2915))
- resource alicloud_alikafka_instance supports end_point ([#2912](https://github.com/aliyun/terraform-provider-alicloud/issues/2912))
- elasticsearch instance support configuration 'client node' and 'protocol' ([#2910](https://github.com/aliyun/terraform-provider-alicloud/issues/2910))
- resource alicloud_polardb_account_privilege supports DMLOnly and DMLOnly and then improve its docs ([#2906](https://github.com/aliyun/terraform-provider-alicloud/issues/2906))
- Exclude unsupported regions for dms enterprise ([#2903](https://github.com/aliyun/terraform-provider-alicloud/issues/2903))
- update changelog ([#2902](https://github.com/aliyun/terraform-provider-alicloud/issues/2902))
- Creating a cluster response increases: cluster_spec ([#2898](https://github.com/aliyun/terraform-provider-alicloud/issues/2898))
- alicloud_log_alert: support message center type ([#2897](https://github.com/aliyun/terraform-provider-alicloud/issues/2897))
- disable validate disk category on ack cluster ([#2886](https://github.com/aliyun/terraform-provider-alicloud/issues/2886))
- added create emr cluster request params validation ([#2786](https://github.com/aliyun/terraform-provider-alicloud/issues/2786))

BUG FIXES:

- fix testcase: replace alicloud_zones with alicloud_kvstore_zones [GH-2925]
- fix datasource ids bug [GH-2911]
- bugfix: implement DiffSuppressFunc for chart list of log dashboard and pass required fields on update [GH-2891]
- fix testcase: replace alicloud_zones with alicloud_kvstore_zones ([#2925](https://github.com/aliyun/terraform-provider-alicloud/issues/2925))
- fix datasource ids bug ([#2911](https://github.com/aliyun/terraform-provider-alicloud/issues/2911))
- bugfix: implement DiffSuppressFunc for chart list of log dashboard and pass required fields on update ([#2891](https://github.com/aliyun/terraform-provider-alicloud/issues/2891))

## 1.100.1 (October 13, 2020)

Expand Down

0 comments on commit 70994da

Please sign in to comment.