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 1.7.0 #1044

Merged
merged 7 commits into from
Oct 9, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v1.7.0

FEATURES:

- `resource/auth0_encryption_key_manager`: Add new resource for re-keying of tenant master key ([#1031](https://github.com/auth0/terraform-provider-auth0/pull/1031/))
- `resource/auth0_organization_client_grant`: Add new resource for managing association of client-grant and organization ([#1031](https://github.com/auth0/terraform-provider-auth0/pull/1031/))
duedares-rvj marked this conversation as resolved.
Show resolved Hide resolved
- `resource/auth0_form`: Add new resource for managing Forms. ([#1039](https://github.com/auth0/terraform-provider-auth0/pull/1039/))
- `resource/auth0_flow`: Add new resource for managing Flows. ([#1039](https://github.com/auth0/terraform-provider-auth0/pull/1039/))
- `resource/auth0_flow_vault_connection`: Add new resource for managing Flow Vault Connection. ([#1039](https://github.com/auth0/terraform-provider-auth0/pull/1039/))
- `data-source/auth0_form`: Add a data-source for retrieving Form. ([#1039](https://github.com/auth0/terraform-provider-auth0/pull/1039/))
- `data-source/auth0_flow`: Add a data-source for retrieving Flow. ([#1039](https://github.com/auth0/terraform-provider-auth0/pull/1039/))
- `data-source/auth0_flow_vault_connection`: Add a data-source for retrieving Flow Vault Connection. ([#1039](https://github.com/auth0/terraform-provider-auth0/pull/1039/))

ENHANCEMENTS:

- `resource/auth0_connection`: Add support for `strategy_version` to be configurable ([#1024](https://github.com/auth0/terraform-provider-auth0/pull/1024/))
- `resource/auth0_connection`: Add support for `user_id_attribute` in options attribute for AzureAD connections ([#1028](https://github.com/auth0/terraform-provider-auth0/pull/1028/))
- `data-source/auth0_organization`: Add support to fetch list of associated client grants ([#1027](https://github.com/auth0/terraform-provider-auth0/pull/1027/))
- `resource/auth0_encryption_key_manager`: Add support for `customer_provided_root_key` for BYOK ([#1041](https://github.com/auth0/terraform-provider-auth0/pull/1041/))
developerkunal marked this conversation as resolved.
Show resolved Hide resolved
- `resource/auth0_tenant`: Add support for `acr_values_supported`, `pushed_authorization_requests_supported` and `remove_alg_from_jwks` configuration ([#1015](https://github.com/auth0/terraform-provider-auth0/pull/1015/))
- `resource/auth0_client_credentials`: Add support for setting `signed_request_object`, `tls_client_auth` and `self_signed_tls_client_auth` ([#1015](https://github.com/auth0/terraform-provider-auth0/pull/1015/))
- `resource/auth0_client`: Add support for setting `compliance_level` and `require_proof_of_possession` ([#1015](https://github.com/auth0/terraform-provider-auth0/pull/1015/))
- `resource/auth0_resource_server`: Add support for setting `consent_policy`, `authorization_details`, `token_encryption` and `proof_of_possession` ([#1015](https://github.com/auth0/terraform-provider-auth0/pull/1015/))
- `data-source/auth0_client`: Add support to retrieve `signed_request_object`, `tls_client_auth`, `compliance_level` and `require_proof_of_possession` ([#1015](https://github.com/auth0/terraform-provider-auth0/pull/1015/))

BUG FIXES:

- `resource/auth0_prompt_screen_partial`: Ensure removal of insertion points ([#1043](https://github.com/auth0/terraform-provider-auth0/pull/1043/))


## v1.6.1

BUG FIXES:
Expand Down
Loading