From bd1b93b85e59926abb76670c6df3bf984833d558 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Tue, 8 Oct 2024 16:30:10 +0530 Subject: [PATCH 1/6] Added changelog for 1.7.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a391aa..80d5a151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 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/)) +- `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/)) + +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: From 22a2155615ce3313adc7f32f38fff783d84e21cf Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Wed, 9 Oct 2024 11:30:25 +0530 Subject: [PATCH 2/6] Added further changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d5a151..149a769b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ 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/)) +- `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: From 268eaf3323eae60572a033d75a9ded44a4ad1d1b Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Wed, 9 Oct 2024 12:22:36 +0530 Subject: [PATCH 3/6] removed . --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149a769b..fa9cf335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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/)) -- `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/)) +- `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: From f30d4b73db8244a2433831c9aaf5c61ca73a2b45 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Wed, 9 Oct 2024 12:23:43 +0530 Subject: [PATCH 4/6] Update CHANGELOG.md Co-authored-by: KunalOfficial <35455566+developerkunal@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149a769b..b0b57a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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/)) +- `resource/auth0_organization_client_grant`: Add new resource for managing association of client-grant and organization ([#1027](https://github.com/auth0/terraform-provider-auth0/pull/1027/)) - `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/)) From 3e61f9e089bc3b6584e09d806ab728245516177f Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Wed, 9 Oct 2024 12:26:33 +0530 Subject: [PATCH 5/6] removed . --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b57a87..70ecaff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ 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 ([#1027](https://github.com/auth0/terraform-provider-auth0/pull/1027/)) -- `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/)) +- `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: From e93421fd0fef60c4068a172edb48c1fca9f27b1e Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Wed, 9 Oct 2024 14:09:30 +0530 Subject: [PATCH 6/6] minor refactor --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ecaff2..032072ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 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_encryption_key_manager`: Add support for `customer_provided_root_key` for BYOK ([#1041](https://github.com/auth0/terraform-provider-auth0/pull/1041/)) - `resource/auth0_organization_client_grant`: Add new resource for managing association of client-grant and organization ([#1027](https://github.com/auth0/terraform-provider-auth0/pull/1027/)) - `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/)) @@ -16,7 +17,6 @@ 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/)) - `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/))