Skip to content

Commit

Permalink
Release a version for HCS v8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Mar 5, 2024
1 parent b64527a commit e597d76
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# CHANGELOG

## 2.4.0 (March 5, 2024)

* Release a version for Huawei Cloud Stack v8.3.1.
The new resources and data sources added in the new version are as follows.

* **New Resources:**
+ `hcs_dws_cluster`
+ `hcs_dws_alarm_subscription`
+ `hcs_dws_event_subscription`
+ `hcs_dws_ext_data_source`
+ `hcs_dws_snapshot`
+ `hcs_dws_snapshot_policy`
+ `hcs_gaussdb_opengauss_instance`
+ `hcs_mrs_cluster`
+ `hcs_mrs_job`
+ `hcs_waf_address_group`
+ `hcs_waf_certificate`
+ `hcs_waf_dedicated_domain`
+ `hcs_waf_dedicated_instance`
+ `hcs_waf_policy`
+ `hcs_waf_reference_table`
+ `hcs_waf_rule_blacklist`
+ `hcs_waf_rule_cc_protection`
+ `hcs_waf_rule_data_masking`
+ `hcs_waf_rule_geolocation_access_control`
+ `hcs_waf_rule_known_attack_source`
+ `hcs_waf_rule_global_protection_whitelist`
+ `hcs_waf_rule_information_leakage_prevention`
+ `hcs_waf_rule_precise_protection`
+ `hcs_waf_rule_web_tamper_protection`

* **New Data Sources:**
+ `hcs_dws_flavors`
+ `hcs_gaussdb_opengauss_instance`
+ `hcs_gaussdb_opengauss_instances`
+ `hcs_mrs_versions`
+ `hcs_mrs_clusters`
+ `hcs_waf_certificate`
+ `hcs_waf_dedicated_instances`
+ `hcs_waf_policies`
+ `hcs_waf_reference_tables`

## 2.3.4 (January 27, 2024)

* Add more unit tests.
Expand Down
9 changes: 8 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ configured with the proper credentials before it can be used.

Use the navigation to the left to read about the available resources.

## Compatibility with HCS

Provider Version | Huawei Cloud Stack Version
---- | ---
v2.3.x | v8.3.0
v2.4.x | v8.3.1

## Example Usage

Terraform 0.13 and later:
Expand All @@ -14,7 +21,7 @@ terraform {
required_providers {
hcs = {
source = "huaweicloud/hcs"
version = "~> 2.3.0"
version = "~> 2.4.0"
}
}
}
Expand Down

0 comments on commit e597d76

Please sign in to comment.