From 12a2f29caf13d40dc949d990bb1d23052cfb213e Mon Sep 17 00:00:00 2001 From: Akash Shendge <60608990+shenda1@users.noreply.github.com> Date: Tue, 23 May 2023 12:11:09 +0530 Subject: [PATCH] updated changelog for 1.0.1 (#80) * updated changelog for 1.0.1 * updated changelog for 1.0.1 --- CHANGELOG.md | 18 ++++++++++++++++-- README.md | 1 + 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ae98f1..2663f5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -# v1.0.0 +# v1.0.1 (May 23, 2023) +## Release Summary +The release supports resources mentioned in the Features section for Dell PowerFlex. +## Features + +### Resources +* `powerflex_sdc_volumes_mapping` for managing map/unmap operations between SDC and volumes in PowerFlex. + +### Deprecations +* sdc_list attribute in powerflex_volume and powerflex_snapshot resource. +*** +
+ +# v1.0.0 (Feb 27, 2023) ## Release Summary The release supports resources and data sources mentioned in the Features section for Dell PowerFlex. ## Features @@ -24,4 +37,5 @@ N/A N/A ## Bug Fixes -N/A \ No newline at end of file +N/A + diff --git a/README.md b/README.md index 3cb94f45..8b3d7e33 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL * [Volume](docs/resources/volume.md) * [SDS](docs/resources/sds.md) * [Snapshot](docs/resources/snapshot.md) + * [SDC volumes Mapping](docs/resources/sdc_volumes_mapping.md) ## Installation and execution of Terraform Provider for Dell PowerFlex The installation and execution steps of Terraform Provider for Dell PowerFlex can be found [here](about/INSTALLATION.md).