Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Releases: alexkappa/terraform-provider-auth0

v0.23.0

05 Nov 15:38
Compare
Choose a tag to compare

ENHANCEMENTS:

  • New Resource: auth0_action (#464)

v0.22.0

02 Nov 14:21
1cbd0ef
Compare
Choose a tag to compare

ENHANCEMENTS:

  • New Resource: auth0_organization (#458)

v0.21.1

27 Oct 08:53
Compare
Choose a tag to compare
  • resource/auth0_client: Documentation removal of custom_login_page_preview field #386
  • resource/auth0_client: Add organization_usage and organization_require_behavior parameters to auth0_client resource. (#451)

NOTES:

  • Bumped go-auth0 version to v5.17.0 #398
  • Build darwin/arm64 binaries for Mac M1 silicon (#421)

v0.21.0

25 Apr 09:50
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_branding: Add support for brand settings for Universal Login (#357)
  • resource/auth0_connection: Add display_name to the resource (#304)
  • resource/auth0_connection: Add support for non_persistent_attrs to the resource (#376)
  • resource/auth0_connection: Add support for should_trust_email_verified_connection to Azure AD connections. (#378)
  • resource/auth0_guardian: Add support for Guardian's phone (SMS/voice) based MFA. (#371)

BUG FIXES:

  • resource/auth0_client: Remove custom_login_page_preview as its an information-only field that should not be managed by Terraform (#379)
  • resource/auth0_connection: Fix connection & prompts test to use display_name and set identifier_first. (#366)
  • resource/auth0_tenant: Change to TypeList from TypeSet as first language listed is seen as the tenant default. (#369)

NOTES:

  • No longer closing stale tickets/PRs after 5 days of inactivity (#356)

v0.20.0

25 Mar 09:21
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource:auth0_connection: Add support for WindowsLive (aka Microsoft Account) strategy (#335)
  • resource:auth0_email_template: Add verify_email_by_code template to available email templates (#350)
  • resource:auth0_hook: Add support for HookSecrets within Hooks (#262)
  • resource:auth0_hook: Add dependencies array to support dependencies within hooks (#312)
  • resource:auth0_log_stream: Add support for Sumologic Log Stream type (#331)
  • resource:auth0_prompt: Add identifier_first field to prompt in order to utilize the new identifier first flow with New Universal Login (#321)

NOTES:

  • Clarified the required scope needed to get client_secret from client endpoint (#333)
  • Fixed typo in Connection Docs (#341)
  • Add Enabled_Locales to Documentation (#345)
  • Moved defauilt_redirection_url to bottom to match upstream source (#345)

v0.19.0

04 Feb 09:53
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_connection: Add set_user_root_attributes to more connections #324

v0.18.0

26 Jan 11:12
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Add support for mfa options (#313).
  • resource/auth0_client: Add support for idle_token_lifetime, infinite_idle_token_lifetime and infinite_token_lifetime to refresh_token options (#314).

v0.17.2

30 Dec 14:15
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Improve handling of mobile attributes and introduce validation.

NOTES:

  • Fixed a typo in validation.IsURLWithNoFragment() error message.

v0.17.1

28 Dec 09:15
Compare
Choose a tag to compare
new release

v0.17.0

27 Dec 12:48
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Fix handling of mobile attributes (#305).