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

Update Terraform azurerm to v3.85.0 #437

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor 3.81.0 -> 3.85.0

Warning

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


Release Notes

hashicorp/terraform-provider-azurerm (azurerm)

v3.85.0

Compare Source

FEATURES:

  • New Data Source: azurerm_locations (#​23324)
  • New Resource: azurerm_iotcentral_organization (#​23132)

ENHANCEMENTS:

  • provider: support for authenticating using Azure Kubernetes Service Workload Identity (#​23965)
  • dependencies: updating to v0.65.0 of github.com/hashicorp/go-azure-helpers (#​24222)
  • dependencies: updating to v0.20231214.1220802 of github.com/hashicorp/go-azure-sdk (#​24246)
  • dependencies: updating to version v0.20231214.1160726 of github.com/hashicorp/go-azure-sdk (#​24241)
  • dependencies: update security/automation to use hashicorp/go-azure-sdk (#​24156)
  • dataprotection: updating to API Version 2023-05-01 (#​24143)
  • kusto: removing the remnants of the old Resource ID Parsers now this uses hashicorp/go-azure-sdk (#​24238)
  • Data Source: azurerm_cognitive_account - export the identity block (#​24214)
  • Data Source: azurerm_monitor_workspace - add support for the default_data_collection_endpoint_id and default_data_collection_rule_id properties (#​24153)
  • Data Source: azurerm_shared_image_gallery - add support for the image_names property (#​24176)
  • azurerm_dns_txt_record - allow up to 4096 characters for the property record.value (#​24169)
  • azurerm_container_app - support for the workload_profile_name property (#​24219)
  • azurerm_container_app - suppot for the init_container block (#​23955)
  • azurerm_hpc_cache_blob_nfs_target - support for the verification_timer_in_seconds and write_back_timer_in_seconds properties (#​24207)
  • azurerm_hpc_cache_nfs_target - support for the verification_timer_in_seconds and write_back_timer_in_seconds properties (#​24208)
  • azurerm_linux_web_app - make client_secret_setting_name optional and conflict with client_secret_certificate_thumbprint (#​21834)
  • azurerm_linux_web_app_slot - make client_secret_setting_name optional and conflict with client_secret_certificate_thumbprint (#​21834)
  • azurerm_linux_web_app - fix a bug in app_settings where settings could be lost (#​24221)
  • azurerm_linux_web_app_slot - fix a bug in app_settings where settings could be lost (#​24221)
  • azurerm_log_analytics_workspace - add support for the immediate_data_purge_on_30_days_enabled property (#​24015)
  • azurerm_mssql_server - support for other identity types for the key vault key (#​24236)
  • azurerm_machine_learning_datastore_blobstorage - resource now skips validation when being created (#​24078)
  • azurerm_machine_learning_datastore_datalake_gen2 - resource now skips validation when being created (#​24078)
  • azurerm_machine_learning_datastore_fileshare - resource now skips validation when being created (#​24078)
  • azurerm_monitor_workspace - support for the default_data_collection_endpoint_id and default_data_collection_rule_id properties (#​24153)
  • azurerm_redis_cache - support for the storage_account_subscription_id property (#​24101)
  • azurerm_storage_blob - support for the source_content type Page (#​24177)
  • azurerm_web_application_firewall_policy - support new values to the rule_group_name property (#​24194)
  • azurerm_windows_web_app - make the client_secret_setting_name property optional and conflicts with the client_secret_certificate_thumbprint property (#​21834)
  • azurerm_windows_web_app_slot - make the client_secret_setting_name property optional and conflicts with the client_secret_certificate_thumbprint property (#​21834)
  • azurerm_windows_web_app - fix a bug in app_settings where settings could be lost (#​24221)
  • azurerm_windows_web_app_slot - fix a bug in app_settings where settings could be lost (#​24221)
  • azurerm_cognitive_account - add ContentSafety to the kind property validation (#​24205)

BUG FIXES:

  • provider: fix an authentication issue with Azure Storage when running in Azure China cloud (#​24246)
  • Data Source: azurerm_role_definition - fix bug where role_definition_id and scope were being incorrectly set (#​24211)
  • azurerm_batch_account - fix bug where UserAssigned, SystemAssigned could be passed to the resource even though it isn't supported (#​24204)
  • azurerm_batch_pool - fix bug where settings_json and protected_settings were not being unmarshaled (#​24075)
  • azurerm_bot_service_azure_bot - fix bug where public_network_access_enabled was being set as the value for LuisKey (#​24164)
  • azurerm_cognitive_account_customer_managed_key - identity_client_id is no longer passed to the api when it is empty (#​24231)
  • azurerm_linux_web_app_slot - error when service_plan_id is identical to the parent service_plan_id (#​23403)
  • azurerm_management_group_template_deployment - fixing a bug where template_spec_version_id couldn't be updated (#​24072)
  • azurerm_pim_active_role_assignment - fix an importing issue by filtering available role assignments based on the provided scope (#​24077)
  • azurerm_pim_eligible_role_assignment - fix an importing issue by filtering available role assignments based on the provided scope (#​24077)
  • azurerm_resource_group_template_deployment - fixing a bug where template_spec_version_id couldn't be updated (#​24072)
  • azurerm_security_center_setting - fix the casing for the setting_name Sentinel (#​24210)
  • azurerm_storage_account - Fix crash when checking for routingInputs.PublishInternetEndpoints and routingInputs.PublishMicrosoftEndpoints (#​24228)
  • azurerm_storage_share_file - prevent panic when the file specified by source is empty (#​24179)
  • azurerm_subscription_template_deployment - fixing a bug where template_spec_version_id couldn't be updated (#​24072)
  • azurerm_tenant_template_deployment - fixing a bug where template_spec_version_id couldn't be updated (#​24072)
  • azurerm_virtual_machine - prevent a panic by nil checking the first element of additional_capabilities (#​24159)
  • azurerm_windows_web_app_slot - error when service_plan_id is identical to the parent service_plan_id (#​23403)

v3.84.0

Compare Source

FEATURES:

  • New Data Source: azurerm_storage_containers (#​24061)
  • New Resource: azurerm_elastic_san (#​23619)
  • New Resource: azurerm_key_vault_managed_hardware_security_module_role_assignment (#​22332)
  • New Resource: azurerm_key_vault_managed_hardware_security_module_role_definition (#​22332)

ENHANCEMENTS:

  • dependencies: updating mssql elasticpools from v5.0 to 2023-05-01-preview
  • dependencies: updating to v0.20231207.1122031 of github.com/hashicorp/go-azure-sdk (#​24149)
  • Data Source: azurerm_storage_account - export the primary and secondary internet and microsoft hostnames for blobs, dfs, files, queues, tables and web (#​23517)
  • Data Source: azurerm_cosmosdb_account - export the connection_strings, primary_sql_connection_string, secondary_sql_connection_string, primary_readonly_sql_connection_string, secondary_readonly_sql_connection_string, primary_mongodb_connection_string, secondary_mongodb_connection_string, primary_readonly_mongodb_connection_string, and secondary_readonly_mongodb_connection_string attributes (#​24129)
  • azurerm_bot_service_azure_bot - support for the public_network_access_enabled property (#​24125)
  • azurerm_container_app_environment - support for the workload_profile property (#​23478)
  • azurerm_cosmosdb_cassandra_datacenter - support for the seed_node_ip_addresses property (#​24076)
  • azurerm_firewall - support for the dns_proxy_enabled property (#​20519)
  • azurerm_kubernetes_cluster - support for the support_plan property and the sku_tier Premium (#​23970)
  • azurerm_mssql_database - support for enclave_type field (#​24054)
  • azurerm_mssql_elasticpool - support for enclave_type field (#​24054)
  • azurerm_mssql_managed_instance - support for more vcores: 6, 10, 12, 20, 48, 56, 96, 128 (#​24085)
  • azurerm_redis_linked_server - support for the property geo_replicated_primary_host_name (#​23984)
  • azurerm_storage_account - expose the primary and secondary internet and microsoft hostnames for blobs, dfs, files, queues, tables and web (#​23517)
  • azurerm_synapse_role_assignment - support for the principal_type property (#​24089)
  • azurerm_spring_cloud_build_deployment - support for the application_performance_monitoring_ids property (#​23969)
  • azurerm_virtual_network_gateway - support for the bgp_route_translation_for_nat_enabled, dns_forwarding_enabled, ip_sec_replay_protection_enabled, remote_vnet_traffic_enabled, virtual_wan_traffic_enabled, radius_server, virtual_network_gateway_client_connection, policy_group, and ipsec_policy property (#​23220)

BUG FIXES:

  • azurerm_application_insights_api_key - prevent a bug where multiple keys couldn't be created for an Application Insights instance (#​23463)
  • azurerm_container_registry - the network_rule_set.virtual_network property has been deprecated (#​24140)
  • azurerm_hdinsight_hadoop_cluster - set roles.edge_node.install_script_action.parameters into state by retrieving the value provided in the user config since this property isn't returned by the API (#​23971)
  • azurerm_kubernetes_cluster - prevent a bug where maintenance window start date was always recalculated and sent to the API (#​23985)
  • azurerm_mssql_database - will no longer send all long retention values in payload unless set (#​24124)
  • azurerm_mssql_managed_database - will no longer send all long retention values in payload unless set (#​24124)
  • azurerm_mssql_server_microsoft_support_auditing_policy - only include storage endpoint in payload if set (#​24122)
  • azurerm_mobile_network_packet_core_control_plane - prevent a panic if the HTTP Response is nil (#​24083)
  • azurerm_storage_account - revert plan time name validation (#​23799) (#​24142)
  • azurerm_web_application_firewall_policy - split create and update function to fix lifecycle - ignore changes (#​23412)

v3.83.0

Compare Source

UPGRADE NOTES

FEATURES:

  • New Data Source: azurerm_stack_hci_cluster (#​24032)

ENHANCEMENTS:

  • dependencies: updating to v0.20231129.1103252 of github.com/hashicorp/go-azure-sdk (#​24063)
  • automation: updating to API Version 2023-11-01 (#​24017)
  • keyvault: the cache is now populated using the ListBySubscription endpoint on the KeyVault Resource Provider rather than via the Resources API (#​24019).
  • keyvault: updating the cache to populate all Key Vaults available within the Subscription to reduce the number of API calls (#​24019)
  • Data Source azurerm_private_dns_zone: refactoring to use the ListBySubscription API rather than the Resources API when resource_group_name is omitted (#​24024)
  • azurerm_dashboard_grafana - support for grafana_major_version (#​24014)
  • azurerm_linux_web_app - add support for dotnet 8 (#​23893)
  • azurerm_linux_web_app_slot - add support for dotnet 8 (#​23893)
  • azurerm_media_transform - deprecate face_detector_preset and video_analyzer_preset (#​24002)
  • azurerm_postgresql_database - update the validation of collation to include Norwegian_Norway.1252 (#​24070)
  • azurerm_postgresql_flexible_server - updating to API Version 2023-06-01-preview (#​24016)
  • azurerm_redis_cache - support for the active_directory_authentication_enabled property (#​23976)
  • azurerm_windows_web_app - add support for dotnet 8 (#​23893)
  • azurerm_windows_web_app_slot - add support for dotnet 8 (#​23893)
  • azurerm_storage_account - add name validation in custom diff (#​23799)

BUG FIXES:

  • authentication: fix a bug where auxiliary tenants were not correctly authorized (#​24063)
  • azurerm_app_configuration - normalize location in replica block (#​24074)
  • azurerm_cosmosdb_account - cosmosdb version and capabilities can now be updated at the same time (#​24029)
  • azurerm_data_factory_flowlet_data_flow - source and sink properties are now optional (#​23987)
  • azurerm_datadog_monitor_tag_rule - correctly handle default rule (#​22806)
  • azurerm_ip_group: fixing a crash when firewall_ids and firewall_policy_ids weren't parsed correctly from the API Response (#​24031)
  • azurerm_nginx_deployment - add default value of 20 for capacity (#​24033)

v3.82.0

Compare Source

FEATURES:

  • New Data Source: azurerm_monitor_workspace (#​23928)
  • New Resource: azurerm_application_load_balancer_subnet_association (#​23628)

ENHANCEMENTS:

  • dependencies: updating to v0.20231117.1130141 of github.com/hashicorp/go-azure-sdk (#​23945)
  • azurestackhci: updating to API Version 2023-08-01 (#​23939)
  • dashboard: updating to API Version 2023-09-01 (#​23929)
  • hpccache: updating to API version 2023-05-01 (#​24005)
  • mssql: updating resources using hashicorp/go-azure-sdk to API Version 2023-02-01-preview (#​23721)
  • templatespecversions: updating to API Version 2022-02-01 (#​24007)
  • Data Source: azurerm_template_spec_version - refactoring to use hashicorp/go-azure-sdk (#​24007)
  • azurerm_cosmosdb_postgresql_cluster - coordinator_storage_quota_in_mb and coordinator_vcore_count are no longer required for read replicas (#​23928)
  • azurerm_dashboard_grafana - sku can now be set to Essential (#​23934)
  • azurerm_gallery_application_version - add support for the config_file, package_file and target_region.exclude_from_latest properties (#​23816)
  • azurerm_hdinsight_hadoop_cluster - script_actions is no longer Force New (#​23888)
  • azurerm_hdinsight_hbase_cluster - script_actions is no longer Force New (#​23888)
  • azurerm_hdinsight_interactive_query_cluster - script_actions is no longer Force New (#​23888)
  • azurerm_hdinsight_kafka_cluster - script_actions is no longer Force New (#​23888)
  • azurerm_hdinsight_spark_cluster - script_actions is no longer Force New (#​23888)
  • azurerm_kubernetes_cluster - add support for the gpu_instance property (#​23887)
  • azurerm_kubernetes_cluster_node_pool - add support for the gpu_instance property (#​23887)
  • azurerm_log_analytics_workspace - add support for the identity property (#​23864)
  • azurerm_linux_function_app - add support for dotnet 8 (#​23638)
  • azurerm_linux_function_app_slot - add support for dotnet 8 (#​23638)
  • azurerm_managed_lustre_file_system - export attribute mgs_address (#​23942)
  • azurerm_mssql_database - support for Hyperscale SKUs (#​23974)
  • azurerm_mssql_database - refactoring to use hashicorp/go-azure-sdk (#​23721)
  • azurerm_mssql_server - refactoring to use hashicorp/go-azure-sdk (#​23721)
  • azurerm_shared_image - add support for trusted_launch_supported (#​23781)
  • azurerm_spring_cloud_container_deployment - add support for the application_performance_monitoring_ids property (#​23862)
  • azurerm_spring_cloud_customized_accelerator - add support for the accelerator_type and path properties (#​23797)
  • azurerm_point_to_site_vpn_gateway - allow multiple connection_configurations blocks (#​23936)
  • azurerm_private_dns_cname_record - ttl can now be set to 0 (#​23918)
  • azurerm_windows_function_app - add support for dotnet 8 (#​23638)
  • azurerm_windows_function_app_slot - add support for dotnet 8 (#​23638)

BUG FIXES:

  • azurerm_api_management - correct a bug with additional location zones within the additional_location block (#​23943)
  • azurerm_dev_test_linux_virtual_machine - storage_type is now ForceNew to match the updated API behaviour (#​23973)
  • azurerm_dev_test_windows_virtual_machine - storage_type is now ForceNew to match the updated API behaviour (#​23973)
  • azurerm_disk_encryption_set - resource will recreate if identity changes from SystemAssigned to UserAssigned (#​23904)
  • azurerm_eventhub_cluster: sku_name is no longer ForceNew (#​24009)
  • azurerm_firewall - recasing the value for firewall_policy_id to workaround the API returning the incorrect casing (#​23993)
  • azurerm_security_center_subscription_pricing - fix a bug preventing removal of extensions and downgrading tier to Free (#​23821)
  • azurerm_windows_web_app - fix an issue of incorrect application stack settings during update (#​23372)

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 has been generated by Mend Renovate. View repository job log here.

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@DrizzlyOwl DrizzlyOwl merged commit b4811e2 into main Dec 18, 2023
@DrizzlyOwl DrizzlyOwl deleted the renovate/azurerm-3.x-lockfile branch December 18, 2023 10:31
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.

1 participant