Skip to content

Commit

Permalink
Cleanup after release v1.209.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Aug 28, 2023
1 parent 8e9f99d commit b0d3b50
Showing 1 changed file with 31 additions and 28 deletions.
59 changes: 31 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
## 1.209.1 (Unreleased)
## 1.210.0 (Unreleased)
## 1.209.1 (August 28, 2023)

ENHANCEMENTS:

- resource/alicloud_db_instance: Added the field direction and pg set kernel small version upgrade method and fixed enable TDE; resource/alicloud_db_readonly_instance: Added the field direction. [GH-6379]
- resource/alicloud_ga_additional_certificate: Removed the ForceNew for field certificate_id; Supported for new action UpdateAdditionalCertificateWithListener. [GH-6401]
- resource/alicloud_resource_manager_service_linked_role: Waiting for the resource deleting finished. [GH-6410]
- resource/alicloud_hbr_vault: Removed the field redundancy_type. [GH-6412]
- resource/alicloud_fcv2_function: Adds a retry error code for concurrency. [GH-6430]
- resource/alicloud_oss_bucket: lifecycle_rule supports filter. [GH-6445]
- data-source/alicloud_db_instances: Adds attribute host_instance_infos is used to display high availability modes and data replication methods. [GH-6435]
- data-source/alicloud_ga_custom_routing_endpoint_traffic_policies: Fixed test cases. [GH-6446]
- docs: add log index for fc service/function doc. [GH-6368]
- docs: Improves the vpc docs example. [GH-6392]
- docs: Improves the sae docs example. [GH-6405]
- docs: Improves the sag docs example. [GH-6411]
- docs: Improves the cr docs example. [GH-6416]
- docs: Improves the cddc docs example. [GH-6417]
- docs: Improves the ddos docs example. [GH-6424]
- docs: Improves the db docs example. [GH-6429]
- docs: Improves the docs example. [GH-6441]

BUG FIXES:

- resource/alicloud_oss_bucket_object: Fixed double check error. [GH-6399]
- resource/alicloud_ecd_bundle: Fixed the description no value error caused by modify other field. [GH-6408]
- resource/alicloud_cloud_firewall_address_book: Fixed the create, read, update, delete invalid error when using an international account. [GH-6419]
- resource/alicloud_ga_custom_routing_endpoint_traffic_policy: Fixed test cases. [GH-6431]
- resource/alicloud_cloud_firewall_vpc_firewall_cen: Fixed the create, read, update, delete invalid error when using an international account. [GH-6433]
- resource/alicloud_cloud_firewall_vpc_firewall_control_policy: Fixed the create, read, update, delete invalid error when using an international account. [GH-6437]
- resource/alicloud_cloud_firewall_vpc_firewall: Fixed the create, read, update, delete invalid error when using an international account. [GH-6448]
- resource/alicloud_cloud_firewall_instance: Adds new attributes cfw_account and account_number, and removes the attribute cfw_service ([#6451](https://github.com/aliyun/terraform-provider-alicloud/issues/6451))
- resource/alicloud_wafv3_domain: Fixes the panic error when importing ([#6450](https://github.com/aliyun/terraform-provider-alicloud/issues/6450))
- resource/alicloud_db_instance: Added the field direction and pg set kernel small version upgrade method and fixed enable TDE; resource/alicloud_db_readonly_instance: Added the field direction. ([#6379](https://github.com/aliyun/terraform-provider-alicloud/issues/6379))
- resource/alicloud_ga_additional_certificate: Removed the ForceNew for field certificate_id; Supported for new action UpdateAdditionalCertificateWithListener. ([#6401](https://github.com/aliyun/terraform-provider-alicloud/issues/6401))
- resource/alicloud_resource_manager_service_linked_role: Waiting for the resource deleting finished. ([#6410](https://github.com/aliyun/terraform-provider-alicloud/issues/6410))
- resource/alicloud_hbr_vault: Removed the field redundancy_type. ([#6412](https://github.com/aliyun/terraform-provider-alicloud/issues/6412))
- resource/alicloud_fcv2_function: Adds a retry error code for concurrency. ([#6430](https://github.com/aliyun/terraform-provider-alicloud/issues/6430))
- resource/alicloud_oss_bucket: lifecycle_rule supports filter. ([#6445](https://github.com/aliyun/terraform-provider-alicloud/issues/6445))
- data-source/alicloud_db_instances: Adds attribute host_instance_infos is used to display high availability modes and data replication methods. ([#6435](https://github.com/aliyun/terraform-provider-alicloud/issues/6435))
- data-source/alicloud_ga_custom_routing_endpoint_traffic_policies: Fixed test cases. ([#6446](https://github.com/aliyun/terraform-provider-alicloud/issues/6446))
- docs: add log index for fc service/function doc. ([#6368](https://github.com/aliyun/terraform-provider-alicloud/issues/6368))
- docs: Improves the vpc docs example. ([#6392](https://github.com/aliyun/terraform-provider-alicloud/issues/6392))
- docs: Improves the sae docs example. ([#6405](https://github.com/aliyun/terraform-provider-alicloud/issues/6405))
- docs: Improves the sag docs example. ([#6411](https://github.com/aliyun/terraform-provider-alicloud/issues/6411))
- docs: Improves the cr docs example. ([#6416](https://github.com/aliyun/terraform-provider-alicloud/issues/6416))
- docs: Improves the cddc docs example. ([#6417](https://github.com/aliyun/terraform-provider-alicloud/issues/6417))
- docs: Improves the ddos docs example. ([#6424](https://github.com/aliyun/terraform-provider-alicloud/issues/6424))
- docs: Improves the db docs example. ([#6429](https://github.com/aliyun/terraform-provider-alicloud/issues/6429))
- docs: Improves the docs example. ([#6441](https://github.com/aliyun/terraform-provider-alicloud/issues/6441))

BUG FIXES:

- resource/alicloud_oss_bucket_object: Fixed double check error. ([#6399](https://github.com/aliyun/terraform-provider-alicloud/issues/6399))
- resource/alicloud_ecd_bundle: Fixed the description no value error caused by modify other field. ([#6408](https://github.com/aliyun/terraform-provider-alicloud/issues/6408))
- resource/alicloud_cloud_firewall_address_book: Fixed the create, read, update, delete invalid error when using an international account. ([#6419](https://github.com/aliyun/terraform-provider-alicloud/issues/6419))
- resource/alicloud_ga_custom_routing_endpoint_traffic_policy: Fixed test cases. ([#6431](https://github.com/aliyun/terraform-provider-alicloud/issues/6431))
- resource/alicloud_cloud_firewall_vpc_firewall_cen: Fixed the create, read, update, delete invalid error when using an international account. ([#6433](https://github.com/aliyun/terraform-provider-alicloud/issues/6433))
- resource/alicloud_cloud_firewall_vpc_firewall_control_policy: Fixed the create, read, update, delete invalid error when using an international account. ([#6437](https://github.com/aliyun/terraform-provider-alicloud/issues/6437))
- resource/alicloud_cloud_firewall_vpc_firewall: Fixed the create, read, update, delete invalid error when using an international account. ([#6448](https://github.com/aliyun/terraform-provider-alicloud/issues/6448))

## 1.209.0 (August 08, 2023)

Expand Down

0 comments on commit b0d3b50

Please sign in to comment.