Skip to content

Releases: citrix/terraform-provider-citrixadc

v0.11.13

30 May 13:29
8fdf5fd
Compare
Choose a tag to compare

Changelog

8fdf5fd Merge pull request #44 from citrix/sslcert_fix
ae446b0 Add ForceNew for certkey attritbute in sslcertkey resource

v0.11.12

14 May 07:53
a8754bd
Compare
Choose a tag to compare

Changelog

a8754bd Merge pull request #40 from citrix/sslcertkey_fix
33f3afe Fix handling of nodomaincheck in sslcertkey

v0.11.11

06 May 14:52
ced03e1
Compare
Choose a tag to compare

Changelog

ced03e1 Merge pull request #38 from citrix/fix_resource_server
0e6ac58 Mark server attribute name with ForceNew

v0.11.10

18 Apr 13:26
1189461
Compare
Choose a tag to compare

Changelog

1189461 Merge pull request #36 from citrix/netscaler_server
34245c7 Fix failing resource_rnat acceptance test
7c85e2c Add resource netscaler_server
38c091a Add Circle CI badge
f6f771d Merge pull request #34 from citrix/update_go_nitro
bf695e4 Update go-nitro vendor depndency to point to latest master branch
75ca7c4 Merge pull request #33 from citrix/circleci_config
e519f97 update circleci to run acceptance tests

v0.11.9

14 Mar 13:49
ff406e5
Compare
Choose a tag to compare

Changelog

ff406e5 Merge pull request #32 from citrix/update_fields
11e523e Modify Makefile to generate needed resources from templates
3cdcb26 Update resource_sslcertkey with 12.1 fields
d755df4 Update resource_servicegroup with 12.1 fields
b9a951c Update resource_service with 12.1 fields
3783eac Update resource_nsacl with 12.1 fields
9bae582 Update resource_csvserver with 12.1 fields
e6d070e Update resource_lbvserver with 12.1 fields
17a69f6 Update resource_lbmonitor with 12.1 fields
8f0e477 Update resource_inat with 12.1 fields
31d5f30 Update resource_gslbvserver with 12.1 fields
6f3c580 Update resource_gslbsite with 12.1 fields
d7885d6 Update resource_gslbservice with 12.1 fields
bbd7e80 Use tabs for template indentation
e01572d Merge pull request #31 from citrix/respcode
9993b66 Added rescode attribute for resource lbmonitor
4ec9f0e Merge pull request #25 from citrix/update_go_sdk
e1afb18 Merge pull request #30 from citrix/mas_proxied_calls
41a64a6 Add capability to do MAS proxied calls
8a99ce9 Merge pull request #29 from citrix/svc_grp_by_servername
1c3935d Added servicegroupmember_by_servername argument in servicegroup resource
ab36509 modify for CPX
f4cb24b update vendor dep for go-nitro

v0.11.8.1

06 Dec 19:37
2b695f3
Compare
Choose a tag to compare

Support for SSL profiles

Changelog

2b695f3 Merge pull request #24 from olljanat/auto-tests
82b869e Added CI test
b126976 Merge pull request #21 from olljanat/support-sslprofile-setting
ba57e70 Implemented sslprofile support
25af34c Merge pull request #22 from citrix/add_contributing
520daa1 Add contribution guidelines

v0.11.8

18 Sep 19:02
Compare
Choose a tag to compare

Changelog

8e41b99 Update to terraform v0.11.8
e741fcf Run dep ensure. Use latest go-nitro
46e0e65 Merge pull request #19 from citrix/support_gslb
6e73f33 another filetype to ignore
bdefd1a Merge pull request #18 from olljanat/corrected-links
1eb1d3a Corrected links on README

Experimental support for GSLB

24 May 16:31
Compare
Choose a tag to compare
Pre-release

Support for GSLB. Please see examples/gslb and the README for details

v0.11.7.1

17 May 20:04
Compare
Choose a tag to compare

Changelog

257898c Use goreleaser to support releases
207f9df Update README to point to examples
c21da66 Show an example using remote-exec to do one-time tasks such as network bringup
3f79624 Merge pull request #16 from citrix/support_rnat
36582ef Merge pull request #15 from citrix/support_inat
0038fe3 Merge pull request #14 from citrix/support_nsacls
a024c66 update README
6701582 Update dependencies (mainly go-nitro)
bf5e23a expand on example
fe5a3d7 ignore terraform generated files
7645227 fix crash caused by wrong indexing string
0d46a2e initial support for rnat rules
ee76ada Do not fmt check tools
47c5092 Support for inat rules
59b8203 code generated by generate_schema. FOR REFERENCE ONLY. NOT WORKING CODE. MAY BE DELETED later
25a30de latest version of generate_schema tool built using go v1.10
197f4bb Add support for nsacls. Every acl has to be a sub resource of the netscaler_nsacls resource. This way whenever there is a change or update, Terraform will know to call apply on the nsacls after all acl objects have been created/updated/deleted
041b26f ignore tools for test and fmt purposes
017c15f Update to latest vendor packages
9dd0d37 Modify tests since they require ssl certs on the device
f12cee0 initial support
5571116 checkin generated nsacl code for reference
43a2bfe Example resource for nsacl
5f307e6 destip,srcip,destport,srcport are booleans that are not echoed back on read. the API only requires them to interpret destipval etc. Therefore it is removed from the schema but implicitly added in the NITRO call to NetScaler
32efca6 destip,srcip,destport,srcport are booleans that are not echoed back on read. the API only requires them to interpret destipval etc. Therefore it is removed from the schema but implicitly added in the NITRO call to NetScaler
58a7369 support for ns acl
660d12a Document insecure_skip_verify provider configuration
d0026f0 Run dep ensure and lock terraform to v0.11.7
e3988a4 support for insecure_skip_verify
2845838 fix compile issue introduced by d1b0997

Experimental support for NMAS as NITRO API Proxy

14 Sep 19:20
Compare
Choose a tag to compare

Support for proxying via NMAS. The NetScaler Management and Analytics Server can function as an API proxy to a managed NetScaler instance.
Adds an additional field to the provider 'proxiedNS' to provide the IP of the NS managed by NMAS.
NMAS can be used to add Role-Based Access Control (RBAC) to the Terraform NetScaler provider. It will also audit the API calls made to the NetScaler.
The IP of the proxied NS can also be specified using environmental variable:
export _MPS_API_PROXY_MANAGED_INSTANCE_IP=<NS_IP>