Skip to content

Commit

Permalink
Cleanup after release v1.236.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Nov 29, 2024
1 parent d4b804a commit a7ad79e
Show file tree
Hide file tree
Showing 15 changed files with 101 additions and 34 deletions.
59 changes: 30 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
## 1.236.0 (Unreleased)

- **New Resource:** `alicloud_pai_workspace_dataset` [GH-7915]
- **New Resource:** `alicloud_pai_workspace_experiment` [GH-7916]
- **New Resource:** `alicloud_pai_workspace_datasetversion` [GH-7920]
- **New Resource:** `alicloud_pai_workspace_run` [GH-7921]
- **New Resource:** `alicloud_pai_workspace_code_source` [GH-7923]
- **New Data Source:** `alicloud_gwlb_zones` [GH-7924]

ENHANCEMENTS:

- resource/alicloud_ess_scaling_configuration: update internet_max_bandwidth_in import. [GH-7873]
- resource/alicloud_cs_kubernetes_node_pool: image_type support Ubuntu. [GH-7879]
- resource/alicloud_emrv2_cluster: support ack_config, spot_strategy in node_groups and deletion_protection in emr cluster. [GH-7902]
- resource/alicloud_nas_file_system: Refactored the resource alicloud_nas_file_system; Added the field create_time, recycle_bin, nfs_acl, resource_group_id, snapshot_id, status. [GH-7903]
- resource/alicloud_ess_scaling_rule: optimize query rule. [GH-7910]
- resource/alicloud_governance_account: support modify account_tags; data-source/alicloud_governance_baselines: fix bug while read ids. [GH-7913]
- resource/alicloud_cdn_domain_new: add new attribute env and support modify status. [GH-7914]
- resource/alicloud_ecs_auto_snapshot_policy: Refactored the resource alicloud_ecs_auto_snapshot_policy; Added the field auto_snapshot_policy_name, copy_encryption_configuration, resource_group_id, create_time, region_id; Deprecated the field name. [GH-7918]
- resource/alicloud_cdn_real_time_log_delivery: support modify logstore, project, sls_region and status. [GH-7919]
- data-source/alicloud_cen_flowlogs: add new attributes flow_log_version, interval, log_format_string etc. [GH-7926]
- docs: improved description for redis. [GH-7900]
- docs: fix cs_kubernetes_addon example. [GH-7901]
- docs: Fix invalid subcategory for PAI workspace. [GH-7912]
- docs: Improves description for gwlb. [GH-7922]
- docs: add available version of image_type for alicloud_cs_kubernetes_node_pool. [GH-7927]
- testcase: Fixed alicloud_ga_listener test case. [GH-7905]
- testcase: Fixed alicloud_ecd_ad_connector_directory test case. [GH-7906]
- testcase: Fixed alicloud_ecd_ad_connector_office_site test case. [GH-7907]
## 1.237.0 (Unreleased)
## 1.236.0 (November 29, 2024)

- **New Resource:** `alicloud_pai_workspace_dataset` ([#7915](https://github.com/aliyun/terraform-provider-alicloud/issues/7915))
- **New Resource:** `alicloud_pai_workspace_experiment` ([#7916](https://github.com/aliyun/terraform-provider-alicloud/issues/7916))
- **New Resource:** `alicloud_pai_workspace_datasetversion` ([#7920](https://github.com/aliyun/terraform-provider-alicloud/issues/7920))
- **New Resource:** `alicloud_pai_workspace_run` ([#7921](https://github.com/aliyun/terraform-provider-alicloud/issues/7921))
- **New Resource:** `alicloud_pai_workspace_code_source` ([#7923](https://github.com/aliyun/terraform-provider-alicloud/issues/7923))
- **New Data Source:** `alicloud_gwlb_zones` ([#7924](https://github.com/aliyun/terraform-provider-alicloud/issues/7924))

ENHANCEMENTS:

- resource/alicloud_ess_scaling_configuration: update internet_max_bandwidth_in import. ([#7873](https://github.com/aliyun/terraform-provider-alicloud/issues/7873))
- resource/alicloud_cs_kubernetes_node_pool: image_type support Ubuntu. ([#7879](https://github.com/aliyun/terraform-provider-alicloud/issues/7879))
- resource/alicloud_emrv2_cluster: support ack_config, spot_strategy in node_groups and deletion_protection in emr cluster. ([#7902](https://github.com/aliyun/terraform-provider-alicloud/issues/7902))
- resource/alicloud_nas_file_system: Refactored the resource alicloud_nas_file_system; Added the field create_time, recycle_bin, nfs_acl, resource_group_id, snapshot_id, status. ([#7903](https://github.com/aliyun/terraform-provider-alicloud/issues/7903))
- resource/alicloud_ess_scaling_rule: optimize query rule. ([#7910](https://github.com/aliyun/terraform-provider-alicloud/issues/7910))
- resource/alicloud_governance_account: support modify account_tags; data-source/alicloud_governance_baselines: fix bug while read ids. ([#7913](https://github.com/aliyun/terraform-provider-alicloud/issues/7913))
- resource/alicloud_cdn_domain_new: add new attribute env and support modify status. ([#7914](https://github.com/aliyun/terraform-provider-alicloud/issues/7914))
- resource/alicloud_ecs_auto_snapshot_policy: Refactored the resource alicloud_ecs_auto_snapshot_policy; Added the field auto_snapshot_policy_name, copy_encryption_configuration, resource_group_id, create_time, region_id; Deprecated the field name. ([#7918](https://github.com/aliyun/terraform-provider-alicloud/issues/7918))
- resource/alicloud_cdn_real_time_log_delivery: support modify logstore, project, sls_region and status. ([#7919](https://github.com/aliyun/terraform-provider-alicloud/issues/7919))
- data-source/alicloud_cen_flowlogs: add new attributes flow_log_version, interval, log_format_string etc. ([#7926](https://github.com/aliyun/terraform-provider-alicloud/issues/7926))
- docs: improved description for redis. ([#7900](https://github.com/aliyun/terraform-provider-alicloud/issues/7900))
- docs: fix cs_kubernetes_addon example. ([#7901](https://github.com/aliyun/terraform-provider-alicloud/issues/7901))
- docs: Fix invalid subcategory for PAI workspace. ([#7912](https://github.com/aliyun/terraform-provider-alicloud/issues/7912))
- docs: Improves description for gwlb. ([#7922](https://github.com/aliyun/terraform-provider-alicloud/issues/7922))
- docs: add available version of image_type for alicloud_cs_kubernetes_node_pool. ([#7927](https://github.com/aliyun/terraform-provider-alicloud/issues/7927))
- testcase: Fixed alicloud_ga_listener test case. ([#7905](https://github.com/aliyun/terraform-provider-alicloud/issues/7905))
- testcase: Fixed alicloud_ecd_ad_connector_directory test case. ([#7906](https://github.com/aliyun/terraform-provider-alicloud/issues/7906))
- testcase: Fixed alicloud_ecd_ad_connector_office_site test case. ([#7907](https://github.com/aliyun/terraform-provider-alicloud/issues/7907))

## 1.235.0 (November 21, 2024)

Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/cdn_domain_new.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about CDN Domain and how to use it, see [What is Domain](https:/

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/terraform?resource=alicloud_cdn_domain_new&exampleId=79d927d9-05a3-f704-17a1-82b30ad6d691fcb6716b&activeTab=example&spm=docs.r.cdn_domain_new.0.79d927d905&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
resource "random_integer" "default" {
min = 10000
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/cdn_real_time_log_delivery.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about CDN Real Time Log Delivery 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/terraform?resource=alicloud_cdn_real_time_log_delivery&exampleId=63f84f4b-707f-6281-1841-733021627c67951707c1&activeTab=example&spm=docs.r.cdn_real_time_log_delivery.0.63f84f4b70&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
resource "random_integer" "default" {
max = 99999
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cs_kubernetes_addon.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This resource will help you to manage addon in Kubernetes Cluster, 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/terraform?resource=alicloud_cs_kubernetes_addon&exampleId=802cb43b-0665-96ca-5356-fc6755186de00979d82d&activeTab=example&spm=docs.r.cs_kubernetes_addon.0.802cb43b06&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_kubernetes_addon&exampleId=10c0d82e-ea4b-da2e-f004-27e6e9ae89e1a5236d82&activeTab=example&spm=docs.r.cs_kubernetes_addon.0.10c0d82eea&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/ecs_auto_snapshot_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For information about ECS Auto Snapshot Policy and how to use it, see [What is A
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/terraform?resource=alicloud_ecs_auto_snapshot_policy&exampleId=11ecb213-3d91-9802-ac83-049610753c690fa63d3c&activeTab=example&spm=docs.r.ecs_auto_snapshot_policy.0.11ecb2133d&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_auto_snapshot_policy&exampleId=6763b317-e12a-3836-8904-15dd975ed483827ebcb0&activeTab=example&spm=docs.r.ecs_auto_snapshot_policy.0.6763b317e1&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/governance_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Governance Account and how to use it, see [What is Account

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/terraform?resource=alicloud_governance_account&exampleId=bafb2fc6-f2e3-9029-f2d2-1e21385b8fba7daab3c6&activeTab=example&spm=docs.r.governance_account.0.bafb2fc6f2&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/gwlb_listener.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about GWLB Listener and how to use it, see [What is Listener](ht

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/terraform?resource=alicloud_gwlb_listener&exampleId=dfc896fb-6d71-7093-5afe-2039bd5e16c34d9028b2&activeTab=example&spm=docs.r.gwlb_listener.0.dfc896fb6d&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/gwlb_load_balancer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about GWLB Load Balancer and how to use it, see [What is Load Ba

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/terraform?resource=alicloud_gwlb_load_balancer&exampleId=048e6dcc-c045-2c92-6171-abb5ccd48e62d426865e&activeTab=example&spm=docs.r.gwlb_load_balancer.0.048e6dccc0&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/gwlb_server_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about GWLB Server Group and how to use it, see [What is Server G

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/terraform?resource=alicloud_gwlb_server_group&exampleId=d9955b88-af24-a5e2-ca7c-64cfecfcafb4335c91ce&activeTab=example&spm=docs.r.gwlb_server_group.0.d9955b88af&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: 3 additions & 3 deletions website/docs/r/nas_file_system.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about File Storage (NAS) File System and how to use it, see [Wha
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/terraform?resource=alicloud_nas_file_system&exampleId=f5f5e208-95b8-0c3e-c75b-1e859e5cc773ab263762&activeTab=example&spm=docs.r.nas_file_system.0.f5f5e20895&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_nas_file_system&exampleId=e4c2e56e-d616-5a3d-e56d-56aa3caacf29cd5c0a18&activeTab=example&spm=docs.r.nas_file_system.0.e4c2e56ed6&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 Expand Up @@ -56,7 +56,7 @@ resource "alicloud_nas_file_system" "default" {
```

<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/terraform?resource=alicloud_nas_file_system&exampleId=484fb7e1-829c-f8c1-e36c-d2b66549afe95c24478d&activeTab=example&spm=docs.r.nas_file_system.1.484fb7e182&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_nas_file_system&exampleId=885d0f59-42ad-8160-74b4-50f7111eefa2dab57eb3&activeTab=example&spm=docs.r.nas_file_system.1.885d0f5942&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 Expand Up @@ -86,7 +86,7 @@ resource "alicloud_nas_file_system" "default" {
```

<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/terraform?resource=alicloud_nas_file_system&exampleId=ff389e9e-bbb3-6c5d-47f6-7f9bfd68c6144140711d&activeTab=example&spm=docs.r.nas_file_system.2.ff389e9ebb&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_nas_file_system&exampleId=4bc7a8c0-d1e0-9272-5fd8-6cb2114f23ef4aa7fce3&activeTab=example&spm=docs.r.nas_file_system.2.4bc7a8c0d1&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_code_source.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about PAI Workspace Code Source 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/terraform?resource=alicloud_pai_workspace_code_source&exampleId=62aad8bd-6358-f432-661e-d5a176fd6fddd1d9d5cf&activeTab=example&spm=docs.r.pai_workspace_code_source.0.62aad8bd63&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/pai_workspace_dataset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about PAI Workspace Dataset and how to use it, see [What is Data

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/terraform?resource=alicloud_pai_workspace_dataset&exampleId=caf71eae-dca2-b3f0-c0c9-cb5cf346198eb76d3014&activeTab=example&spm=docs.r.pai_workspace_dataset.0.caf71eaedc&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
6 changes: 6 additions & 0 deletions website/docs/r/pai_workspace_datasetversion.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about PAI Workspace Datasetversion 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/terraform?resource=alicloud_pai_workspace_datasetversion&exampleId=1b18f787-026c-41c0-e729-9fe9aa467eb43a0157eb&activeTab=example&spm=docs.r.pai_workspace_datasetversion.0.1b18f78702&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/pai_workspace_experiment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about PAI Workspace Experiment and how to use it, see [What is E

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/terraform?resource=alicloud_pai_workspace_experiment&exampleId=24283ef1-ac2b-a17f-8da4-6a364a2880b8daf3f17d&activeTab=example&spm=docs.r.pai_workspace_experiment.0.24283ef1ac&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/pai_workspace_run.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about PAI Workspace Run and how to use it, see [What is Run](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/terraform?resource=alicloud_pai_workspace_run&exampleId=e7b8d398-6264-ef90-4a74-91a5f6316c6d888e541a&activeTab=example&spm=docs.r.pai_workspace_run.0.e7b8d39862&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 a7ad79e

Please sign in to comment.