Skip to content

Commit

Permalink
Cleanup after release v1.233.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Oct 31, 2024
1 parent 43ff542 commit dca2da1
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 24 deletions.
43 changes: 22 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
## 1.233.0 (Unreleased)
## 1.234.0 (Unreleased)
## 1.233.0 (October 31, 2024)

- **New Resource:** `alicloud_pai_workspace_workspace` [GH-7780]
- **New Resource:** `alicloud_mse_nacos_config` [GH-7796]
- **New Data Source:** `alicloud_mse_nacos_configs` [GH-7796]
- **New Resource:** `alicloud_pai_workspace_workspace` ([#7780](https://github.com/aliyun/terraform-provider-alicloud/issues/7780))
- **New Resource:** `alicloud_mse_nacos_config` ([#7796](https://github.com/aliyun/terraform-provider-alicloud/issues/7796))
- **New Data Source:** `alicloud_mse_nacos_configs` ([#7796](https://github.com/aliyun/terraform-provider-alicloud/issues/7796))

ENHANCEMENTS:

- client: Fixes the assume_role error caused by invalid sts endpoint. [GH-7788]
- resource/alicloud_polardb_cluster: modified support the enumeration value RecoverFromRecyclebin to creation_option. [GH-7778]
- resource/alicloud_vswitch: Added the field is_default; Changed the field vpc_id, cidr_block from Required to Optional; Supported for new action CreateDefaultVSwitch. [GH-7781]
- resource/alicloud_ess_scaling_configuration: update internet_max_bandwidth_in and fix TestAccAliCloudEssScalingConfiguration_Multi and TestAccAliCloudEssScalingConfiguration_Update testcase. [GH-7787]
- resource/alicloud_ess_scaling_group: add attribute of container_group_id, update health_check_type values range and supplement instance_id. [GH-7789]
- resource/alicloud_cloud_storage_gateway_gateway: Supported payment_type set to Subscription; Fixed the panic error caused by payment_type. [GH-7790]
- resource/alicloud_fcv3_async_invoke_config: Modify validation for max_async_event_age_in_seconds. [GH-7793]
- resource/alicloud_fcv3_function: Optimize update. [GH-7795]
- resource/alicloud_ecs_launch_template: Removed the internet_max_bandwidth_in, system_disk.size, system_disk_size enums limitation. [GH-7797]
- data-source/alicloud_kms_secrets: Improves the fetching secrets tags by setting tags or fetch_tags. [GH-7791]
- docs: improve the subcategory for ehpc. [GH-7779]
- docs: Fixed error link. [GH-7784]
- docs: fix typo for cs_managed_kubernetes and cs_serverless_kubernetes. [GH-7798]
- testcase: fix TestAccAliCloudEssAlbServerGroupAttachment_basic and TestAccAliCloudEssAlbServerGroupAttachment_nonForceAttach testcase. [GH-7785]
- testcase: fix TestAccAliCloudEssAlbServerGroupSuspendProcess testcase. [GH-7786]
- testcase: Improved alicloud_alb_load_balancer_security_group_attachment testcase. [GH-7800]
- client: Fixes the assume_role error caused by invalid sts endpoint. ([#7788](https://github.com/aliyun/terraform-provider-alicloud/issues/7788))
- resource/alicloud_polardb_cluster: modified support the enumeration value RecoverFromRecyclebin to creation_option. ([#7778](https://github.com/aliyun/terraform-provider-alicloud/issues/7778))
- resource/alicloud_vswitch: Added the field is_default; Changed the field vpc_id, cidr_block from Required to Optional; Supported for new action CreateDefaultVSwitch. ([#7781](https://github.com/aliyun/terraform-provider-alicloud/issues/7781))
- resource/alicloud_ess_scaling_configuration: update internet_max_bandwidth_in and fix TestAccAliCloudEssScalingConfiguration_Multi and TestAccAliCloudEssScalingConfiguration_Update testcase. ([#7787](https://github.com/aliyun/terraform-provider-alicloud/issues/7787))
- resource/alicloud_ess_scaling_group: add attribute of container_group_id, update health_check_type values range and supplement instance_id. ([#7789](https://github.com/aliyun/terraform-provider-alicloud/issues/7789))
- resource/alicloud_cloud_storage_gateway_gateway: Supported payment_type set to Subscription; Fixed the panic error caused by payment_type. ([#7790](https://github.com/aliyun/terraform-provider-alicloud/issues/7790))
- resource/alicloud_fcv3_async_invoke_config: Modify validation for max_async_event_age_in_seconds. ([#7793](https://github.com/aliyun/terraform-provider-alicloud/issues/7793))
- resource/alicloud_fcv3_function: Optimize update. ([#7795](https://github.com/aliyun/terraform-provider-alicloud/issues/7795))
- resource/alicloud_ecs_launch_template: Removed the internet_max_bandwidth_in, system_disk.size, system_disk_size enums limitation. ([#7797](https://github.com/aliyun/terraform-provider-alicloud/issues/7797))
- data-source/alicloud_kms_secrets: Improves the fetching secrets tags by setting tags or fetch_tags. ([#7791](https://github.com/aliyun/terraform-provider-alicloud/issues/7791))
- docs: improve the subcategory for ehpc. ([#7779](https://github.com/aliyun/terraform-provider-alicloud/issues/7779))
- docs: Fixed error link. ([#7784](https://github.com/aliyun/terraform-provider-alicloud/issues/7784))
- docs: fix typo for cs_managed_kubernetes and cs_serverless_kubernetes. ([#7798](https://github.com/aliyun/terraform-provider-alicloud/issues/7798))
- testcase: fix TestAccAliCloudEssAlbServerGroupAttachment_basic and TestAccAliCloudEssAlbServerGroupAttachment_nonForceAttach testcase. ([#7785](https://github.com/aliyun/terraform-provider-alicloud/issues/7785))
- testcase: fix TestAccAliCloudEssAlbServerGroupSuspendProcess testcase. ([#7786](https://github.com/aliyun/terraform-provider-alicloud/issues/7786))
- testcase: Improved alicloud_alb_load_balancer_security_group_attachment testcase. ([#7800](https://github.com/aliyun/terraform-provider-alicloud/issues/7800))

BUG FIXES:

- resource/alicloud_ocean_base_instance: Fixed the diff error caused by field instance_class. [GH-7794]
- resource/alicloud_ocean_base_instance: Fixed the diff error caused by field instance_class. ([#7794](https://github.com/aliyun/terraform-provider-alicloud/issues/7794))

## 1.232.0 (October 25, 2024)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about Cloud Enterprise Network (CEN) Transit Router Route Table
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_cen_transit_router_route_table_association&exampleId=fa398ccc-9711-0fe0-6b92-bf01332554b0c1d88ec2&activeTab=example&spm=docs.r.cen_transit_router_route_table_association.0.fa398ccc97&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_cen_transit_router_route_table_association&exampleId=1404d232-00a0-8df7-6439-13be0307890b7432a7ba&activeTab=example&spm=docs.r.cen_transit_router_route_table_association.0.1404d23200&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/cloud_storage_gateway_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about Cloud Storage Gateway Gateway 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_cloud_storage_gateway_gateway&exampleId=6d198b36-5fc2-43f8-5311-a0ce025d1f507d503740&activeTab=example&spm=docs.r.cloud_storage_gateway_gateway.0.6d198b365f&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_cloud_storage_gateway_gateway&exampleId=c72b5954-f4f8-33f9-c4bc-b4016d22ceebc8beb4f1&activeTab=example&spm=docs.r.cloud_storage_gateway_gateway.0.c72b5954f4&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/mse_nacos_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ For information about Microservice Engine (MSE) Nacos Config and how to use it,

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_mse_nacos_config&exampleId=1aa53e35-384f-a407-db1e-7a19213cd273abcfc5b9&activeTab=example&spm=docs.r.mse_nacos_config.0.1aa53e3538&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_zones" "example" {
available_resource_creation = "VSwitch"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ocean_base_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about Ocean Base Instance and how to use it, see [What is Instan
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_ocean_base_instance&exampleId=86035666-9275-5f6d-adde-998527fb938d28abffb9&activeTab=example&spm=docs.r.ocean_base_instance.0.8603566692&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/api-tools/terraform?resource=alicloud_ocean_base_instance&exampleId=75010dde-2a44-9c9d-adba-6ff7445c55039eeb54c9&activeTab=example&spm=docs.r.ocean_base_instance.0.75010dde2a&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/pai_workspace_workspace.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about P A I Workspace Workspace 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_pai_workspace_workspace&exampleId=bc0e3516-ac4a-38d8-1433-3105fe85f85cc4596f1a&activeTab=example&spm=docs.r.pai_workspace_workspace.0.bc0e3516ac&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

0 comments on commit dca2da1

Please sign in to comment.