Skip to content
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

Merged
merged 2 commits into from
Jun 14, 2023
Merged

Add changelog for v0.49.0 #641

merged 2 commits into from
Jun 14, 2023

Conversation

sergiught
Copy link
Contributor

🔧 Changes

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@codecov-commenter
Copy link

Codecov Report

Merging #641 (627fff1) into main (7be6716) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #641   +/-   ##
=======================================
  Coverage   86.81%   86.81%           
=======================================
  Files          80       80           
  Lines       12291    12291           
=======================================
  Hits        10671    10671           
  Misses       1234     1234           
  Partials      386      386           

@sergiught sergiught force-pushed the changelog_v0.49.0 branch from 627fff1 to 9db2566 Compare June 14, 2023 18:45
@sergiught sergiught marked this pull request as ready for review June 14, 2023 18:45
@sergiught sergiught requested a review from a team as a code owner June 14, 2023 18:45
CHANGELOG.md Outdated
Comment on lines 18 to 19
- `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))
Copy link
Contributor

Choose a reason for hiding this comment

The 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))
- `resource/auth0_user_permissions`: Incorrect diff'ing when updating permissions ([#630](https://github.com/auth0/terraform-provider-auth0/pull/630))
- `resource/auth0_role_permissions`: Incorrect diff'ing when updating permissions ([#632](https://github.com/auth0/terraform-provider-auth0/pull/632))

CHANGELOG.md Outdated
- `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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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))
- `resource/auth0_trigger_actions`: Add new resource to manage a 1:many relationship between a trigger binding and actions ([#613](https://github.com/auth0/terraform-provider-auth0/pull/613))

CHANGELOG.md Outdated

NOTES:

- The documentation warnings for mutually exclusive resources have been improved ([#626](https://github.com/auth0/terraform-provider-auth0/pull/626))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- The documentation warnings for mutually exclusive resources have been improved ([#626](https://github.com/auth0/terraform-provider-auth0/pull/626))

Documentation updates probably not appropriate for changelog IMO.

CHANGELOG.md Outdated

BUG FIXES:

- `resource/auth0_client_credentials`: Fix import issue ([#608](https://github.com/auth0/terraform-provider-auth0/pull/608))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `resource/auth0_client_credentials`: Fix import issue ([#608](https://github.com/auth0/terraform-provider-auth0/pull/608))
- `resource/auth0_client_credentials`: Correctly set ID when importing ([#608](https://github.com/auth0/terraform-provider-auth0/pull/608))

CHANGELOG.md Outdated
BUG FIXES:

- `resource/auth0_client_credentials`: Fix import issue ([#608](https://github.com/auth0/terraform-provider-auth0/pull/608))
- `resource/auth0_connection`: Fix `set_user_root_attributes` attribute for enterprise connections ([#619](https://github.com/auth0/terraform-provider-auth0/pull/619))
Copy link
Contributor

Choose a reason for hiding this comment

The 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))
- `resource/auth0_connection`: More consistent `set_user_root_attributes` behavior for enterprise connections ([#619](https://github.com/auth0/terraform-provider-auth0/pull/619))

CHANGELOG.md Outdated
Comment on lines 5 to 11
- `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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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))
- `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 an 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 an 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 an 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 an 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 a trigger 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 a trigger and actions ([#613](https://github.com/auth0/terraform-provider-auth0/pull/613))

CHANGELOG.md Outdated

- `resource/auth0_client_credentials`: Fix import issue ([#608](https://github.com/auth0/terraform-provider-auth0/pull/608))
- `resource/auth0_connection`: Fix `set_user_root_attributes` attribute for enterprise connections ([#619](https://github.com/auth0/terraform-provider-auth0/pull/619))
- `resource/auth0_user_role`: Fix import issue ([#629](https://github.com/auth0/terraform-provider-auth0/pull/629))
Copy link
Contributor

Choose a reason for hiding this comment

The 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))
- `resource/auth0_user_role`: Enable importing of resource ([#629](https://github.com/auth0/terraform-provider-auth0/pull/629))

@sergiught sergiught force-pushed the changelog_v0.49.0 branch from e393e9b to 7fcc45b Compare June 14, 2023 19:07
@sergiught sergiught force-pushed the changelog_v0.49.0 branch from 7fcc45b to fc63dfe Compare June 14, 2023 19:08
@sergiught sergiught merged commit 3a0c081 into main Jun 14, 2023
@sergiught sergiught deleted the changelog_v0.49.0 branch June 14, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants