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 minor dependencies (master) #1896

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
azurerm (source) required_provider minor 3.102.0 -> 3.106.1 age adoption passing confidence
requests (source, changelog) minor ==2.31.0 -> ==2.32.3 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-azurerm (azurerm)

v3.106.1

Compare Source

BUG FIXES:

  • Data Source: azurerm_kubernetes_cluster - fix a crash when reading/setting upgrade_settings (#​26173)

v3.106.0

Compare Source

UPGRADE NOTES:

  • This release updates the Key Vault cache to load Key Vaults using both the Key Vaults List API and the Resources API to workaround the API returning incomplete/stale data. To achieve this, and provide consistency between tooling, we are intentionally using the same older version of the Resources API as the current version of Azure CLI. (#​26070)

FEATURES:

  • New Data Source: azurerm_arc_resource_bridge_appliance (#​25731)
  • New Data Source: azurerm_elastic_san_volume_group (#​26111)
  • New Data Source: azurerm_storage_queue (#​26087)
  • New Data Source: azurerm_storage_table (#​26126)
  • New Resource: azurerm_container_registry_cache_rule (#​26034)
  • New Resource: azurerm_virtual_machine_implicit_data_disk_from_source (#​25537)

ENHANCEMENTS:

  • Data Source: azurerm_kubernetes_cluster - add support for the drain_timeout_in_minutes and node_soak_duration_in_minutes properties in the upgrade_settings block (#​26137)
  • dependencies: updating to v0.20240529.1155048 of github.com/hashicorp/go-azure-sdk (#​26148)
  • containerapps: update API version to 2024-03-01 (#​25993)
  • expressroute: update to use hashicorp/go-azure-sdk (#​26066)
  • keyvault: populating the cache using both the Key Vault List and Resources API to workaround incomplete/stale data being returned (#​26070)
  • servicenetworking: updating to API Version 2023-11-01 (#​26148)
  • virtualnetworkpeerings: update to use hashicorp/go-azure-sdk (#​26065)
  • azurerm_automation_powershell72_module - support for the tags property (#​26106)
  • azurerm_bastion_host - support for Developer SKU (#​26068)
  • azurerm_container_app_environment - support for the mutual_tls_enabled property (#​25993)
  • azurerm_container_registry - validation to fail fast when setting public_network_access_enabled with an invalid SKU (#​26054)
  • azurerm_key_vault_managed_hardware_security_module - the public_network_access_enabled property can now be updated (#​26075)
  • azurerm_kubernetes_cluster - support for the cost_analysis_enabled property (#​26052)
  • azurerm_kubernetes_cluster - support for the drain_timeout_in_minutes and node_soak_duration_in_minutes properties in the upgrade_settings block (#​26137)
  • azurerm_kubernetes_cluster_node_pool - support for the drain_timeout_in_minutes and node_soak_duration_in_minutes properties in the upgrade_settings block (#​26137)
  • azurerm_linux_virtual_machine - the hibernation_enabled property can now be updated (#​26112)
  • azurerm_logic_app_trigger_custom - support for the property callback_url (#​25979)
  • azurerm_machine_learning_workspace - support for the serverless_compute block (#​25660)
  • azurerm_mssql_elasticpool - support the sku HS_PRMS (#​26161)
  • azurerm_new_relic_monitor - support for the identity block (#​26115)
  • azurerm_route_map - the parameter property is now Optional when the action type is Drop (#​26003)
  • azurerm_windows_virtual_machine - the hibernation_enabled property can now be updated (#​26112)

BUG FIXES:

  • Data Source: azurerm_system_center_virtual_machine_manager_inventory_items - normalise the resource ID for Intentory Items (#​25955)
  • azurerm_app_configuration_feature - update polling interval to tolerate eventual consistency of the API (#​26025)
  • azurerm_app_configuration_key - update polling interval to tolerate eventual consistency of the API (#​26025)
  • azurerm_eventhub_namespace_customer_managed_key - validating that the User Assigned Identity used for accessing the Key Vault is assigned to the EventHub Namespace (#​28509)
  • azurerm_linux_function_app - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_linux_function_app_slot - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_linux_web_app - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_linux_web_app_slot - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_postgresql_flexible_server - prevent premature check on updated storage_mb value that prevents the resource from being re-created (#​25986)
  • azurerm_redis_access_cache_policy_assignment - add locks to stabilize creation of multiple policy assignments (#​26085)
  • azurerm_redis_access_cache_policy - add locks to stabilize creation of multiple policy assignments (#​26085)
  • azurerm_windows_function_app - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_windows_function_app_slot - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_windows_web_app - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)
  • azurerm_windows_web_app_slot - fix update handling of health_check_eviction_time_in_min and WEBSITE_HEALTHCHECK_MAXPINGFAILURES (#​26107)

v3.105.0

Compare Source

BREAKING CHANGE:

  • azurerm_kubernetes_cluster - the properties workload_autoscaler_profile.vertical_pod_autoscaler_update_mode and workload_autoscaler_profile.vertical_pod_autoscaler_controlled_values are no longer populated since they're not exported in API version 2023-09-02-preview (#​25663)

FEATURES:

  • New Resource: azurerm_api_management_policy_fragment (#​24968)

ENHANCEMENTS:

  • dependencies: updating to v0.20240522.1080424 of github.com/hashicorp/go-azure-sdk (#​26069)
  • containerservice: updating to use API Version 2023-09-02-preview (#​25663)
  • azurerm_application_insights_standard_web_test - http_verb can now be set to HEAD and OPTIONS (#​26077)
  • azurerm_cdn_frontdoor_rule - updating the validation for match_values within the uri_path_condition block to support a forward-slash (#​26017)
  • azurerm_linux_web_app - normalising the value for virtual_network_subnet_id (#​25885)
  • azurerm_machine_learning_compute_cluster - add validation for name (#​26060)
  • azurerm_machine_learning_compute_cluster - improve validation to allow an empty subnet_resource_id when the Workspace is using a managed Virtual Network (#​26073)
  • azurerm_postgresql_flexible_server - the field public_network_access_enabled is now configurable (previously this was computed-only/not settable via the API) (#​25812)
  • azurerm_snapshot - support for disk_access_id (#​25996)
  • azurerm_windows_web_app - normalising the value for virtual_network_subnet_id (#​25885)

BUG FIXES:

  • azurerm_container_app_environment_custom_domain: parsing the Log Analytics Workspace ID insensitively to workaround the API returning this inconsistently (#​26074)
  • azurerm_container_app_job - updating the validation for the name field (#​26049)
  • azurerm_container_app_job - updating the validation for the name field within the custom_scale_rule block (#​26049)
  • azurerm_container_app_job - updating the validation for the name field within the rules block (#​26049)
  • azurerm_linux_function_app_slot - fixed panic when planning from a version older than 3.88.0 (#​25838)
  • azurerm_pim_active_role_assignment - fix a persistent diff when ticket is not specified (#​26059)
  • azurerm_pim_eligible_role_assignment - fix a persistent diff when ticket is not specified (#​26059)
  • azurerm_policy_definition - recreate the resource if the parameters property is updated to include fewer items (#​26083)
  • azurerm_windows_function_app_slot - set Server Farm ID in payload when using a Virtual Network Subnet for the slot (#​25634)
  • azurerm_windows_web_app_slot - set Server Farm ID in payload when using a Virtual Network Subnet for the slot (#​25634)

v3.104.2

Compare Source

NOTE: This is a re-release of v3.104.1 to include missing changes, please refer to the changelog entries for v3.104.1.

v3.104.1

Compare Source

BUG FIXES:

  • azurerm_pim_active_role_assignment - fix a regression where roles assignments could not be created with no expiration (#​26029)
  • azurerm_pim_eligible_role_assignment - fix a regression where roles assignments could not be created with no expiration (#​26029)

v3.104.0

Compare Source

FEATURES:

  • New Data Source: azurerm_elastic_san (#​25719)

ENHANCEMENTS:

  • New Resource - azurerm_key_vault_managed_hardware_security_module_key (#​25935)
  • Data Source - azurerm_kubernetes_service_version - support for the default_version property (#​25953)
  • network/applicationgateways - update to use hashicorp/go-azure-sdk (#​25844)
  • dataprotection - update API version to 2024-04-01 (#​25882)
  • databasemigration - update API version to 2021-06-30 (#​25997)
  • network/ips - update to use hashicorp/go-azure-sdk (#​25905)
  • network/localnetworkgateway - update to use hashicorp/go-azure-sdk (#​25905)
  • network/natgateway - update to use hashicorp/go-azure-sdk (#​25905)
  • network/networksecuritygroup - update to use hashicorp/go-azure-sdk (#​25971)
  • network/publicips - update to use hashicorp/go-azure-sdk (#​25971)
  • network/virtualwan - update to use hashicorp/go-azure-sdk (#​25971)
  • network/vpn - update to use hashicorp/go-azure-sdk (#​25971)
  • azurerm_databricks_workspace - support for the default_storage_firewall_enabled property (#​25919)
  • azurerm_key_vault - allow previously existing key vaults to continue to manage the contact field prior to the v3.93.0 conditional polling change (#​25777)
  • azurerm_linux_function_app - support for the PowerShell 7.4 (#​25980)
  • azurerm_log_analytics_cluster - support for the value UserAssigned in the identity.type property (#​25940)
  • azurerm_pim_active_role_assignment - remove hard dependency on the roleAssignmentScheduleRequests API, so that role assignments will not become unmanageable over time (#​25956)
  • azurerm_pim_eligible_role_assignment - remove hard dependency on the roleEligibilityScheduleRequests API, so that role assignments will not become unmanageable over time (#​25956)
  • azurerm_windows_function_app - support for the PowerShell 7.4 (#​25980)

BUG FIXES:

  • azurerm_container_app_job - Allow event_trigger_config.scale.min_executions to be 0 (#​25931)
  • azurerm_container_app_job - update validation to allow the replica_retry_limit property to be set to 0 (#​25984)
  • azurerm_data_factory_trigger_custom_event - one of subject_begins_with and subject_ends_with no longer need to be set (#​25932)
  • azurerm_kubernetes_cluster_node_pool - prevent race condition by checking the virtual network status when creating a node pool with a subnet ID (#​25888)
  • azurerm_postgresql_flexible_server - fix for default storage_tier value when storage_mb field has been changed (#​25947)
  • azurerm_pim_active_role_assignment - resolve a number of potential crashes (#​25956)
  • azurerm_pim_eligible_role_assignment - resolve a number of potential crashes (#​25956)
  • azurerm_redis_enterprise_cluster_location_zone_support - add Central India zones support (#​26000)
  • azurerm_sentinel_alert_rule_scheduled - the alert_rule_template_version property is no longer ForceNew (#​25688)
  • azurerm_storage_sync_server_endpoint - preventing a crashed due to initial_upload_policy (#​25968)

v3.103.1

Compare Source

BUG FIXES

  • loadtest - fixing an issue where the SDK Clients weren't registered (#​25920)

v3.103.0

Compare Source

FEATURES:

  • New Resource: azurerm_container_app_job (#​23871)
  • New Resource: azurerm_container_app_environment_custom_domain (#​24346)
  • New Resource: azurerm_data_factory_credential_service_principal (#​25805)
  • New Resource: azurerm_network_manager_connectivity_configuration (#​25746)
  • New Resource: azurerm_maintenance_assignment_dynamic_scope (#​25467)
  • New Resource: azurerm_virtual_machine_gallery_application_assignment (#​22945)
  • New Resource: azurerm_virtual_machine_automanage_configuration_assignment (#​25480)

ENHANCEMENTS:

  • provider - support for the recover_soft_deleted_backup_protected_vm feature (#​24157)
  • dependencies: updating github.com/hashicorp/go-azure-helpers to v0.69.0 (#​25903)
  • loganalytics - update cluster resource to api version 2022-01-01 (#​25686)
  • azurerm_bastion_host - support for the kerberos_enabled property (#​25823)
  • azurerm_container_app - secrets can now be removed (#​25743)
  • azurerm_container_app_environment - support for the custom_domain_verification_id property (#​24346)
  • azurerm_linux_virtual_machine - support for the additional capability hibernation_enabled (#​25807)
  • azurerm_linux_virtual_machine - support for additional values for the license_type property (#​25909)
  • azurerm_linux_virtual_machine_scale_set - support for the maximum_surge_instances property for vmss rolling upgrades (#​24914)
  • azurerm_windows_virtual_machine - support for the additional capability hibernation_enabled (#​25807)
  • azurerm_windows_virtual_machine_scale_set - support for the maximum_surge_instances_enabled property for vmss rolling upgrades (#​24914)
  • azurerm_storage_account - support for the permanent_delete_enabled property within retention policies (#​25778)

BUG FIXES:

  • azurerm_kubernetes_cluster - erase load_balancer_profile when changing network_profile.outbound_type from loadBalancer to another outbound type (#​25530)
  • azurerm_log_analytics_saved_search - the function_parameters property now repsects the order of elements (#​25869)
  • azurerm_linux_web_app - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#​20049)
  • azurerm_linux_web_app_slot - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#​20049)
  • azurerm_monitor_private_link_scoped_service - normalize case of the linked_resource_id property during reads (#​25787)
  • azurerm_role_assignment - add addtional retry logic to assist with cross-tenant use (#​25853)
  • azurerm_web_pubsub_network_acl - fixing a crash when networkACL.PublicNetwork.Deny was nil (#​25886)
  • azurerm_windows_web_app - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#​20049)
  • azurerm_windows_web_app_slot - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#​20049)

DEPRECATIONS:

  • azurerm_subnet - the private_endpoint_network_policies_enabled property has been deprecated in favour of the private_endpoint_network_policies property (#​25779)
psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    without the ssl module. (#​6724)

v2.32.2

Compare Source

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API.
    get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (#​6710)

v2.32.1

Compare Source

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

v2.32.0

Compare Source

Security

  • Fixed an issue where setting verify=False on the first request from a
    Session will cause subsequent requests to the same origin to also ignore
    cert verification, regardless of the value of verify.
    (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve
    request time variance between first and subsequent requests. It should
    also minimize certificate load time on Windows systems when using a Python
    version built with OpenSSL 3.x. (#​6667)
  • Requests now supports optional use of character detection
    (chardet or charset_normalizer) when repackaged or vendored.
    This enables pip and other projects to minimize their vendoring
    surface area. The Response.text() and apparent_encoding APIs
    will default to utf-8 if neither library is present. (#​6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly
    calculated in the request content-length. (#​6589)
  • Fixed deserialization bug in JSONDecodeError. (#​6629)
  • Fixed bug where an extra leading / (path separator) could lead
    urllib3 to unnecessarily reparse the request URI. (#​6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#​6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#​6641)
  • Requests has officially dropped support for CPython 3.7 (#​6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#​6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices.
    The source files for the projects (formerly requests) is now located
    in src/requests in the Requests sdist. (#​6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system
    using hatchling. This should not impact the average user, but extremely old
    versions of packaging utilities may have issues with the new packaging format.

Configuration

📅 Schedule: Branch creation - "after 10am on saturday,on sunday" in timezone Asia/Taipei, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 11, 2024 04:51
mergify[bot]
mergify bot previously approved these changes May 11, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch 10 times, most recently from 7d3f9b1 to acff758 Compare May 17, 2024 04:42
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v3.103.1 (master) chore(deps): update terraform azurerm to v3.104.0 (master) May 17, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from acff758 to 7c99fd6 Compare May 17, 2024 07:08
mergify[bot]
mergify bot previously approved these changes May 17, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 7c99fd6 to 0393451 Compare May 20, 2024 22:30
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v3.104.0 (master) chore(deps): update minor dependencies (master) May 20, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 0393451 to 9e49c9f Compare May 20, 2024 22:35
mergify[bot]
mergify bot previously approved these changes May 20, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 9e49c9f to 113097e Compare May 21, 2024 04:50
mergify[bot]
mergify bot previously approved these changes May 21, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 113097e to 514c721 Compare May 21, 2024 06:44
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 514c721 to a3a8264 Compare May 21, 2024 21:32
mergify[bot]
mergify bot previously approved these changes May 21, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch 2 times, most recently from 31cf5a6 to dfc722f Compare May 23, 2024 23:51
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from dfc722f to 70298c7 Compare May 24, 2024 02:03
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 70298c7 to b194c96 Compare May 24, 2024 11:08
mergify[bot]
mergify bot previously approved these changes May 24, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch 3 times, most recently from 54bf2fb to ee28b15 Compare May 29, 2024 03:41
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from ee28b15 to dede05a Compare May 29, 2024 17:14
mergify[bot]
mergify bot previously approved these changes May 29, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch 3 times, most recently from d2b41b8 to 1de8a2b Compare May 31, 2024 03:28
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 1de8a2b to 45b6183 Compare May 31, 2024 07:49
mergify[bot]
mergify bot previously approved these changes May 31, 2024
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from 45b6183 to f920d9a Compare May 31, 2024 08:48
@renovate renovate bot force-pushed the renovate/master-minor-dependencies branch from f920d9a to c1a5bff Compare May 31, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants