Skip to content

Commit

Permalink
chore: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent 4c4be7b commit 8632b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## 0.24.0 (Unreleased)

### :warning: **Deprecations**

* `datasource/cloudavenue_network_isolated` - The `cloudavenue_network_isolated` datasource is deprecated and will be removed in the release v0.32.0. Please use the `cloudavenue_vdc_network_isolated` datasource instead. (GH-886)
Expand All @@ -8,12 +7,13 @@
### :rocket: **New Features**

* **New Data Source:** `datasource/cloudavenue_vdc_network_isolated` - Added a new data source to fetch information about an isolated network in a VDC. This data source replace the deprecated `cloudavenue_network_isolated` data source. (GH-879)
* **New Data Source:** `datasource/cloudavenue_vdcg_ip_set` - Add new data source `cloudavenue_vdcg_ip_set` to get IP sets rule in a VDC Group. (GH-858)
* **New Data Source:** `datasource/cloudavenue_vdcg_network_isolated` - Added a new data source to fetch information about an isolated network in a VDC Group. (GH-878)
* **New Data Source:** `datasource/cloudavenue_vdcg_security_group` - Added a new data source to fetch information about an security group in a VDC Group. (GH-856)
* **New Resource:** `resource/cloudavenue_vdc_network_isolated` - Added a new resource to manage isolated networks in a VDC. This resource replace the deprecated `cloudavenue_network_isolated` resource. (GH-879)
* **New Resource:** `resource/cloudavenue_vdcg_ip_set` - Add new resource `cloudavenue_vdcg_ip_set` to manage IP sets rule in a VDC Group. (GH-858)
* **New Resource:** `resource/cloudavenue_vdcg_network_isolated` - Added a new resource to manage isolated networks in a VDC Group. (GH-878)
* **New Resource:** `resource/cloudavenue_vdcg_security_group` - Added a new resource to manage security groups in a VDC Group. (GH-856)

### :information_source: **Notes**

* `resource/cloudavenue_network_isolated` - Add a migration guide to migrate from `cloudavenue_network_isolated` to `cloudavenue_vdc_network_isolated`. (GH-888)
Expand Down

0 comments on commit 8632b59

Please sign in to comment.