Skip to content

Releases: auth0/terraform-provider-auth0

v0.37.1

19 Sep 17:18
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Fix how we expand addons.samlp (#322)

NOTES:

  • resource/auth0_client: Improve description of app_type attribute (#325)

v0.37.0

30 Aug 21:00
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Prevented erasing options.configuration by mistake (#307)

BUG FIXES:

  • resource/auth0_organization_connection: Fixed issue with importing (#301)
  • resource/auth0_organization_member: Fixed issue with importing (#302)
  • resource/auth0_connection: Added missing field set_user_root_attributes to the auth0 connection (#303)
  • data-source/auth0_client: Fixed search by name through all available clients (#306)
  • resource/auth0_email: Refactored and removed ForceNew on secret fields (#304)

NOTES:

  • resource/auth0_prompt: Refactored and added additional test cases (#305)
  • Upgraded test recordings to go-vcr v3 (#309)
  • Removed unnecessary MapData struct from resource data helpers (#310)

v0.36.0

24 Aug 14:34
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_branding_theme: Add new resource to manage branding themes (#292)
  • provider: Add ability to pass a custom audience when using client credentials flow (#295)

NOTES:

  • auth0_action: Improve supported_triggers.version description (#287)
  • auth0_connection: Improve options.scopes description (#297)

v0.35.0

11 Aug 15:47
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_action: Throw error when encountering untracked action secrets (#248)

NOTES:

  • Reorganized project layout (#262)
  • Updated documentation and examples

v0.34.0

22 Jul 15:30
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_prompt: Added webauthn_platform_first_factor field (#237)
  • resource/auth0_connection: Added auth_params for passwordless email connections (#235, #240, #241)
  • resource/auth0_connection: Added support for multiple OAuth2 compatible strategies (#239)
  • resource/auth0_organization_member: Added new resource to manage organization members and their roles (#256)
  • resource/auth0_organization_connection: Added new resource to manage organization connections (#253)

BUG FIXES:

  • resource/auth0_organization: Fixed issue with not being able to update connections (#244)
  • resource/auth0_organization: Fixed issue with metadata field not getting set to empty (#245, #254)
  • resource/auth0_action: Fix issue with not being able to update dependencies (#247)
  • resource/auth0_user: Fix infinite plan on user_metadata (#249, #250)

v0.33.0

12 Jul 21:31
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_guardian: Added webauthn MFA (#213)
  • resource/auth0_guardian: Added duo MFA (#214)
  • resource/auth0_guardian: Added push (Amazon SNS, custom app) MFA (#215)
  • resource/auth0_guardian: Added recovery code (#216)
  • resource/auth0_tenant: Added session_cookie field (#220)
  • resource/auth0_client: Added sso_integration as valid app type (#221)
  • resource/auth0_email_template: Added include_email_in_redirect field (#229)
  • resource/auth0_connection: Added upstream_params field (#223)

v0.32.0

06 Jul 16:16
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Added disable_sign_out field to samlp connections (#204)
  • resource/auth0_connection: Added metadata_xml and metadata_url to connection schema (#204)
  • resource/auth0_connection: Added signing_key to samlp connections (#210)
  • resource/auth0_connection: Adding pkce_enabled field to Oauth2 connection options (#212)
  • resource/auth0_tenant: Added several missing tenant flags (#208)

BREAKING CHANGES:

  • resource/auth0_connection: Removed deprecated options.app_domain in connection resource (#202)
  • resource/auth0_connection: Changed options.fields_map from Map to String (#207)
    • Please make sure to do a terraform state rm auth0_connection.<resource name> && terraform import auth0_connection.<resource name> <connID> in order to prevent issues due to the breaking change after upgrading to this version.

v0.31.0

22 Jun 17:12
e2a6e10
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_hook: Add warnings for untracked hook secrets (#189)
  • resource/auth0_log_stream: Add datadog_region validation (#192)
  • resource/auth0_connection: Add computed to password* fields in connection resource (#191)
  • resource/auth0_connection: Adding icon_url to OAuth2 connection types (#196)

BUG FIXES:

  • resource/auth0_connection: Fix crash with domain_aliases for ADFS (#172)
  • resource/auth0_connection: Fix subsequent updates to partial refresh_token object (#187)
  • resource/auth0_tenant: Setting session lifetime values as non-computed (#193)
  • resource/auth0_user: Preserve user ID casing in state (#197)
  • resource/auth0_guardian: Fix phone options issue#159 and refactor guardian resource implementation (#195)

NOTES:

  • Correct docs example typo binding_method to protocol_binding (#179)
  • Enabled http recordings with go-vcr to be used within tests for more reliable testing
  • Adding documentation for passwordless email connection (#179)
  • Adding GitHub connection scopes documentation (#199)

v0.30.3

31 May 10:16
b466c01
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Added support for connection metadata field (#158)

v0.30.2

25 Apr 14:12
9bb4847
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_tenant: Fixed auth0 tenant flags so it only sends set values (#144)
  • resource/auth0_connection: Fixed missing options when importing a connection object (#142)

NOTES:

  • resource/auth0_custom_domain: Removed deprecated verification_method from custom domain resource (#143)