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

deps: update Terraform azurerm to v4.8.0 #975

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor 4.5.0 -> 4.8.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm)

v4.8.0

Compare Source

FEATURES:

  • New Data Source: azurerm_virtual_network_peering (#​27530)
  • New Resource: azurerm_machine_learning_workspace_network_outbound_rule_fqdn (#​27384)
  • New Resource: azurerm_stack_hci_extension (#​26929)
  • New Resource: azurerm_stack_hci_marketplace_gallery_image (#​27532)
  • New Resource: azurerm_trusted_signing_account (#​27720)

ENHANCEMENTS:

  • mysql - upgrade api version to 2023-12-30 (#​27767)
  • network - upgrade api version to 2024-03-01 (#​27746)
  • azurerm_cosmosdb_account: support for CMK through managed_hsm_key_id property (#​26521)
  • azurerm_cosmosdb_account - support further versions for mongo_server_version (#​27763)
  • azurerm_container_app_environment - changing the log_analytics_workspace_id property no longer creates a new resource (#​27794)
  • azurerm_data_factory_linked_service_azure_sql_database - add support for the credential_name property (#​27629)
  • azurerm_key_vault_key - expiration_date only recreates the resource when it is removed from the config file (#​27813)
  • azurerm_kubernetes_cluster - fix issue wheremaintenance_window_auto_upgrade/maintenance_window_auto_upgrade/maintenance_window_node_os might not be read into state (#​26915)
  • azurerm_kubernetes_cluster - support for the backend_pool_type property (#​27596)
  • azurerm_kubernetes_cluster - support for the daemonset_eviction_for_empty_nodes_enabled, daemonset_eviction_for_occupied_nodes_enabled, and ignore_daemonsets_utilization_enabled properties (#​27588)
  • azurerm_load_test - description can now be updated (#​27800)
  • azurerm_oracle_cloud_vm_cluster - export the ocid property (#​27785)
  • azurerm_orchestrated_virtual_machine_scale_set - add support for sku_profile block (#​27599)
  • azurerm_web_application_firewall_policy - add support for policy_settings.0.file_upload_enforcement (#​27774)

BUG FIXES:

  • azurerm_automation_hybrid_runbook_worker_group - correctly mark resource as gone if it's absent when reading it (#​27797)
  • azurerm_automation_hybrid_runbook_worker - correctly mark resource as gone if it's absent when reading it (#​27797)
  • azurerm_automation_python3_package - correctly mark resource as gone if it's absent when reading it (#​27797)
  • azurerm_data_protection_backup_vault - prevent panic when checking value of cross_region_restore_enabled (#​27762)
  • azurerm_role_management_policy - fix panic when unmarshalling the policy into a specific type (#​27731)
  • azurerm_security_center_subscription_pricing - correctly type assert the additional_extension_properties property when building the payload (#​27721)
  • azurerm_synapse_workspace_aad_admin - will no correctly delete when using azurerm_synapse_workspace_aad_admin with azurerm_synapse_workspace (#​27606)
  • azurerm_windows_function_app_slot - fixed panic in state migration (#​27700)

v4.7.0

Compare Source

FEATURES:

  • New Data Source: azurerm_oracle_adbs_character_sets (#​27698)
  • New Data Source: azurerm_oracle_adbs_national_character_sets (#​27698)
  • New Data Source: azurerm_oracle_autonomous_database (#​27696)
  • New Data Source: azurerm_oracle_db_nodes (#​27698)
  • New Data Source: azurerm_oracle_db_system_shapes (#​27698)
  • New Data Source: azurerm_oracle_gi_versions (#​27698)
  • New Resource: azurerm_dev_center_project_pool (#​27706)
  • New Resource: azurerm_oracle_autonomous_database (#​27696)
  • New Resource: azurerm_video_indexer_account (#​27632)

ENHANCEMENTS:

  • Dependencies - update go-azure-sdk to v0.20241021.1074254 (#​27713)
  • newrelic - upgrade api version to 2024-03-01 (#​27135)
  • cosmosdb - upgrade api version to 2024-08-15 (#​27659)
  • azurerm_application_gateway - support for the new Basic SKU value (#​27440)
  • azurerm_consumption_budget_management_group - the property notification.threshold_type can now be updated (#​27511)
  • azurerm_consumption_budget_resource_group - the property notification.threshold_type can now be updated (#​27511)
  • azurerm_container_app - add support for the template.container.readiness_probe.initial_delay and template.container.startup_probe.initial_delay properties (#​27551)
  • azurerm_mssql_managed_instance - the storage_account_type property can now be updated (#​27737)

BUG FIXES:

  • azurerm_automation_software_update_configuration - correct validation to not allow 5 and allow -1 (#​25574)
  • azurerm_cosmosdb_sql_container - fix recreation logic for partition_key_version (#​27692)
  • azurerm_mssql_database - updating short term retention policy now works as expected (#​27714)
  • azurerm_network_watcher_flow_log - fix issue where tags were not being updated (#​27389)
  • azurerm_postgresql_flexible_server_virtual_endpoint - retrieve and parse replica_server_id for cross-region scenarios as well as remove custom poller for the delete operation (#​27509)

v4.6.0

Compare Source

FEATURES:

  • New Resource: azurerm_dev_center_attached_network (#​27638)
  • New Resource: azurerm_oracle_cloud_vm_cluster (#​27678)
  • New Resource: azurerm_oracle_exadata_infrastructure (#​27678)
  • New Data Source: azurerm_oracle_cloud_vm_cluster (#​27678)
  • New Data Source: azurerm_oracle_db_servers (#​27678)
  • New Data Source: azurerm_oracle_exadata_infrastructure (#​27678)

ENHANCEMENTS:

  • redisenterprise - upgrade api version to 2024-06-01-preview (#​27597)
  • azurerm_app_configuration - support for premium sku (#​27674)
  • azurerm_container_app - support for the max_inactive_revisions property (#​27598)
  • azurerm_kubernetes_cluster - remove lock on subnets (#​27583)
  • azurerm_nginx_deployment - allow updates for sku (#​27604)
  • azurerm_fluid_relay_server - support for the customer_managed_key property (#​27581)
  • azurerm_linux_virtual_machine - support the UBUNTU_PRO value for the license_type property (#​27534)

BUGS:

  • azurerm_api_management_api_diagnostic - do not set OperationNameFormat when the identifier property is azuremonitor (#​27456)
  • azurerm_api_management - prevent a panic (#​27649)
  • azurerm_mssql_database - make short_term_retention_policy.backup_interval_in_hours computed (#​27656)

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 added the dependencies Dependency update label Nov 4, 2024
@renovate renovate bot requested a review from katexochen as a code owner November 4, 2024 13:40
@katexochen katexochen merged commit 4e97f03 into main Nov 4, 2024
10 checks passed
@katexochen katexochen deleted the renovate/terraform-dependencies branch November 4, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant