Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated changelog for v1.41.0 #1218

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* **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

## 1.40.1 (Sept 17, 2024)

BUG FIXES
Expand Down