Skip to content

Releases: auth0/terraform-provider-auth0

v0.42.0

05 Jan 09:49
2d3b26a
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_connection_client, resource/auth0_organization_connection, resource/auth0_organization_member:
    Fixed concurrency issue (#425)

BREAKING CHANGES:

  • resource/auth0_guardian: Redesigned how mfa types get enabled (#423)
    • It is now necessary to explicitly set the enabled attribute on all mfa types. Please check the auth0_guardian docs for more info.

v0.41.0

20 Dec 16:14
33f3c12
Compare
Choose a tag to compare

BREAKING CHANGES:

  • resource/auth0_connection: Removed enabled_clients field (#421)
    • It is necessary to migrate all enabled_clients on the auth0_connection resource to the auth0_connection_client resource.

v0.40.1

14 Dec 18:21
f48f09f
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_log_stream: Added support for Mixpanel log streams (#408)

BUG FIXES:

  • resource/auth0_guardian: Added provider to push mfa to fix sns settings not getting propagated (#415)
  • Prevent panic on null values when iterating over map elements (#413)

v0.40.0

07 Nov 15:23
32d7341
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection_client: Added new resource to manage enabled clients on a connection (#379)
  • resource/auth0_connection: Added support for okta connection type (#395)
  • resource/auth0_email: Added settings field (#394)

ENHANCEMENTS:

  • resource/auth0_connection: Added documentation for connection options for all strategy types (#383)
  • resource/auth0_client: Relaxed validation rules on initiate_login_uri to match API (#389)
  • resource/auth0_email: Update email provider if already existing when creating it (#377)
  • resource/auth0_email: Added validation to all attributes (#391)

NOTES:

  • resource/auth0_email: Deprecated api_user field (#392)

v0.39.0

19 Oct 16:20
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_client: Added addons.samlp.issuer (#334)
  • resource/auth0_client: Added client_aliases (#367)
  • resource/auth0_custom_domain: Added custom_client_ip_header and tls_policy (#335)

BUG FIXES:

  • resource/auth0_branding: Ignored 404 error when fetching universal login content (#359)
  • resource/auth0_branding_theme: Improved precision of fields with float64 instead of int (#369)
  • resource/auth0_resource_server: Fixed managing auth0 management api (#374)
  • resource/auth0_client: Fixed update behavior of client_metadata (#362)
  • resource/auth0_connection: Added validation on identity_api for waad connections (#361)

NOTES:

  • resource/auth0_resource_server: Improved RBAC docs (#371)
  • resource/auth0_action: Added guide on how to retrieve available action triggers (#370)
  • resource/auth0_prompt_custom_text: Escaped dollar sign references in docs (#366)

v0.38.0

10 Oct 17:24
Compare
Choose a tag to compare

This release focuses primarily on setting fields to empty values consistently across all resources.
For an in depth explanation please check: #14

BUG FIXES:

  • Allowed setting fields to empty consistently across all resources (#354)
  • Correctly destroy resources by setting the ID to blank (#354)
  • Stop ignoring non 404 errors when deleting resources (#354)
  • resource/auth0_prompt: Set universal_login_experience and webauthn_platform_first_factor to Computed (#354)
  • resource/auth0_resource_server: Set skip_consent_for_verifiable_first_party_clients and enforce_policies to Computed (#354)
  • resource/auth0_rule: Set enabled to Computed (#354)

BREAKING CHANGES:

  • resource/auth0_organization: Removed deprecated connections field (#354)
    • Please migrate all managed connections through the auth0_organization resource to the auth0_organization_connection resource.

NOTES:

  • resource/auth0_resource_server: Changed identifier from Optional to Required (#354)

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