Skip to content

Commit 38976cd

Browse files
committed
0.5.0 release (upgrade Azure array version to 6.1.7)
1 parent 338ef55 commit 38976cd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0 (July 20, 2021)
2+
3+
* Update Purity version of cbs_array_azure from 6.1.6 to 6.1.7
4+
15
## 0.4.0 (May 13, 2021)
26

37
* Update Purity version of cbs_array_azure from 6.1.4 to 6.1.6

cbs/resource_array_azure.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ const kind = "MarketPlace"
4242

4343
// Plan block. We will expose plan as input param in future versions.
4444
const (
45-
planName = "cbs_azure_6_1_6"
45+
planName = "cbs_azure_6_1_7"
4646
product = "pure_storage_cloud_block_store_deployment"
4747
publisher = "purestoragemarketplaceadmin"
48-
planVersion = "1.0.9"
48+
planVersion = "1.0.4"
4949
)
5050

5151
var templateTags = []string{

docs/resources/array_azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
Allows the deployment and management of a Cloud Block Store instance on Azure. The instance is deployed as an Azure Managed Application.
1212

13-
The instance is deployed at Purity version 6.1.6.
13+
The instance is deployed at Purity version 6.1.7.
1414

1515
Refer to the [deployment guide](https://support.purestorage.com/FlashArray/PurityFA/Cloud_Block_Store/Cloud_Block_Store_Deployment_and_Configuration_Guide_for_Azure) for information on how to configure the Azure environment for the CBS instance.
1616

0 commit comments

Comments
 (0)