Skip to content

Commit

Permalink
Add changelog for v0.43.0 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jan 31, 2023
1 parent 642ee21 commit 01d9b9e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.43.0

BUG FIXES:

- `resource/auth0_guardian`: Allow updating message templates for `phone-message-hook` sms provider ([#444](https://github.com/auth0/terraform-provider-auth0/pull/444))
- `resource/auth0_branding`: Manage universal-login body only if custom domains are set ([#446](https://github.com/auth0/terraform-provider-auth0/pull/446))
- `resource/auth0_connection`: Set `authorization_endpoint`, `issuer`, `jws_uri`, `token_endpoint`, `user_info_endpoint` as `Computed` to prevent diff issues ([#443](https://github.com/auth0/terraform-provider-auth0/pull/443))
- `resource/auth0_user`: Only send changed fields when updating a user ([#453](https://github.com/auth0/terraform-provider-auth0/pull/453))
- `resource/auth0_*`: Relax url schema validation for `initiate_login_uri`, `apple_app_link`, `google_app_link`, `default_redirection_uri` to allow to be set to empty ([#453](https://github.com/auth0/terraform-provider-auth0/pull/453))


FEATURES:

- `resource/auth0_log_stream`: Added support for segment log stream type ([#437](https://github.com/auth0/terraform-provider-auth0/pull/437))
- `resource/auth0_action`: Added `node18` to runtime options ([#442](https://github.com/auth0/terraform-provider-auth0/pull/442))
- `resource/auth0_attack_protection`: Added support for `breached_password_detection.stage` ([#445](https://github.com/auth0/terraform-provider-auth0/pull/445))
- `resource/auth0_connection`: Added support for `enable_script_context` to db connections ([#452](https://github.com/auth0/terraform-provider-auth0/pull/452))
- `resource/auth0_connection`: Added support for `fed_metadata_xml` to adfs connections ([#458](https://github.com/auth0/terraform-provider-auth0/pull/458))
- `resource/auth0_connection`: Added support for `icon_url` to okta connections ([#459](https://github.com/auth0/terraform-provider-auth0/pull/459))

NOTES:

- `resource/auth0_client`: Updated `client_secret_rotation_trigger` docs ([#439](https://github.com/auth0/terraform-provider-auth0/pull/439))
- `resource/auth0_client`: Updated `cross_origin_auth` docs ([#456](https://github.com/auth0/terraform-provider-auth0/pull/456))


## 0.42.0

BUG FIXES:
Expand Down

0 comments on commit 01d9b9e

Please sign in to comment.