Skip to content

Commit

Permalink
Cleanup after release v1.226.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Jul 2, 2024
1 parent ad65b52 commit 618cef7
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
## 1.226.0 (Unreleased)
## 1.227.0 (Unreleased)
## 1.226.0 (July 2, 2024)

- **New Resource:** `alicloud_alb_load_balancer_security_group_attachment` [GH-7397]
- **New Resource:** `alicloud_cen_transit_router_ecr_attachment` [GH-7400]
- **New Resource:** `alicloud_ddos_bgp_policy` [GH-7402]
- **New Resource:** `alicloud_alb_load_balancer_security_group_attachment` ([#7397](https://github.com/aliyun/terraform-provider-alicloud/issues/7397))
- **New Resource:** `alicloud_cen_transit_router_ecr_attachment` ([#7400](https://github.com/aliyun/terraform-provider-alicloud/issues/7400))
- **New Resource:** `alicloud_ddos_bgp_policy` ([#7402](https://github.com/aliyun/terraform-provider-alicloud/issues/7402))

ENHANCEMENTS:

- resource/alicloud_polardb_cluster: create dbCluster reduce time consumption. [GH-7328]
- resource/alicloud_kvstore_instance: Added the field read_only_count, slave_read_only_count; Refactored resourceAliCloudKvstoreInstanceCreate. [GH-7341]
- resource/alicloud_ga_accelerator: Added the field resource_group_id. [GH-7378]
- resource/alicloud_ga_acl: Added the field resource_group_id. [GH-7389]
- resource/alicloud_ga_basic_accelerator: Added the field resource_group_id. [GH-7391]
- resource/alicloud_ga_bandwidth_package: Added the field resource_group_id. [GH-7394]
- resource/alicloud_cen_instance: add retry while deleting instance. [GH-7401]
- resource/alicloud_ecs_launch_template: add new attribute auto_renew, auto_renew_period and period_unit. [GH-7404]
- docs: Improved the document cloud_storage_gateway_gateway. [GH-7399]
- resource/alicloud_polardb_cluster: create dbCluster reduce time consumption. ([#7328](https://github.com/aliyun/terraform-provider-alicloud/issues/7328))
- resource/alicloud_kvstore_instance: Added the field read_only_count, slave_read_only_count; Refactored resourceAliCloudKvstoreInstanceCreate. ([#7341](https://github.com/aliyun/terraform-provider-alicloud/issues/7341))
- resource/alicloud_ga_accelerator: Added the field resource_group_id. ([#7378](https://github.com/aliyun/terraform-provider-alicloud/issues/7378))
- resource/alicloud_ga_acl: Added the field resource_group_id. ([#7389](https://github.com/aliyun/terraform-provider-alicloud/issues/7389))
- resource/alicloud_ga_basic_accelerator: Added the field resource_group_id. ([#7391](https://github.com/aliyun/terraform-provider-alicloud/issues/7391))
- resource/alicloud_ga_bandwidth_package: Added the field resource_group_id. ([#7394](https://github.com/aliyun/terraform-provider-alicloud/issues/7394))
- resource/alicloud_cen_instance: add retry while deleting instance. ([#7401](https://github.com/aliyun/terraform-provider-alicloud/issues/7401))
- resource/alicloud_ecs_launch_template: add new attribute auto_renew, auto_renew_period and period_unit. ([#7404](https://github.com/aliyun/terraform-provider-alicloud/issues/7404))
- docs: Improved the document cloud_storage_gateway_gateway. ([#7399](https://github.com/aliyun/terraform-provider-alicloud/issues/7399))

BUG FIXES:

- resource/alicloud_polardb_cluster: fix create cluster issue;resouce/alicloud_polardb_cluster_test testcase: TestAccAliCloudPolarDBCluster_CreateDBCluster. [GH-7390]
- resource/alicloud_ons_topic: fix bug while creating topic. [GH-7395]
- resource/alicloud_log_store: fix bug while creating Metrics telemetry_type. [GH-7409]
- resource/alicloud_polardb_cluster: fix create cluster issue;resouce/alicloud_polardb_cluster_test testcase: TestAccAliCloudPolarDBCluster_CreateDBCluster. ([#7390](https://github.com/aliyun/terraform-provider-alicloud/issues/7390))
- resource/alicloud_ons_topic: fix bug while creating topic. ([#7395](https://github.com/aliyun/terraform-provider-alicloud/issues/7395))
- resource/alicloud_log_store: fix bug while creating Metrics telemetry_type. ([#7409](https://github.com/aliyun/terraform-provider-alicloud/issues/7409))

## 1.225.1 (June 26, 2024)

Expand Down

0 comments on commit 618cef7

Please sign in to comment.