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 v1 #200

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2024

This PR contains the following updates:

Package Type Update Change
auth0 (source) required_provider major ~> 0.50.0 -> ~> 1.13.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

auth0/terraform-provider-auth0 (auth0)

v1.13.0

Compare Source

ENHANCEMENTS:

  • resource/auth0_connection: Add support to set global_token_revocation_jwt_iss and global_token_revocation_jwt_sub property for a connection (#​1142)
  • data-source/auth0_user: Add support to retrieve a user via lucene query (#​1141)
  • resource/auth0_prompt_partials: Add support to set prompt as customized-consent (#​1151)
  • resource/auth0_prompt_screen_partial: Add support to set form_content in insertion_points (#​1151)
  • resource/auth0_prompt_screen_partials: Add support to set form_content in insertion_points (#​1151)
  • resource/auth0_client: Add support to set options for google as part of native_social_login (#​1150)
  • resource/auth0_branding_theme: Add support to set captcha_widget_theme property (#​1154)
  • resource/auth0_trigger_action: Add custom-token-exchange and custom-email-provider to list of supported triggers (#​1155)
  • resource/auth0_trigger_actions: Add custom-token-exchange and custom-email-provider to list of supported triggers (#​1155)
  • resource/auth0_log_stream: Add support to set is_priority property (#​1102)

v1.12.0

Compare Source

FEATURES:

  • resource/auth0_prompt_screen_renderer: Add new screens support to auth0_prompt_screen_renderer (EA Release) (#​1144)

v1.11.1

Compare Source

BUG FIXES:

  • resource/auth0_client: Add missing expand/flatten rules for token_exchange param (#​1145)
  • resource/auth0_action: Add clause to support node18 action for custom-token-exchange trigger (#​1145)

v1.11.0

Compare Source

FEATURES:

  • resource/auth0_token_exchange_profile: Add a resource for managing Token Exchange Profile (#​1119)
  • data-source/auth0_token_exchange_profile: Add a data-source for retrieving Token Exchange Profile (#​1119)

ENHANCEMENTS:

  • resource/auth0_client: Add support to set token_exchange property for a client (#​1119)
  • resource/auth0_connection: Add support to set authentication_methods and passkey_options property for a connection (#​1099)

v1.10.0

Compare Source

ENHANCEMENTS:

  • Support password reset by otp code email template and verification_method field in connection schema. (#​1113)
  • Update workflow to install terraform manually since ubuntu image has removed it (#​1116)
  • Support never_on_login as an allowed value for set_user_root_attributes (#​1123)

BUG FIXES:

  • Fix: Dynamic block for action.Secrets and iterates via k/v (#​1115)
  • Fix: IdP-initiated SSO Behavior by adding the missing enabled field to options param connections (#​1105)
  • Fix: Update example and docs for auth0_flow resource(#​1129)
  • Fix: Update example and docs for auth0_prompt_screen_renderer resource(#​1127)

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)

v1.4.0

Compare Source

FEATURES:

  • resource/auth0_connection_scim_configuration: Add a resource for managing SCIM(System for Cross-domain Identity Management) configuration. (#​980)
  • resource/auth0_prompt_custom_text: Add new prompt values (captcha, custom-form, customized-consent, passkeys, phone-identifier-challenge, phone-identifier-enrollment) to the auth0_prompt_custom_text resource. (#​985)
  • data-source/auth0_connection_scim_configuration: Add a data source for managing SCIM(System for Cross-domain Identity Management) configuration. (#​980)

ENHANCEMENTS:

  • resource/auth0_tenant: Add support for enable_sso flag (#​972)

NOTES:

  • resource/auth0_tenant: Deprecated the require-pushed-authorization-requests attribute. (#​986)

v1.3.0

Compare Source

FEATURES:

  • resource/auth0_connection: Add support for is_signup_enabled to support configuring sign-ups with Organization Membership (#​974)
  • resource/auth0_connection: Add support for show_as_button to allow the button to be disabled in Organization Enterprise connections (#​974)
  • resource/auth0_resource_server: Add Support for rfc9068_profile and rfc9068_profile_authz Token Dialects in Resource Server Configuration
  • data-source/auth0_organization: Add is_signup_enabled to connections to indicate if sign-ups with Organization Membership are enabled (#​974)
  • data-source/auth0_organization: Add show_as_button to connections to indicatate if button is disabled in Organization Enterprise connections (#​974)
    (#​973)

v1.2.1

Compare Source

ENHANCEMENTS:

  • Switched from offset pagination to checkpoint pagination when listing organizations/members to remove the 1000 result limit (#​965)

BUG FIXES:

  • resource/auth0_organization_member: Resolve an issue where organization members were searched among a limited paginated result (#​964)

NOTES:

  • resource/auth0_role_permission: Improved documentation by adding resource config and import examples (#​963)
  • resource/auth0_role_permissions: Improved documentation by adding resource config and import examples (#​963)

v1.2.0

Compare Source

FEATURES:

  • resource/auth0_prompt_partials: Add new resource to manage prompt partials (#​918)

v1.1.2

Compare Source

ENHANCEMENTS:

  • resource/auth0_action: Prevent sending secrets and dependencies config if no changes triggered (#​903)

BUG FIXES:

  • resource/auth0_connection: Fix PKCE values for OIDC connections (#​896)
  • resource/auth0_connection: Allow samlp block to be defined as empty and inherit default values (#​905)

v1.1.1

Compare Source

BUG FIXES:

  • resource/auth0_client_grant: Allowing scopes to be set as empty (#​888)

v1.1.0

Compare Source

FEATURES:

  • resource/auth0_tenant: Add support for customize_mfa_in_postlogin_action setting (#​871)

ENHANCEMENTS:

  • resource/auth0_client: Set default token_endpoint_auth_method based on app_type on creation (#​878)

BUG FIXES:

  • resource/auth0_tenant: Set default idle_session_lifetime and session_lifetime on import (#​849)
  • resource/auth0_connection: Prevent panic when checking for database config secrets (#​864)
  • resource/auth0_branding: Allow deleting the resource even on free tenants (#​875)
  • data-source/auth0_organization: Fix how we fetch organizations by name (#​877)
  • resource/auth0_connection: Add support for disable_self_service_change_password on AD connection options (#​874)

v1.0.0

Compare Source

NOTES:

FEATURES:

  • resource/auth0_connection: Add support for Line strategy (#​818)
  • resource/auth0_connection: Add pkce and attribute_map settings to OIDC and Okta Workforce connection options (#​815)
  • resource/auth0_client: Add support for pushed authorization requests setting (#​756)
  • resource/auth0_tenant: Add support for pushed authorization requests setting (#​756)
  • resource/auth0_tenant: Add support for allow_organization_name_in_authentication_api toggle (#​832)
  • data-source/auth0_pages: Add new data source to retrieve Auth0 pages (#​706)
  • data-source/auth0_signing_keys: Add new data source to retrieve signing keys for applications (#​839)

ENHANCEMENTS:

  • resource/auth0_branding: Improve validation for universal login template body (#​819)
  • resource/auth0_client: Improve DX for managing is_token_endpoint_ip_header_trusted (#​796)
  • resource/auth0_log_stream: Improve resource schema (#​798)
  • data-source/auth0_role: Add ability to retrieve users assigned to a role (#​758)
  • resource/auth0_email_provider: Add support for azure_cs and ms365 email providers (#​752)
  • resource/auth0_connection: Add support for decryption_key on SAML Connection Options (#​755)
  • resource/auth0_tenant: Add support for OIDCLogoutPrompt toggle (#​754)
  • resource/auth0_action: Add support for GA version of Node 18 within runtime field (#​709, #​722)
  • resource/auth0_trigger_actions: Add password-reset-post-challenge to available trigger bindings (#​726)
  • resource/auth0_trigger_action: Add password-reset-post-challenge to available trigger bindings (#​746)
  • resource/auth0_*: Improve how we check for 404 errors (#​727)
  • resource/auth0_client: Add validation to prevent empty mobile block (#​742)
  • resource/auth0_prompt_custom_text: Add support for six new languages (#​732)
  • resource/auth0_connection: Add support for map_user_id_to_id options field for Google Workspace connections (#​840)

BUG FIXES:

  • resource/auth0_prompt_custom_text: Prevent "null" string literal when importing resource (#​821)
  • resource/auth0_guardian: Remove minor phone.message_types validation (#​820)
  • resource/auth0_connection: Allow sending null values for from and messagingServiceSID in SMS connection options (#​829)
  • resource/auth0_connection: Passing-through Google Workspace admin tokens when managing the connection (#​830)
  • resource/auth0_tenant: Allow creating native apps with device code grant (#​833)
  • resource/auth0_client_credentials: Stop requiring read:client_keys permission when reading the resource (#​795)
  • resource/auth0_connection: Passing-through critical connection options for following connection types: Ping Federate, AD, Azure AD, SAML (#​802)
  • resource/*: Fix pagination issues when fetching resources (#​807)
  • data-source/*: Fix pagination issues when fetching data sources (#​807)
  • resource/auth0_client_grant: Add validation to prevent empty string scope values (#​793)
  • provider: Fix issue with rate limit retry mechanism (#​788)
  • resource/auth0_client: Prevent sending empty payloads for client addons (#​759)
  • resource/auth0_connection: Correctly expand shopify connection strategy types (#​728)
  • data-source/auth0_*: Raise 404 errors when retrieving data sources (#​698)

BREAKING CHANGES:


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 becomes conflicted, 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 from dd6f10d to 59eaf51 Compare January 21, 2025 12:19
@renovate renovate bot force-pushed the renovate/auth0-1.x branch from 59eaf51 to 5129478 Compare January 29, 2025 17:22
@renovate renovate bot force-pushed the renovate/auth0-1.x branch from 5129478 to 6f2cdab Compare February 6, 2025 10:57
@renovate renovate bot force-pushed the renovate/auth0-1.x branch from 6f2cdab to a2609a0 Compare February 20, 2025 12:08
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