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

chore(deps): update terraform auth0 to ~> 1.9.0 #1033

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Type Update Change
auth0 (source) required_provider minor ~> 1.4.0 -> ~> 1.9.0

Release Notes

auth0/terraform-provider-auth0 (auth0)

v1.9.1

Compare Source

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer: Update docs & unit tests related to auth0_prompt_screen_renderer (EA Release) (#​1101)
  • resource/auth0_flow_vault_connection: Update setup & ready attributes schema for auth0_flow_vault_connection (#​1103)

v1.9.0

Compare Source

FEATURES:

  • resource/auth0_prompt_screen_renderer: Add a resource for configuring the settings of prompt-screen (#​1077)
  • data-source/auth0_prompt_screen_renderer: Add a data-source for retrieving prompt-screen settings (#​1077)

v1.8.0

Compare Source

FEATURES:

  • resource/auth0_self_service_profile_custom_text: Add new resource which allow to set custom text for SSO Profile (#​1075)
  • data-source/auth0_clients: Add data-source which allows retrieving a list of clients with filters (#​1080)

ENHANCEMENTS:

  • resource/auth0_client: Add support for setting oidc_logout, which includes backchannel_logout_urls and backchannel_logout_initiators. The backchannel_logout_initiators property supports mode and selected_initiators for more granular control (#​1045)
  • resource/auth0_self_service_profile: Add support for setting name, description, allowed_strategies (#​1075)

BUG FIXES:

  • resource/auth0_form: Update messages property with expand rule (#​1088)

v1.7.3

Compare Source

NOTES:
This is a placeholder change to bump the version, as we are trying to resolve issues publishing to the Terraform Registry.

v1.7.1

Compare Source

BUG FIXES:

  • data-source/auth0_organization: Implemented enhanced error handling to gracefully manage "Forbidden" errors when retrieving the list of client grants via the auth0_organization data source. This addresses cases where the feature is not enabled for the user, preventing the error from disrupting the process (#​1049)
  • resource/auth0_connection: Updated documentation to clarify that user_id_attribute can be either oid or sub for Azure AD connections (#​1047)
  • resource/auth0_form: Updated docs to use auth0_form in examples (#​1046)

ENHANCEMENTS:

  • data-source/auth0_roles: Updated from Offset Pagination to Checkpoint Pagination to retrieve more than 1,000 role users (#​1048)

v1.7.0

Compare Source

FEATURES:

  • resource/auth0_encryption_key_manager: Add new resource for re-keying of tenant master key (#​1031)
  • resource/auth0_encryption_key_manager: Add support for customer_provided_root_key for BYOK (#​1041)
  • resource/auth0_organization_client_grant: Add new resource for managing association of client-grant and organization (#​1027)
  • resource/auth0_form: Add new resource for managing Forms (#​1039)
  • resource/auth0_flow: Add new resource for managing Flows (#​1039)
  • resource/auth0_flow_vault_connection: Add new resource for managing Flow Vault Connection (#​1039)
  • data-source/auth0_form: Add a data-source for retrieving Form (#​1039)
  • data-source/auth0_flow: Add a data-source for retrieving Flow (#​1039)
  • data-source/auth0_flow_vault_connection: Add a data-source for retrieving Flow Vault Connection. (#​1039)

ENHANCEMENTS:

  • resource/auth0_connection: Add support for strategy_version to be configurable (#​1024)
  • resource/auth0_connection: Add support for user_id_attribute in options attribute for AzureAD connections (#​1028)
  • data-source/auth0_organization: Add support to fetch list of associated client grants (#​1027)
  • resource/auth0_tenant: Add support for acr_values_supported, pushed_authorization_requests_supported and remove_alg_from_jwks configuration (#​1015)
  • resource/auth0_client_credentials: Add support for setting signed_request_object, tls_client_auth and self_signed_tls_client_auth (#​1015)
  • resource/auth0_client: Add support for setting compliance_level and require_proof_of_possession (#​1015)
  • resource/auth0_resource_server: Add support for setting consent_policy, authorization_details, token_encryption and proof_of_possession (#​1015)
  • data-source/auth0_client: Add support to retrieve signed_request_object, tls_client_auth, compliance_level and require_proof_of_possession (#​1015)

BUG FIXES:

  • resource/auth0_prompt_screen_partial: Ensure removal of insertion points (#​1043)

v1.6.1

Compare Source

BUG FIXES:

  • resource/auth0_client: Fixed an issue where the default_organization plan failed due to ConflictsWith and RequiredWith clauses in the schema (#​1021)

v1.6.0

Compare Source

FEATURES:

  • resource/auth0_prompt_screen_partial: Add new resource to manage customized sign up and login experience. (1:1) (#​1013)
  • resource/auth0_prompt_screen_partials: Add new resource to manage customized sign up and login experience. (1:many) (#​1013)
  • data_source/auth0_prompt_screen_partials: Add new data source to retrieve prompt screen partials. (#​1013)

ENHANCEMENTS:

  • resource/auth0_client: Add Organizations for Client Credentials. (#​1009)
  • resource/auth0_prompt_custom_text: Add support for fetching the language list from a CDN for prompt custom text. (#​1006)

BUG FIXES:

  • resource/auth0_connection: Remove MinItems validation for precedence. (#​1017)

NOTES:

  • resource/auth0_prompt_partials: Deprecated in favor of resource/auth0_prompt_screen_partial and resource/auth0_prompt_screen_partials. (#​1013)

v1.5.0

Compare Source

FEATURES:

  • resource/auth0_connection: Add new fields attributes and precedence to ConnectionOptions. (#​991)
  • resource/auth0_self_service_profile: Add new resource for managing self-service profiles. (#​1008)
  • data-source/auth0_self_service_profile: Add a data source for retrieving self-service profiles. (#​1008)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/auth0-1.x branch 3 times, most recently from e5c58b4 to b99c6db Compare September 25, 2024 15:39
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 4 times, most recently from 372113a to eb20b2a Compare October 9, 2024 11:00
@renovate renovate bot changed the title chore(deps): update terraform auth0 to ~> 1.6.0 chore(deps): update terraform auth0 to ~> 1.7.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 4 times, most recently from 14c4697 to 843da4d Compare October 15, 2024 20:31
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 5 times, most recently from 8e03d11 to b7922d2 Compare October 16, 2024 23:29
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 2 times, most recently from 17a15fa to 44f7c7a Compare October 30, 2024 13:10
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 2 times, most recently from c088e30 to 0b259d9 Compare November 6, 2024 16:23
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 2 times, most recently from c370d62 to e684e76 Compare November 28, 2024 01:01
@renovate renovate bot changed the title chore(deps): update terraform auth0 to ~> 1.7.0 chore(deps): update terraform auth0 to ~> 1.8.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/auth0-1.x branch 2 times, most recently from 4088094 to e665d80 Compare November 30, 2024 17:46
@renovate renovate bot changed the title chore(deps): update terraform auth0 to ~> 1.8.0 chore(deps): update terraform auth0 to ~> 1.9.0 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/auth0-1.x branch from e665d80 to 9b3ff9e Compare December 9, 2024 17:33
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.

0 participants