This repository has been 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_version
causing anError: 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
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
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
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
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
)