Releases: appgate/terraform-provider-appgatesdp
Releases · appgate/terraform-provider-appgatesdp
v1.6.0
What's Changed
- Update README.md by @mandopaloooza in #361
- V21 API update by @kajes in #363
- Bump golang.org/x/net from 0.20.0 to 0.24.0 by @dependabot in #358
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #356
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #350
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.34.0 by @dependabot in #364
- Update goreleaser config for gorelaser 2.x by @mandopaloooza in #369
Full Changelog: v1.5.5...v1.6.0
v1.5.5
What's Changed
- Add multiple actions example for entitlement by @mandopaloooza in #349
- Support for API V20 by @kajes in #357
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #346
- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #344
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 by @dependabot in #343
- Bump golang.org/x/net from 0.18.0 to 0.20.0 by @dependabot in #347
- Add support to suspend gateway by @mandopaloooza in #348
Full Changelog: v1.5.3...v1.5.4
v1.5.3
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
Changelog
New features
New resources introduced
appgatesdp_device_policy
What's Changed
- Support Stop Policy by @mandopaloooza in #326
Full Changelog: v1.5.1...v1.5.2
v1.5.1
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
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
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
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
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
- Bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1 by @dependabot in #302
- Bump golang.org/x/net from 0.8.0 to 0.9.0 by @dependabot in #303
BUG FIXES
- read local user, handle 404 by @danijeel in #307 #301
- Set only netmask if address is set. by @danijeel in #305 #304
- Admin role state inconsistency by @danijeel in #306
Full Changelog: v1.2.0...v1.3.0