You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 26.0.0
2
+
BREAKING CHANGE:
3
+
* resource/aggregate: `number_of_disks` and `disk_size_size` default value is removed.
4
+
5
+
IMPROVEMENTS:
6
+
* resource/connector_gcp: replaced GCP Deployment Manager API with individual GCP Compute Engine APIs for VM and disk management.
7
+
8
+
NEW FEATURES:
9
+
* resource/aggregate: added option `increase_capacity_size` and `increase_capacity_unit` to support increase capacity for EBS Elastic Volumes aggregate.
10
+
* resource/aggregate: added option `initial_ev_aggregate_size` and `initial_ev_aggregate_unit` to support initial capacity for EBS Elastic Volumes aggregate.
11
+
* resource/snapmirror: now supports import.
12
+
* resource/snapmirror: add `delete_destination_volume` option to automatically delete destination volume when destroying snapmirror relationships.
13
+
14
+
ENHANCEMENTS:
15
+
* Update all the resources documenation by adding `Forces new resource` if the modification is not supported.
16
+
* resource/cvo_aws and resource/cvo_azure: add `open_security_group` option to open security group to all IP ranges
17
+
1
18
## 25.3.0
2
19
NEW FEATURES:
3
20
* resource/volume supports import.
@@ -96,7 +113,7 @@ BUG FIXES:
96
113
## 23.8.0
97
114
BUG FIXES:
98
115
* resource/volume: fix documentation name for volume and add an example for creating on_prem volume.
99
-
*ressource/cvo_aws, cvo_azure, cvo_gcp: remove force new from `retries`.
116
+
*resource/cvo_aws, cvo_azure, cvo_gcp: remove force new from `retries`.
100
117
101
118
NEW ENHANCEMENTS:
102
119
* resource/cvo_aws and cvo_gcp: add `saas_subscription_id`.
@@ -198,12 +215,12 @@ NEW FEATURES:
198
215
* resource/cvo_aws: add `retries` parameter to increase wait time when creating CVO.
199
216
* resource/cvo_azure: add `retries` parameter to increase wait time when creating CVO.
200
217
* resource/cvo_gcp: add `retries` parameter to increase wait time when creating CVO.
201
-
*resoruce/cvs for AWS, AZURE and GCP: add `svm_name` an optional parameter. The modification is supported.
218
+
*resource/cvs for AWS, AZURE and GCP: add `svm_name` an optional parameter. The modification is supported.
202
219
203
220
NEW ENHANCEMENTS:
204
221
* resource/connector_azure: display the deployed virtual machine principal_id in state file on the connector azure creation.
205
222
* resource/cvo_azure: add `availability_zone_node1` and `availability_zone_node2` to support HA deployment.
206
-
*resoruce/cvo_azure: add new support value "Premium_ZRS" in parameter `storage_type`.
223
+
*resource/cvo_azure: add new support value "Premium_ZRS" in parameter `storage_type`.
207
224
208
225
## 22.9.1
209
226
NEW FEATURES:
@@ -302,7 +319,7 @@ ENHANCEMENTS:
302
319
NEW FEATURES:
303
320
304
321
* resource/aws_fsx_volume: create, update and delete FSx volume.
305
-
* resource/cvo_onnprem: This can be used to register an onprem ONTAP system into CloudManager.
322
+
* resource/cvo_onprem: This can be used to register an onprem ONTAP system into CloudManager.
returnfmt.Errorf("both platform_serial_number_node1 and platform_serial_number_node2 parameters are required when having ha type as true and license_type as ha-cot-premium-byol")
returnfmt.Errorf("both platform_serial_number_node1 and platform_serial_number_node2 parameters are only required when having ha type as true and license_type as ha-cot-premium-byol")
0 commit comments