From c272a614a22cf8f38e501f11397e9d46ec829610 Mon Sep 17 00:00:00 2001 From: Rohit Myali Date: Tue, 15 Oct 2024 08:30:56 +0000 Subject: [PATCH 1/2] Updated changelog for v1.41.0 Signed-off-by: Rohit Myali --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efd625e9..11886e758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 1.41.0 (Oct 15, 2024) + +FEATURES + +* **New Resource**: citrixadc_sslprofile_ecccurve_binding +* **New Resource**: citrixadc_systemuser_systemcmdpolicy_binding +* **New Resource**: citrixadc_systemgroup_systemcmdpolicy_binding +* **New Resource**: citrixadc_systemgroup_systemuser_binding +* **New Resource**: citrixadc_sslcipher_sslciphersuite_binding + +BUG FIXES + +* **citrixadc_lbmonitor**: Updated read func to handle the unexpected values for parameter units3 and interval. [#1165] +* **citrixadc_snmpalarmr**: Updated snmpalarm resource to accept zero value to time attribute and removed the snmpalarm struct and updated with map. +* **citrixadc_sslcipher**: In the read function, using GetAll insted of Get API call. +* **citrixadc_ip6tunnelparam**: Udpated read function, to handle the attribute that was not received from NetScaler. +* **citrixadc_dnsnsrec**: Updated the read function, to handle cases where the resource is not present on NetScaler. + +ENHANCEMENTS + +* **citrixadc_systemuser**: Updated systemuser resource with additional supported `allowedmanagementinterface` attribute. +* **External Libraries**: Updated the external libraries terratest and go-git to their stable versions. + +UPDATES + +* **citrixadc_sslprofile**: The attributes `ecccurvebindings` and `cipherbindings` in `citrixadc_sslprofile` resource will be deprecated soon. Please use `citrixadc_sslprofile_ecccurve_binding` to bind `ecccurve` and `citrixadc_sslprofile_sslcipher_binding` to bind `sslcipher` to `sslprofile`. +* **citrixadc_systemuser**: The attribute `cmdpolicybinding` in `citrixadc_systemuser` resource will be deprecated soon. Please use `citrixadc_systemuser_systemcmdpolicy_binding` to bind `systemcmdpolicy` to `systemuser`. +* **citrixadc_systemgroup**: The attributes `cmdpolicybinding` and `systemusers` in `citrixadc_systemgroup` resource will be deprecated soon. Please use `citrixadc_systemgroup_systemcmdpolicy_binding` to bind `systemcmdpolicy` and `citrixadc_systemgroup_systemuser_binding` to bind `systemuser` to `systemgroup`. +* **citrixadc_sslcipher**: The attribute `ciphersuitebinding` in `citrixadc_sslcipher` resource will be deprecated soon. Please use `citrixadc_sslcipher_sslciphersuite_binding` to bind `sslciphersuite` to `sslcipher`. + +[#1165]: https://github.com/citrix/terraform-provider-citrixadc/issues/1165 + ## 1.40.1 (Sept 17, 2024) BUG FIXES From e461a7d6cffc6f5fb9989731925bf9fec09fa900 Mon Sep 17 00:00:00 2001 From: Rohit Myali Date: Tue, 15 Oct 2024 08:50:47 +0000 Subject: [PATCH 2/2] Updated changelog v1.41.0 Signed-off-by: Rohit Myali --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11886e758..1508762ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,11 +22,11 @@ ENHANCEMENTS * **External Libraries**: Updated the external libraries terratest and go-git to their stable versions. UPDATES - -* **citrixadc_sslprofile**: The attributes `ecccurvebindings` and `cipherbindings` in `citrixadc_sslprofile` resource will be deprecated soon. Please use `citrixadc_sslprofile_ecccurve_binding` to bind `ecccurve` and `citrixadc_sslprofile_sslcipher_binding` to bind `sslcipher` to `sslprofile`. -* **citrixadc_systemuser**: The attribute `cmdpolicybinding` in `citrixadc_systemuser` resource will be deprecated soon. Please use `citrixadc_systemuser_systemcmdpolicy_binding` to bind `systemcmdpolicy` to `systemuser`. -* **citrixadc_systemgroup**: The attributes `cmdpolicybinding` and `systemusers` in `citrixadc_systemgroup` resource will be deprecated soon. Please use `citrixadc_systemgroup_systemcmdpolicy_binding` to bind `systemcmdpolicy` and `citrixadc_systemgroup_systemuser_binding` to bind `systemuser` to `systemgroup`. -* **citrixadc_sslcipher**: The attribute `ciphersuitebinding` in `citrixadc_sslcipher` resource will be deprecated soon. Please use `citrixadc_sslcipher_sslciphersuite_binding` to bind `sslciphersuite` to `sslcipher`. +* **DEPRECATED SOON** + * **citrixadc_sslprofile**: The attributes `ecccurvebindings` and `cipherbindings` in `citrixadc_sslprofile` resource will be deprecated soon. Please use `citrixadc_sslprofile_ecccurve_binding` to bind `ecccurve` and `citrixadc_sslprofile_sslcipher_binding` to bind `sslcipher` to `sslprofile`. + * **citrixadc_systemuser**: The attribute `cmdpolicybinding` in `citrixadc_systemuser` resource will be deprecated soon. Please use `citrixadc_systemuser_systemcmdpolicy_binding` to bind `systemcmdpolicy` to `systemuser`. + * **citrixadc_systemgroup**: The attributes `cmdpolicybinding` and `systemusers` in `citrixadc_systemgroup` resource will be deprecated soon. Please use `citrixadc_systemgroup_systemcmdpolicy_binding` to bind `systemcmdpolicy` and `citrixadc_systemgroup_systemuser_binding` to bind `systemuser` to `systemgroup`. + * **citrixadc_sslcipher**: The attribute `ciphersuitebinding` in `citrixadc_sslcipher` resource will be deprecated soon. Please use `citrixadc_sslcipher_sslciphersuite_binding` to bind `sslciphersuite` to `sslcipher`. [#1165]: https://github.com/citrix/terraform-provider-citrixadc/issues/1165