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

07 Jul 12:30
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: support for the saml connection strategy (#244).

v0.11.0

04 Jun 15:01
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_connection: inconsistent state after applying changes to options (#237).
  • resource/auth0_client_grant: force a new resource if audience or client_id has changed (#239, #186).

v0.10.3

04 Jun 15:02
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_hook: allow creating hooks with the send-phone-message trigger (#240).

v0.10.2

19 May 12:28
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_user: fix issue causing an Error: unexpected end of JSON input.

v0.10.1

13 May 11:35
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_connection: migrate state for strategy_version causing an Error: a number is required error.

FEATURES:

  • resource/auth0_connection: support for the apple connection strategy (#216).
  • resource/auth0_connection: support for the facebook connection strategy (#221).
  • resource/auth0_connection: support for the linkedin connection strategy (#222).
  • resource/auth0_connection: support for the oidc connection strategy (#215)

v0.8.2

08 Apr 07:08
Compare
Choose a tag to compare

Changelog

89ed496 use -mod=vendor flag and prefix for code coverage
d94fd80 re-enable GO111MODULE in travis
41fc0be update changelog
e98891c Merge branch 'miki2826-master'
b8f6f1e add test case and log when unsupported connection strategy
fe38d2b fixes #191
bcb094a Cleanup after v0.8.1 release
1f5d250 v0.8.1

v0.8.1

27 Mar 08:11
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: support for the github connection strategy (#184).

v0.8.0

24 Mar 11:47
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: support for the passwordless email connection strategy.

ENHANCEMENTS:

  • resource/auth0_connection: now using the more powerful connection options from gopkg.in/auth0.v4.

BUG FIXES:

  • resource/auth0_tenant, resource/auth0_connection: issues setting boolean attributes within nested blocks should now be resolved (#163, #160)

NOTES:

  • Upgrade to gopkg.in/auth0.v4 (v4.0.0)

v0.7.0

24 Mar 11:47
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: support for the passwordless email connection strategy.

ENHANCEMENTS:

  • resource/auth0_connection: now using the more powerful connection options from gopkg.in/auth0.v4.

BUG FIXES:

  • resource/auth0_tenant, resource/auth0_connection: issues setting boolean attributes within nested blocks should now be resolved (#163, #160)

NOTES:

  • Upgrade to gopkg.in/auth0.v4 (v4.0.0)

0.7.0

21 Mar 10:25
Compare
Choose a tag to compare

FEATURES:

  • resource/connection: support for the passwordless email connection strategy.

ENHANCEMENTS:

  • resource/connection: now using the more powerful connection options from gopkg.in/auth0.v4.

BUG FIXES:

  • resource/tenant, resource/connection: issues setting boolean attributes within nested blocks should now be resolved (#163, #160)

NOTES:

  • Upgrade to gopkg.in/auth0.v4 (v4.0.0)