Skip to content

Commit

Permalink
added changelog for release v1.2.0 (#130)
Browse files Browse the repository at this point in the history
* added changelog for release v1.2.0

* added readme links for resource/data source added in 1.2.0

* changed copyright year to 2023
  • Loading branch information
shenda1 authored Sep 27, 2023
1 parent d1f7f42 commit f5c52a8
Showing 8 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# v1.2.0 (September 27, 2023)
## Release Summary
The release supports resources and data sources mentioned in the Features section for Dell PowerFlex.
## Features

### Resources
* `powerflex_cluster` for deploying PowerFlex cluster.
* `powerflex_mdm_cluster` for managing MDM cluster in PowerFlex.
* `powerflex_user` for managing users in PowerFlex.

### Data Sources:
* `powerflex_vtree` for reading VTree details in PowerFlex.

### Notes:
* `name` attribute is removed from sdc resource.

# v1.1.0 (June 28, 2023)
## Release Summary
The release supports resources mentioned in the Features section for Dell PowerFlex.
The release supports resources and data sources mentioned in the Features section for Dell PowerFlex.
## Features

### Resources
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -49,7 +49,7 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL

| **Terraform Provider** | **PowerFlex/VxFlex OS Version** | **OS** | **Terraform** | **Golang** |
|---------------------|-----------------------|-------|--------------------|--------------------------|
| v1.1.0 | 3.6 | ubuntu22.04 <br> rhel8.x <br> rhel7.x | 1.3.2 <br> 1.2.9 <br> | 1.19.x
| v1.2.0 | 3.6 | ubuntu22.04 <br> rhel8.x <br> rhel9.x | 1.3.x <br> 1.5.x <br> | 1.20.x

## List of DataSources in Terraform Provider for Dell PowerFlex
* [SDC](docs/data-sources/sdc.md)
@@ -59,6 +59,7 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL
* [Protection Domain](docs/data-sources/protection_domain.md)
* [Snapshot Policy](docs/data-sources/snapshot_policy.md)
* [Device](docs/data-sources/device.md)
* [VTree](docs/data-sources/vtree.md)

## List of Resources in Terraform Provider for Dell PowerFlex
* [SDC](docs/resources/sdc.md)
@@ -70,6 +71,9 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL
* [SDC Volume Mapping](docs/resources/sdc_volumes_mapping.md)
* [Device](docs/resources/device.md)
* [Package](docs/resources/package.md)
* [Cluster](docs/resources/cluster.md)
* [MDM Cluster](docs/resources/mdm_cluster.md)
* [User](docs/resources/user.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).
2 changes: 1 addition & 1 deletion about/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion about/COMMITTER_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion about/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
4 changes: 2 additions & 2 deletions about/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ Create a file called `main.tf` in your workspace with the following contents
terraform {
required_providers {
powerflex = {
version = "1.1.0"
version = "1.2.0"
source = "registry.terraform.io/dell/powerflex"
}
}
2 changes: 1 addition & 1 deletion about/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.

0 comments on commit f5c52a8

Please sign in to comment.