Skip to content

Releases: appgate/terraform-provider-appgatesdp

v1.6.0

06 Dec 19:00
v1.6.0
8f5b198
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.6.0

v1.5.5

25 Apr 12:23
0c0b82c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

12 Jan 08:12
35d5cf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

28 Nov 15:45
ab138c2
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.29.0 by @dependabot in #331
  • Bump golang.org/x/net from 0.10.0 to 0.15.0 by @dependabot in #330
  • Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #327
  • Bump github.com/appgate/sdp-api-client-go from 1.2.0 to 1.2.1 by @dependabot in #323
  • Fix documentation for appgatesdp_site by @mandopaloooza in #332
  • API port changed from 444 to 8443 by @aaronpalermo in #335
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.30.0 by @dependabot in #339
  • Bump golang.org/x/net from 0.15.0 to 0.18.0 by @dependabot in #338
  • Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #337
  • Fix error on "nameResolution.dnsForwarding.siteIpv4/siteIpv6 is not a valid IP address." by @mandopaloooza in #340
  • Revert "site.name_resolution.dns_forwarding requires at least site_ipv4 or site_ipv6" by @mandopaloooza in #341

Full Changelog: v1.5.2...v1.5.3

v1.5.2

22 Aug 09:46
v1.5.2
4421c60
Compare
Choose a tag to compare

Changelog

New features

New resources introduced

  • appgatesdp_device_policy

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Aug 15:25
v1.5.1
4482c5a
Compare
Choose a tag to compare

Bug Fixes

  • Resource appgatesdp_appliance was throwing Unrecognized field "prometheusExporter.basicAuth" when running against 6.0 and 6.1 #325

Full Changelog: v1.5.0...v1.5.1

v1.5.0

14 Jul 13:07
v1.5.0
26a52c6
Compare
Choose a tag to compare

Changelog

New features

Support Appgate SDP v6.2.x (API v19)

Highlights

  • Add support FalconLogScale and AzureMonitor for LogForwarder
  • Add support for configuring MetricsAggregator in appgatesdp_appliance
  • Add support for OIDC Identity Provider
  • Add new v19 fields to existing appgatesdp_ resources

New resource and fields

  • appgatesdp_appliance
    • client_interface.local_hostname
    • prometheus_exporter.use_https
    • prometheus_exporter.allow_sources
    • prometheus_exporter.basic_auth
    • prometheus_exporter.allowed_users
    • gateway.vpn.local_weight
    • log_forwarder.azure_monitor
    • log_forwarder.falcon_log_scale
    • metrics_aggregator
  • appgatesdp_access_policy
    • override_nearest_site
    • apply_fallback_site
  • appgatesdp_device_policy
    • new_user_onboarding
  • appgatesdp_oidc_identity_provider
  • appgatesdp_ldap_identity_provider.user_filter
  • appgatesdp_site
    • name_resolution.illumio_resolver.org_id
  • appgatesdp_globalsettings
    • registered_device_expiration_days

Full Changelog: v1.4.1...v1.5.0

v1.4.1

13 Jun 13:54
e1d50ce
Compare
Choose a tag to compare

Changelog

ENHANCEMENTS

  • User can provide login_timeout in the Provider schema to configure a custom timeout for controller health check

BUG FIXES

  • Increase login timeout to 10 minutes for controller health check #314

Full Changelog: v1.3.0...v1.4.0

v1.4.0

11 May 12:34
v1.4.0
3b87d2d
Compare
Choose a tag to compare

Changelog

New features

New resources introduced

  • appgatesdp_device_policy
  • appgatesdp_dns_policy
  • appgatesdp_access_policy
  • appgatesdp_admin_policy

these policy resources derives from appgatesdp_policy but only includes relevant attributes for each Type. Based on discourse in #297 (comment)

ENHANCEMENTS

  • Updated acceptance test constraint in considation for 6.2

BUG FIXES

  • Removing the last entitlement id or entitlement tag from a policy does not work #308

Full Changelog: v1.3.0...v1.4.0

v1.3.0

03 May 12:23
v1.3.0
2dac924
Compare
Choose a tag to compare

Changelog

New features

v1.3.0 may have breaking changes for appgatesdp_administrative_role if the resource has been misused. The validation has been improved
with the scope {} attribute usage.

ENHANCEMENTS

BUG FIXES

Full Changelog: v1.2.0...v1.3.0