Skip to content

Commit

Permalink
Merge pull request #1024 from citrix/changelogv1.33.0
Browse files Browse the repository at this point in the history
Updated changelog v1.33.0
  • Loading branch information
sumanth-lingappa authored Apr 13, 2023
2 parents 111c53c + 6fce7ca commit 6ec0d34
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 1.33.0 (April 03, 2023)

FEATURES

* **New Resource** snmptrap_snmpuser_binding

BUG FIXES

* **citrixadc_authenticationldapaction**: Updated the read function to not to set `ldapbinddnpassword` attribute from the NetScaler.
* **citrixadc_dnsnameserver**: Updated the delete function and updated computed as true for some of the attributes.
* **citrixadc_lbmonitor**: Updated the read function to not to set some attributes that are received as Hash value from NetScaler.
* **citrixadc_lbvserver**: Updated the resource struct to set omitempty for `timeout` attribute and made computed as true for `sslprofile` attribute.
* **citrixadc_sslprofile_sslcipher_binding**: Updated the schema to make the `cipherpriority` as the optional attribute.
* **citrixadc_sslprofile**: Updated the schema to make the `ecccurvebindings` as the optional attribute.
* **citrixadc_vpnvserver_vpnsessionpolicy_binding**: Updated the read function to not to set some attributes that are not received from NetScaler.
* **citrixadc_snmptrap**: Updated id of resource, it is now the concatenation of `trapclass`, `trapdestination` and `version` attributes seperated by comma. User can now add more snmptrap with different different combination of these value.

ENHANCEMENTS

* **citrixadc_appfwpolicy**: Suppored Import to the resource.
* **citrixadc_appfwprofile**: Suppored Import to the resource.
* **citrixadc_lbvserver_appfwpolicy_binding**: Suppored Import to the resource.

## 1.32.0 (Feb 16, 2023)

FEATURES
Expand Down

0 comments on commit 6ec0d34

Please sign in to comment.