Skip to content

Commit

Permalink
release version changes for 1.3.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenda1 authored Nov 30, 2023
1 parent a006a65 commit 256713d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io
NAMESPACE=dell
NAME=powerflex
BINARY=terraform-provider-${NAME}
VERSION=1.2.0
VERSION=1.3.0
OS_ARCH=linux_amd64

default: install
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 | 3.6 | ubuntu22.04 <br> rhel8.x <br> rhel9.x | 1.3.x <br> 1.5.x <br> | 1.20.x
| v1.3.0 | 3.6 <br> 4.5 | ubuntu22.04 <br> rhel9.x | 1.5.x <br> 1.6.x <br> | 1.21.x

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

## List of Resources in Terraform Provider for Dell PowerFlex
* [SDC](docs/resources/sdc.md)
Expand All @@ -74,6 +75,7 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL
* [Cluster](docs/resources/cluster.md)
* [MDM Cluster](docs/resources/mdm_cluster.md)
* [User](docs/resources/user.md)
* [Fault Set](docs/resources/fault_set.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).
Expand Down
2 changes: 1 addition & 1 deletion about/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create a file called `main.tf` in your workspace with the following contents
terraform {
required_providers {
powerflex = {
version = "1.2.0"
version = "1.3.0"
source = "registry.terraform.io/dell/powerflex"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ limitations under the License.
terraform {
required_providers {
powerflex = {
version = "1.2.0"
version = "1.3.0"
source = "registry.terraform.io/dell/powerflex"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
terraform {
required_providers {
powerflex = {
version = "1.2.0"
version = "1.3.0"
source = "registry.terraform.io/dell/powerflex"
}
}
Expand Down

0 comments on commit 256713d

Please sign in to comment.