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.3.0

11 Dec 18:24
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_email_template: Fix 404 issue when modifying templates (#144).

NOTES:

  • Upgrade to gopkg.in/auth0.v2

v0.2.3

10 Dec 13:37
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Switch to using Github Actions in favour of Wercker.

v0.2.2

19 Nov 20:14
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_role: Introduce the Role (#121)

ENHANCEMENTS:

  • resource/auth0_resource_server: Add enforce_policies attribute (#138)

NOTES:

  • Improve documentation on terraform version (#120, #137 )

v0.2.1

21 Oct 14:50
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_connection: Improved support for enabled_clients by using a set instead of a list (#105).
  • resource/auth0_connection: Add community_base_url to salesforce-community type connections (#130).
  • resource/auth0_client: Validate app_type (#112).
  • resource/auth0_user: Make password a sensitive field (#117).

BUG FIXES

  • resource/auth0_connection: Fix incorrect schema for password_no_personal_info (#107).
  • resource/auth0_user: Fix bugs in user_metadata, app_metadata and password (#131).

NOTES:

  • Improve documentation on supported features (#113).
  • Update examples after upgrade to 0.2.x (#114).
  • Update terraform and auth0 dependencies to latest release (#120).
  • Add tenant example (#125).

FEATURES:

  • resource/auth0_user: Support for nickname attribute (#108)

v0.2.0

27 Jun 08:42
Compare
Choose a tag to compare

v0.2.0 (June 27, 2019)

ENHANCEMENTS:

  • resource/auth0_user: Add support for user attribute nickname

BUG FIXES:

  • resource/auth0_connection: Fix icorrect schema of password_no_personal_info

NOTES:

  • Provider is compatible with Terraform v0.12.3

v0.1.20

17 May 08:30
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Add twillio for guardian mfa

v0.1.19

14 May 17:12
Compare
Choose a tag to compare

ENHANCEMENTS

  • resource/auth0_connection: Add adfs_server field.

v0.1.18

26 Mar 15:08
Compare
Choose a tag to compare

NOTES:

  • Extract version from changelog for release notes.

v0.1.17

26 Mar 12:54
Compare
Choose a tag to compare

v0.1.17 (March 26, 2019)

NOTES:

  • Update Travis to build on tag push.

v0.1.15

25 Mar 12:31
Compare
Choose a tag to compare

v0.1.15 (March 25, 2019)

FEATURES:

  • New Resource: auth0_tenant (#79)

ENHANCEMENTS:

  • resource/auth0_connection: enabled_clients will suppress diff if the list order is different.
  • resource/auth0_connection: set client_secret to sensitive (#91).
  • resource/auth0_resource_server: introduce token_lifetime_for_web (#84).

NOTES:

  • Re-imported Auth0 SDK from gopkg.in/auth0.v1.