|
1 | 1 | ## 1.98.0 (Unreleased) |
| 2 | +## 1.98.0 (September 22, 2020) |
2 | 3 |
|
3 | | -- **New Resource:** `alicloud_fc_custom_domain` [GH-2828] |
4 | | -- **Data Source:** `alicloud_cen_vbr_health_checks` [GH-2854] |
5 | | -- **Data Source:** `alicloud_edas_services` [GH-2852] |
6 | | -- **Data Source:** `alicloud_cdn_services` [GH-2850] |
7 | | -- **Data Source:** `alicloud_fc_custom_domains` [GH-2828] |
| 4 | +- **New Resource:** `alicloud_fc_custom_domain` ([#2828](https://github.com/aliyun/terraform-provider-alicloud/issues/2828)) |
| 5 | +- **Data Source:** `alicloud_cen_vbr_health_checks` ([#2854](https://github.com/aliyun/terraform-provider-alicloud/issues/2854)) |
| 6 | +- **Data Source:** `alicloud_edas_services` ([#2852](https://github.com/aliyun/terraform-provider-alicloud/issues/2852)) |
| 7 | +- **Data Source:** `alicloud_cdn_services` ([#2850](https://github.com/aliyun/terraform-provider-alicloud/issues/2850)) |
| 8 | +- **Data Source:** `alicloud_fc_custom_domains` ([#2828](https://github.com/aliyun/terraform-provider-alicloud/issues/2828)) |
8 | 9 |
|
9 | 10 | IMPROVEMENTS: |
10 | 11 |
|
11 | | -- update go.sum [GH-2850] |
12 | | -- feature(alicloud_ram_access_key): support outputting secret when pgp_key is not set [GH-2856] |
13 | | -- feat(alicloud_dcdn_domain): support waiting timeout when updating it [GH-2855] |
14 | | -- Add computed to the resource_group_id attribute of the alidns_domain [GH-2853] |
15 | | -- add DiffSuppressFunc for resource_manager_policy field policy_document to match jsonstring diff [GH-2851] |
16 | | -- improve cen resources' testcase [GH-2842] |
17 | | -- upgrade resource and datasource for CEN Instance [GH-2840] |
18 | | -- Improve resource ons_group and its datasource [GH-2838] |
19 | | -- ram_user_policy_attachment support throttling.user error retry [GH-2837] |
20 | | -- ram_role_policy_attachment support throttling.user error retry [GH-2835] |
21 | | -- Add credit_specification parameter to ess scaling configuration [GH-2834] |
22 | | -- remove the useless package in the go.sum [GH-2833] |
23 | | -- upgrade resource alicloud_cen_bandwidth_package and its datasource [GH-2832] |
24 | | -- UPDATECHANGELOG [GH-2831] |
| 12 | +- update go.sum ([#2850](https://github.com/aliyun/terraform-provider-alicloud/issues/2850)) |
| 13 | +- feature(alicloud_ram_access_key): support outputting secret when pgp_key is not set ([#2856](https://github.com/aliyun/terraform-provider-alicloud/issues/2856)) |
| 14 | +- feat(alicloud_dcdn_domain): support waiting timeout when updating it ([#2855](https://github.com/aliyun/terraform-provider-alicloud/issues/2855)) |
| 15 | +- Add computed to the resource_group_id attribute of the alidns_domain ([#2853](https://github.com/aliyun/terraform-provider-alicloud/issues/2853)) |
| 16 | +- add DiffSuppressFunc for resource_manager_policy field policy_document to match jsonstring diff ([#2851](https://github.com/aliyun/terraform-provider-alicloud/issues/2851)) |
| 17 | +- improve cen resources' testcase ([#2842](https://github.com/aliyun/terraform-provider-alicloud/issues/2842)) |
| 18 | +- upgrade resource and datasource for CEN Instance ([#2840](https://github.com/aliyun/terraform-provider-alicloud/issues/2840)) |
| 19 | +- Improve resource ons_group and its datasource ([#2838](https://github.com/aliyun/terraform-provider-alicloud/issues/2838)) |
| 20 | +- ram_user_policy_attachment support throttling.user error retry ([#2837](https://github.com/aliyun/terraform-provider-alicloud/issues/2837)) |
| 21 | +- ram_role_policy_attachment support throttling.user error retry ([#2835](https://github.com/aliyun/terraform-provider-alicloud/issues/2835)) |
| 22 | +- Add credit_specification parameter to ess scaling configuration ([#2834](https://github.com/aliyun/terraform-provider-alicloud/issues/2834)) |
| 23 | +- remove the useless package in the go.sum ([#2833](https://github.com/aliyun/terraform-provider-alicloud/issues/2833)) |
| 24 | +- upgrade resource alicloud_cen_bandwidth_package and its datasource ([#2832](https://github.com/aliyun/terraform-provider-alicloud/issues/2832)) |
| 25 | +- UPDATECHANGELOG ([#2831](https://github.com/aliyun/terraform-provider-alicloud/issues/2831)) |
25 | 26 |
|
26 | 27 | BUG FIXES: |
27 | 28 |
|
28 | | -- fix oss endpoint in eu-central-1 issue [GH-2836] |
| 29 | +- fix oss endpoint in eu-central-1 issue ([#2836](https://github.com/aliyun/terraform-provider-alicloud/issues/2836)) |
29 | 30 |
|
30 | 31 | ## 1.97.0 (September 18, 2020) |
31 | 32 |
|
|
0 commit comments