Releases: citrix/terraform-provider-citrixadc
v0.12.19
v0.12.18
v0.12.17
Important
This release introduces a backwards incompatible change to the resources citrixadc_lbvserver
and citrixadc_csvserver
.
Specifically the attribute ciphers
will be ignored for standalone deployments of Citrix ADC.
Whatever ciphers and ciphersuites were defined in this list should now be present in the newly introduced attribute ciphersuites
.
For Cluster deployments of Citrix ADC both attributes ( ciphers
and cihpersuites
) are used.
This is due to the Cluster Citrix ADC architecture differing from the standalone deployment.
In order for the provider to work correctly in both cases and to avoid unnecessary complexity in the provider's source code, this incompatible change was introduced.
Changelog
1e4f80b Merge pull request #90 from citrix/cluster_nitro_fix
4c74dc6 Update go-nitro to latest
0cf939d Add utilities
1c664d1 Fix cipher bindings in csvserver
21ba9f7 Add test helpers for cluster
22bc7e3 Update sslvserver utils
ebd7090 Fix ciphers bindings in lbvserver
52cbaa0 Fix rewrite policy for cluster
817815a Fix responder policy lb and cs vserver bindings
1efa226 Fix responder globalbinding for cluster
a88fac6 Merge pull request #89 from citrix/route
3b6a60e support added for citrixadc_route resource
ca3d7f7 Merge pull request #88 from citrix/ssldhparam
fa1ad7b ssldhparam support added
v0.12.16
Changelog
c25d6d0 Merge pull request #87 from citrix/aln-sslact-sslpol-nshttpprof
b0c049a skipping sslaction and sslpolicy acceptance tests
6bbda28 nshttpprofile resource support added
47446f3 sslpolicy resource support added
103da53 sslaction resource support added
f5fc1b6 alpnprotocol attribute for sslprofile resource is added
v0.12.15
v0.12.14
v0.12.13
Changelog
01e69cd Merge pull request #83 from citrix/cluster_feature
44dd427 Add resouce clusterfiles_syncer with example
a70d345 Add resource cluster with example
ea0edbe Merge pull request #82 from citrix/sslprofile
622889b implemented sslprofile, sslprofile_ecccurve_binding, sslprofile_cipher_binding with examples