This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Releases: alexkappa/terraform-provider-auth0
Releases · alexkappa/terraform-provider-auth0
v0.12.0
v0.11.0
v0.10.3
v0.10.2
BUG FIXES:
- resource/auth0_user: fix issue causing an
Error: unexpected end of JSON input.
v0.10.1
BUG FIXES:
- resource/auth0_connection: migrate state for
strategy_versioncausing anError: a number is requirederror.
FEATURES:
- resource/auth0_connection: support for the
appleconnection strategy (#216). - resource/auth0_connection: support for the
facebookconnection strategy (#221). - resource/auth0_connection: support for the
linkedinconnection strategy (#222). - resource/auth0_connection: support for the
oidcconnection strategy (#215)
v0.8.2
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
v0.8.0
FEATURES:
- resource/auth0_connection: support for the passwordless
emailconnection 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
FEATURES:
- resource/auth0_connection: support for the passwordless
emailconnection 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
FEATURES:
- resource/connection: support for the passwordless
emailconnection 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)