-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add changelog for v0.49.0 #641
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,30 @@ | ||||||||||||||||||||||||||||||
## 0.49.0 | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
FEATURES: | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
- `data-source/auth0_organization`: Add members ([#615](https://github.com/auth0/terraform-provider-auth0/pull/615)) | ||||||||||||||||||||||||||||||
- `resource/auth0_organization_connections`: Add new resource to manage a 1:many relationship between the organization and its enabled connections ([#610](https://github.com/auth0/terraform-provider-auth0/pull/610)) | ||||||||||||||||||||||||||||||
- `resource/auth0_organization_members`: Add new resource to manage a 1:many relationship between the organization and its members ([#614](https://github.com/auth0/terraform-provider-auth0/pull/614)) | ||||||||||||||||||||||||||||||
- `resource/auth0_organization_member_role`: Add new resource to manage a 1:1 relationship between the organization member and its roles ([#622](https://github.com/auth0/terraform-provider-auth0/pull/622)) | ||||||||||||||||||||||||||||||
- `resource/auth0_organization_member_roles`: Add new resource to manage a 1:many relationship between the organization member and its roles ([#617](https://github.com/auth0/terraform-provider-auth0/pull/617)) | ||||||||||||||||||||||||||||||
- `resource/auth0_trigger_action`: Add new resource to manage a 1:1 relationship between the trigger binding and an action ([#612](https://github.com/auth0/terraform-provider-auth0/pull/612), [#621](https://github.com/auth0/terraform-provider-auth0/pull/621)) | ||||||||||||||||||||||||||||||
- `resource/auth0_trigger_actions`: Add new resource to manage a 1:many relationship between the trigger binding and multiple actions ([#613](https://github.com/auth0/terraform-provider-auth0/pull/613)) | ||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
BUG FIXES: | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
- `resource/auth0_client_credentials`: Fix import issue ([#608](https://github.com/auth0/terraform-provider-auth0/pull/608)) | ||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||
- `resource/auth0_connection`: Fix `set_user_root_attributes` attribute for enterprise connections ([#619](https://github.com/auth0/terraform-provider-auth0/pull/619)) | ||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||
- `resource/auth0_user_role`: Fix import issue ([#629](https://github.com/auth0/terraform-provider-auth0/pull/629)) | ||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||
- `resource/auth0_user_permissions`: Fix updating permissions ([#630](https://github.com/auth0/terraform-provider-auth0/pull/630)) | ||||||||||||||||||||||||||||||
- `resource/auth0_role_permissions`: Fix updating permissions ([#632](https://github.com/auth0/terraform-provider-auth0/pull/632)) | ||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||
- `resource/auth0_trigger_action`: Fix delete logic ([#639](https://github.com/auth0/terraform-provider-auth0/pull/639)) | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
NOTES: | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
- The documentation warnings for mutually exclusive resources have been improved ([#626](https://github.com/auth0/terraform-provider-auth0/pull/626)) | ||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Documentation updates probably not appropriate for changelog IMO. |
||||||||||||||||||||||||||||||
- :warning: Check our [migration guide](https://github.com/auth0/terraform-provider-auth0/blob/main/MIGRATION_GUIDE.md) | ||||||||||||||||||||||||||||||
to navigate the deprecations that were added in this release. | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
## 0.48.0 | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
FEATURES: | ||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.