Skip to content

Commit f32c904

Browse files
committed
Cleanup after release v1.278.0
1 parent bfc8cee commit f32c904

10 files changed

Lines changed: 78 additions & 16 deletions

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
1-
## 1.278.0 (Unreleased)
2-
## 1.2767.0 (April 27, 2026)
1+
## 1.279.0 (Unreleased)
2+
## 1.278.0 (May 09, 2026)
3+
4+
- **New Resource:** `alicloud_api_gateway_group_plugin_attachment` ([#9714](https://github.com/aliyun/terraform-provider-alicloud/issues/9714))
5+
- **New Resource:** `alicloud_oss_bucket_object_worm_configuration` ([#9716](https://github.com/aliyun/terraform-provider-alicloud/issues/9716))
6+
- **New Resource:** `alicloud_cms_prometheus_view` ([#9718](https://github.com/aliyun/terraform-provider-alicloud/issues/9718))
7+
- **New Resource:** `alicloud_ecs_disk_default_kms_key` ([#9720](https://github.com/aliyun/terraform-provider-alicloud/issues/9720))
8+
9+
ENHANCEMENTS:
10+
11+
- resource/alicloud_oss_bucket_replication: Remove the maximum items validation for prefix_set. ([#9609](https://github.com/aliyun/terraform-provider-alicloud/issues/9609))
12+
- docs: update alicloud_instance attribute network_interfaces. ([#9696](https://github.com/aliyun/terraform-provider-alicloud/issues/9696))
13+
- resource/alicloud_cloud_firewall_vpc_cen_tr_firewall: Change firewall_subnet_cidr, tr_attachment_master_cidr, tr_attachmen_slave_cide from required to optional. ([#9699](https://github.com/aliyun/terraform-provider-alicloud/issues/9699))
14+
- resource/alicloud_ecs_disk: Added retry strategy for error code LastTokenProcessing. ([#9700](https://github.com/aliyun/terraform-provider-alicloud/issues/9700))
15+
- docs: product eais has been offline, mark resources as deprecated. ([#9702](https://github.com/aliyun/terraform-provider-alicloud/issues/9702))
16+
- docs: update alicloud_cr_ee_instance doc for international site. ([#9703](https://github.com/aliyun/terraform-provider-alicloud/issues/9703))
17+
- docs: update cr ee doc for international site. ([#9704](https://github.com/aliyun/terraform-provider-alicloud/issues/9704))
18+
- resource/alicloud_cs_kubernetes: support nftables proxy_mode; resource/alicloud_cs_managed_kubernetes: support nftables proxy_mode. ([#9705](https://github.com/aliyun/terraform-provider-alicloud/issues/9705))
19+
- improvement: sync resource/data source deprecation notice from docs to code. ([#9706](https://github.com/aliyun/terraform-provider-alicloud/issues/9706))
20+
- resource/alicloud_gpdb_instance: Add more supported instance_pec. ([#9709](https://github.com/aliyun/terraform-provider-alicloud/issues/9709))
21+
- resource/alicloud_esa_cache_rule: Removed the additional_cacheable_ports enums limitation. ([#9713](https://github.com/aliyun/terraform-provider-alicloud/issues/9713))
22+
- resource/alicloud_cms_prometheus_instance: Added retry strategy for error code 400. ([#9715](https://github.com/aliyun/terraform-provider-alicloud/issues/9715))
23+
- resource/alicloud_oss_bucket_object: support object_worm_mode, object_worm_retain_until_date. resource/alicloud_oss_bucket_object_worm_configuration: mark rule as Optional+Computed. ([#9717](https://github.com/aliyun/terraform-provider-alicloud/issues/9717))
24+
- provider: default OSS SDK client to v4 signature. ([#9721](https://github.com/aliyun/terraform-provider-alicloud/issues/9721))
25+
26+
BUG FIXES:
27+
28+
- testcase: fix oos testcase. ([#9688](https://github.com/aliyun/terraform-provider-alicloud/issues/9688))
29+
30+
## 1.277.0 (April 27, 2026)
331

432
- **New Resource:** `alicloud_alidns_cloud_gtm_address` ([#9645](https://github.com/aliyun/terraform-provider-alicloud/issues/9645))
533
- **New Resource:** `alicloud_alidns_cloud_gtm_address_pool` ([#9664](https://github.com/aliyun/terraform-provider-alicloud/issues/9664))

alicloud/connectivity/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var loadSdkfromRemoteMutex = sync.Mutex{}
185185
var loadSdkEndpointMutex = sync.Mutex{}
186186

187187
// The main version number that is being run at the moment.
188-
var providerVersion = "1.277.0"
188+
var providerVersion = "1.278.0"
189189

190190
// Temporarily maintain map for old ecs client methods and store special endpoint information
191191
var EndpointMap = map[string]string{

website/docs/r/api_gateway_group_plugin_attachment.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ For information about Api Gateway Plugin attachment and how to use it, see [Atta
2222
Basic Usage
2323

2424

25+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
26+
<a href="https://api.aliyun.com/terraform?resource=alicloud_api_gateway_group_plugin_attachment&exampleId=ef0412d5-71cd-9485-98aa-fe053e23faa9bdf11f41&activeTab=example&spm=docs.r.api_gateway_group_plugin_attachment.0.ef0412d571&intl_lang=EN_US" target="_blank">
27+
<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%;">
28+
</a>
29+
</div></div>
30+
2531
```terraform
2632
provider "alicloud" {
2733
region = "cn-beijing"

website/docs/r/cloud_firewall_vpc_cen_tr_firewall.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cloud Firewall Vpc Cen Tr Firewall and how to use it, see
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_cloud_firewall_vpc_cen_tr_firewall&exampleId=37a1e48f-5e2b-3aa6-5c58-4d9edb62f71ef8f83c50&activeTab=example&spm=docs.r.cloud_firewall_vpc_cen_tr_firewall.0.37a1e48f5e&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"
@@ -150,6 +156,10 @@ resource "alicloud_cloud_firewall_vpc_cen_tr_firewall" "default" {
150156
}
151157
```
152158

159+
160+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_cloud_firewall_vpc_cen_tr_firewall&spm=docs.r.cloud_firewall_vpc_cen_tr_firewall.example&intl_lang=EN_US)
161+
162+
153163
## Argument Reference
154164

155165
The following arguments are supported:

website/docs/r/cms_prometheus_view.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cms Prometheus View and how to use it, see [What is Promet
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_cms_prometheus_view&exampleId=b6f10b94-17df-62a2-9d4a-519bdef167cc2dc8c68b&activeTab=example&spm=docs.r.cms_prometheus_view.0.b6f10b9417&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"
@@ -59,6 +65,10 @@ resource "alicloud_cms_prometheus_view" "default" {
5965
}
6066
```
6167

68+
69+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_cms_prometheus_view&spm=docs.r.cms_prometheus_view.example&intl_lang=EN_US)
70+
71+
6272
## Argument Reference
6373

6474
The following arguments are supported:

website/docs/r/eais_client_instance_attachment.html.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ For information about EAIS Client Instance Attachment and how to use it, see [Wh
2222

2323
Basic Usage
2424

25-
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
26-
<a href="https://api.aliyun.com/terraform?resource=alicloud_eais_client_instance_attachment&exampleId=2848594c-4550-b39b-1cd9-a3b990cc5cf9f0066c29&activeTab=example&spm=docs.r.eais_client_instance_attachment.0.2848594c45&intl_lang=EN_US" target="_blank">
27-
<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%;">
28-
</a>
29-
</div></div>
30-
3125
```terraform
3226
variable "name" {
3327
default = "terraform-example"

website/docs/r/eais_instance.html.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ For information about EAIS Instance and how to use it, see [What is Instance](ht
2222

2323
Basic Usage
2424

25-
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
26-
<a href="https://api.aliyun.com/terraform?resource=alicloud_eais_instance&exampleId=b4b42fb3-673c-12f3-9a98-6cdf7e94e29fccb36fa6&activeTab=example&spm=docs.r.eais_instance.0.b4b42fb367&intl_lang=EN_US" target="_blank">
27-
<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%;">
28-
</a>
29-
</div></div>
30-
3125
```terraform
3226
variable "name" {
3327
default = "terraform-example"

website/docs/r/ecs_disk_default_kms_key.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ For information about Ecs Disk Default Kms Key and how to use it, see [What is D
2222

2323
Basic Usage
2424

25+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
26+
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_disk_default_kms_key&exampleId=694c9cea-74cf-ec2e-6bbf-f3934ddad03d973049b0&activeTab=example&spm=docs.r.ecs_disk_default_kms_key.0.694c9cea74&intl_lang=EN_US" target="_blank">
27+
<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%;">
28+
</a>
29+
</div></div>
30+
2531
```terraform
2632
variable "name" {
2733
default = "terraform-example"
@@ -36,6 +42,10 @@ resource "alicloud_ecs_disk_default_kms_key" "default" {
3642
}
3743
```
3844

45+
46+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_ecs_disk_default_kms_key&spm=docs.r.ecs_disk_default_kms_key.example&intl_lang=EN_US)
47+
48+
3949
## Argument Reference
4050

4151
The following arguments are supported:

website/docs/r/esa_cache_rule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about ESA Cache Rule and how to use it, see [What is Cache Rule]
2121
Basic Usage
2222

2323
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24-
<a href="https://api.aliyun.com/terraform?resource=alicloud_esa_cache_rule&exampleId=96d87eeb-0a12-a847-75b6-341ecbdf73cdb8bc3531&activeTab=example&spm=docs.r.esa_cache_rule.0.96d87eeb0a&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_esa_cache_rule&exampleId=65a7e6b7-cdb7-e99c-b561-48d1bf2ff644934bbe40&activeTab=example&spm=docs.r.esa_cache_rule.0.65a7e6b7cd&intl_lang=EN_US" target="_blank">
2525
<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%;">
2626
</a>
2727
</div></div>

website/docs/r/oss_bucket_object_worm_configuration.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about OSS Bucket Object Worm Configuration and how to use it, se
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket_object_worm_configuration&exampleId=d42deea3-eac1-7c24-35bb-48343c07f71de4f890c2&activeTab=example&spm=docs.r.oss_bucket_object_worm_configuration.0.d42deea3ea&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"
@@ -55,6 +61,10 @@ resource "alicloud_oss_bucket_object_worm_configuration" "default" {
5561

5662
Terraform cannot destroy resource `alicloud_oss_bucket_object_worm_configuration`. Terraform will remove this resource from the state file, however resources may remain.
5763

64+
65+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_oss_bucket_object_worm_configuration&spm=docs.r.oss_bucket_object_worm_configuration.example&intl_lang=EN_US)
66+
67+
5868
## Argument Reference
5969

6070
The following arguments are supported:

0 commit comments

Comments
 (0)