Skip to content

Commit

Permalink
Cleanup after release v1.231.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Sep 28, 2024
1 parent 397760d commit abe3b42
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 47 deletions.
81 changes: 41 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
## 1.231.0 (Unreleased)

- **New Resource:** `alicloud_gpdb_streaming_job` [GH-7699]
- **New Resource:** `alicloud_gpdb_db_instance_ip_array` [GH-7699]
- **New Resource:** `alicloud_ess_server_group_attachment` [GH-7707]
- **New Data Source:** `alicloud_gpdb_log_backups` [GH-7705]
- **New Data Source:** `alicloud_gpdb_data_backups` [GH-7710]

ENHANCEMENTS:

- resource/alicloud_rocketmq_instance: add new attribute commodity_code, vpc_info.vswitches and support serverless instance type. [GH-7590]
- resource/alicloud_ess_alarm: add new attribute effective. [GH-7610]
- resource/alicloud_db_instance: SSL adds MySQL engine. [GH-7644]
- resource/alicloud_governance_account: Supports a new argument default_domain_name. [GH-7672]
- resource/alicloud_alb_acl: modify acl_name to optional. [GH-7673]
- resource/alicloud_ecs_snapshot: Removed the ForceNew for field retention_days; Deprecated the field instant_access, instant_access_retention_days; Improved alicloud_ecs_snapshot testcase. [GH-7675]
- resource/alicloud_vpc_peer_connection: add new attribute force_delete. [GH-7680]
- resource/alicloud_route_entry: Added the field description; Improved alicloud_route_entry testcase. [GH-7684]
- resource/alicloud_ess_scaling_group: prolong waiting delete time. [GH-7685]
- resource/alicloud_ddoscoo_domain_resource: add new attribute cert, cert_region and etc. [GH-7686]
- resource/alicloud_oss_bucket_https_config: adjust log output. [GH-7688]
- resource/alicloud_alb_health_check_template: Removed the health_check_template_name, health_check_host, health_check_path enums limitation. Improved alicloud_alb_health_check_template testcase. [GH-7692]
- resource/alicloud_cms_alarm: Supported comparison_operator set to ==. [GH-7697]
- resource/alicloud_gpdb_db_instance_plan: add new attribute scale_up, scale_down; resource/alicloud_gpdb_instance: add new attribute parameters. [GH-7698]
- resource/alicloud_vpc_peer_connection_accepter: add new attributes resource_group_id, force_delete; resource/alicloud_vpc_peer_connection: ignore resource not found err while deleting peer_connection. [GH-7700]
- resource/alicloud_ga_forwarding_rule: Added the field rule_condition_value; Supported rule_condition_type set to RequestHeader, Query, Method, Cookie, SourceIP. [GH-7704]
- data-source/alicloud_oos_secret_parameters: Added the field with_decryption, value. [GH-7690]
- docs: Add dualstack nlb scenario example. [GH-7702]
- docs: Improves link for tair. [GH-7708]
- testcase: Improved alicloud_config_rule testcase. [GH-7677]
- testcase: Improved alicloud_instance testcase. [GH-7678]
- testcase: Improved alicloud_ram_role_attachment testcase. [GH-7681]
- testcase: Improved alicloud_image_copy testcase. [GH-7693]
- testcase: Improved alicloud_image_export testcase. [GH-7695]
- testcase: fix testcase for fcv3_invoke_config. [GH-7712]

BUG FIXES:

- resource/alicloud_eci_container_group: Fix dns config options nil conversion exception. [GH-7649]
- resource/alicloud_eipanycast_anycast_eip_address_attachment: fix bug while creating with pop_locations. [GH-7711]
## 1.231.1 (Unreleased)
## 1.231.0 (September 27, 2024)

- **New Resource:** `alicloud_gpdb_streaming_job` ([#7699](https://github.com/aliyun/terraform-provider-alicloud/issues/7699))
- **New Resource:** `alicloud_gpdb_db_instance_ip_array` ([#7699](https://github.com/aliyun/terraform-provider-alicloud/issues/7699))
- **New Resource:** `alicloud_ess_server_group_attachment` ([#7707](https://github.com/aliyun/terraform-provider-alicloud/issues/7707))
- **New Data Source:** `alicloud_gpdb_log_backups` ([#7705](https://github.com/aliyun/terraform-provider-alicloud/issues/7705))
- **New Data Source:** `alicloud_gpdb_data_backups` ([#7710](https://github.com/aliyun/terraform-provider-alicloud/issues/7710))

ENHANCEMENTS:

- resource/alicloud_rocketmq_instance: add new attribute commodity_code, vpc_info.vswitches and support serverless instance type. ([#7590](https://github.com/aliyun/terraform-provider-alicloud/issues/7590))
- resource/alicloud_ess_alarm: add new attribute effective. ([#7610](https://github.com/aliyun/terraform-provider-alicloud/issues/7610))
- resource/alicloud_db_instance: SSL adds MySQL engine. ([#7644](https://github.com/aliyun/terraform-provider-alicloud/issues/7644))
- resource/alicloud_governance_account: Supports a new argument default_domain_name. ([#7672](https://github.com/aliyun/terraform-provider-alicloud/issues/7672))
- resource/alicloud_alb_acl: modify acl_name to optional. ([#7673](https://github.com/aliyun/terraform-provider-alicloud/issues/7673))
- resource/alicloud_ecs_snapshot: Removed the ForceNew for field retention_days; Deprecated the field instant_access, instant_access_retention_days; Improved alicloud_ecs_snapshot testcase. ([#7675](https://github.com/aliyun/terraform-provider-alicloud/issues/7675))
- resource/alicloud_vpc_peer_connection: add new attribute force_delete. ([#7680](https://github.com/aliyun/terraform-provider-alicloud/issues/7680))
- resource/alicloud_route_entry: Added the field description; Improved alicloud_route_entry testcase. ([#7684](https://github.com/aliyun/terraform-provider-alicloud/issues/7684))
- resource/alicloud_ess_scaling_group: prolong waiting delete time. ([#7685](https://github.com/aliyun/terraform-provider-alicloud/issues/7685))
- resource/alicloud_ddoscoo_domain_resource: add new attribute cert, cert_region and etc. ([#7686](https://github.com/aliyun/terraform-provider-alicloud/issues/7686))
- resource/alicloud_oss_bucket_https_config: adjust log output. ([#7688](https://github.com/aliyun/terraform-provider-alicloud/issues/7688))
- resource/alicloud_alb_health_check_template: Removed the health_check_template_name, health_check_host, health_check_path enums limitation. Improved alicloud_alb_health_check_template testcase. ([#7692](https://github.com/aliyun/terraform-provider-alicloud/issues/7692))
- resource/alicloud_cms_alarm: Supported comparison_operator set to ==. ([#7697](https://github.com/aliyun/terraform-provider-alicloud/issues/7697))
- resource/alicloud_gpdb_db_instance_plan: add new attribute scale_up, scale_down; resource/alicloud_gpdb_instance: add new attribute parameters. ([#7698](https://github.com/aliyun/terraform-provider-alicloud/issues/7698))
- resource/alicloud_vpc_peer_connection_accepter: add new attributes resource_group_id, force_delete; resource/alicloud_vpc_peer_connection: ignore resource not found err while deleting peer_connection. ([#7700](https://github.com/aliyun/terraform-provider-alicloud/issues/7700))
- resource/alicloud_ga_forwarding_rule: Added the field rule_condition_value; Supported rule_condition_type set to RequestHeader, Query, Method, Cookie, SourceIP. ([#7704](https://github.com/aliyun/terraform-provider-alicloud/issues/7704))
- data-source/alicloud_oos_secret_parameters: Added the field with_decryption, value. ([#7690](https://github.com/aliyun/terraform-provider-alicloud/issues/7690))
- docs: Add dualstack nlb scenario example. ([#7702](https://github.com/aliyun/terraform-provider-alicloud/issues/7702))
- docs: Improves link for tair. ([#7708](https://github.com/aliyun/terraform-provider-alicloud/issues/7708))
- testcase: Improved alicloud_config_rule testcase. ([#7677](https://github.com/aliyun/terraform-provider-alicloud/issues/7677))
- testcase: Improved alicloud_instance testcase. ([#7678](https://github.com/aliyun/terraform-provider-alicloud/issues/7678))
- testcase: Improved alicloud_ram_role_attachment testcase. ([#7681](https://github.com/aliyun/terraform-provider-alicloud/issues/7681))
- testcase: Improved alicloud_image_copy testcase. ([#7693](https://github.com/aliyun/terraform-provider-alicloud/issues/7693))
- testcase: Improved alicloud_image_export testcase. ([#7695](https://github.com/aliyun/terraform-provider-alicloud/issues/7695))
- testcase: fix testcase for fcv3_invoke_config. ([#7712](https://github.com/aliyun/terraform-provider-alicloud/issues/7712))

BUG FIXES:

- resource/alicloud_eci_container_group: Fix dns config options nil conversion exception. ([#7649](https://github.com/aliyun/terraform-provider-alicloud/issues/7649))
- resource/alicloud_eipanycast_anycast_eip_address_attachment: fix bug while creating with pop_locations. ([#7711](https://github.com/aliyun/terraform-provider-alicloud/issues/7711))

## 1.230.1 (September 13, 2024)

Expand Down
5 changes: 2 additions & 3 deletions alicloud/resource_alicloud_vpc_ipv4_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ func resourceAliCloudVpcIpv4Gateway() *schema.Resource {
Computed: true,
},
"ipv4_gateway_description": {
Type: schema.TypeString,
Optional: true,
ValidateFunc: StringMatch(regexp.MustCompile("^[a-zA-Z][a-zA-Z0-9-._]{2,256}$"), "The description of the IPv4 gateway. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://."),
Type: schema.TypeString,
Optional: true,
},
"ipv4_gateway_id": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/alb_health_check_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about Application Load Balancer (ALB) Health Check Template and
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_alb_health_check_template&exampleId=daace97f-7616-a656-2c6a-cc7099240c29fb7b8add&activeTab=example&spm=docs.r.alb_health_check_template.0.daace97f76&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_alb_health_check_template&exampleId=5c4b6f28-788d-9a3d-e8e7-b982d52d64e73638f458&activeTab=example&spm=docs.r.alb_health_check_template.0.5c4b6f2878&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/ddoscoo_domain_resource.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Ddos Coo Domain Resource and how to use it, see [What is D

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_ddoscoo_domain_resource&exampleId=cbaf9f64-f225-12d7-8c6c-154da65567f031b7f251&activeTab=example&spm=docs.r.ddoscoo_domain_resource.0.cbaf9f64f2&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
provider "alicloud" {
region = "cn-hangzhou"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ecs_snapshot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about ECS Snapshot and how to use it, see [What is Snapshot](htt
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_ecs_snapshot&exampleId=26e1a24e-feb9-1820-16d7-dbfb8521394ab56904b6&activeTab=example&spm=docs.r.ecs_snapshot.0.26e1a24efe&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_ecs_snapshot&exampleId=c8187f39-855a-ad0a-9350-c2fa86ce6c1727d829cb&activeTab=example&spm=docs.r.ecs_snapshot.0.c8187f3985&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ess_server_group_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For information about server group attachment, see [AttachServerGroups](https:/
## Example Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_ess_server_group_attachment&exampleId=da1e6d66-3f6c-c05b-afd7-6e23f858715a82a5acf3&activeTab=example&spm=docs.r.ess_server_group_attachment.0.da1e6d663f&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_ess_server_group_attachment&exampleId=47b13648-7976-4713-326f-953937390d436d4026ef&activeTab=example&spm=docs.r.ess_server_group_attachment.0.47b1364879&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/gpdb_db_instance_ip_array.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about GPDB DB Instance IP Array and how to use it, see [What is

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_gpdb_db_instance_ip_array&exampleId=4cc2820f-adfa-7133-4baf-a813634a60f9003f45b5&activeTab=example&spm=docs.r.gpdb_db_instance_ip_array.0.4cc2820fad&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/gpdb_streaming_job.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about GPDB Streaming Job and how to use it, see [What is Streami

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_gpdb_streaming_job&exampleId=e48965b0-2aeb-f14a-4f57-371f9c9a080fb9a5cfe0&activeTab=example&spm=docs.r.gpdb_streaming_job.0.e48965b02a&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/nlb_load_balancer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ resource "alicloud_nlb_load_balancer" "default" {

DualStack Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_nlb_load_balancer&exampleId=88623514-c3ba-382c-6b47-7af1e5b6755195da00c9&activeTab=example&spm=docs.r.nlb_load_balancer.1.88623514c3&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
provider "alicloud" {
region = "cn-beijing"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/route_entry.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about Route Entry and how to use it, see [What is Route Entry](h
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_route_entry&exampleId=c8ebc98d-4531-ecef-ce8e-e5b4d84192852ce93d11&activeTab=example&spm=docs.r.route_entry.0.c8ebc98d45&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_route_entry&exampleId=73e9527c-cd05-9df6-c36f-78042145400c1b50fad0&activeTab=example&spm=docs.r.route_entry.0.73e9527ccd&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/vpc_peer_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ For information about VPC Peer Connection and how to use it, see [What is Peer C

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_vpc_peer_connection&exampleId=294fed06-9b0d-e5fe-a093-4ebb1a7b8fe9e29c352b&activeTab=example&spm=docs.r.vpc_peer_connection.0.294fed069b&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
data "alicloud_account" "default" {}
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/vpc_peer_connection_accepter.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ For information about Vpc Peer Connection Accepter and how to use it, see [What

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_vpc_peer_connection_accepter&exampleId=8204ef10-2d10-b925-a0ac-68de784036d01a919786&activeTab=example&spm=docs.r.vpc_peer_connection_accepter.0.8204ef102d&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "tf-example"
Expand Down

0 comments on commit abe3b42

Please sign in to comment.