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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 27.1.0
2
+
3
+
NEW FEATURES:
4
+
* resource/volume: Added support for AVS integration in Azure HA SAZ CVOs. Allows setup and removal of AVS on ISCSI volumes in Azure HA SAZ CVOs.
5
+
* resource/volume: Added support for SYNC operation on AVS hosts in the cluster. Allows to sync configuration across AVS hosts.
6
+
7
+
BUG FIXES:
8
+
* resource/volume: Fixed iSCSI volume creation when using a custom SVM (`svm_name`). The provider now uses the configured `svm_name` for igroup lookups and initiator creation instead of defaulting to the working environment SVM, fixing "SVM does not exist" errors for CVOs with non-default SVM names.
9
+
10
+
ENHANCEMENTS:
11
+
* resource/connector_azure: Upgraded the diagnostics storage account to `StorageV2` for connector templates.
12
+
* resource/cvo_aws, cvo_azure, cvo_gcp: Enable WORM on existing CVOs without recreation. WORM retention parameters (`worm_retention_period_length` and `worm_retention_period_unit`) can now be added to existing CVOs via in-place update instead of forcing resource replacement. Both parameters must be specified together, and once set, WORM retention cannot be modified (immutable). When WORM is enabled, `capacity_tier` must be set to 'NONE' as data tiering and WORM are mutually exclusive.
13
+
1
14
## 27.0.0
2
15
NEW FEATURES:
3
16
* resource/cvo_azure: Supports configuration of `storage_account_network_access` while creating Azure SN and HA CVO.
0 commit comments