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 hashicorp/azurerm requirement from ~> 4.16.0 to ~> 4.17.0 in /terraform #459

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Updates the requirements on hashicorp/azurerm to permit the latest version.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.17.0

FEATURES:

  • New Data Source: azurerm_api_management_subscription (#27824)
  • New Resource: azurerm_cognitive_account_rai_policy (#28013)
  • New Resource: azurerm_mssql_job_target_group (#28492)

ENHANCEMENTS:

  • dependencies: network - update to use 2024-05-01 (#28146)
  • dependencies: privatedns - update to use 2024-06-01 (#28599)
  • dependencies: storage - update to use 2023-05-01 (#27760)
  • Data Source: azure_communication_service - add support for the hostname property (#28620)
  • azurerm_api_management - capacity now has a max limit of 50 (#28648)
  • azurerm_backup_protected_vm - add support for feature vm_backup_suspend_protection_and_retain_data_on_destroy (#27950)
  • azurerm_cognitive_account - support for the bypass property (#28221)
  • azure_communication_service - add support for the hostname property (#28620)
  • azurerm_container_app_environment - add support for Azure Monitor as a log destination (#26047)
  • azurerm_mssql_elasticpool- add support for MOPRMS pool type and update validation for PRMS and Gen5 pool types (#28453)
  • azurerm_mssql_managed_instance_transparent_data_encryption - support for the managed_hsm_key_id property (#28480)
  • azurerm_stream_analytics_output_cosmosdb - support for the authentication_mode property (#28372)
  • azurerm_stream_analytics_stream_input_blob - add support for authentication_mode (#27853)

BUG FIXES:

  • azurerm_container_app - update the validation regex for the resource's name (#28528)
  • azurerm_kubernetes_cluster - parse oms_agent.log_analytics_workspace_id insensitively to handle inconsistent casing (#28575)
  • azurerm_kubernetes_flux_configuration - fix issue where removing post_build from a kustomization resulted in an error from the API (#28590)
  • azurerm_linux_virtual_machine_scale_set - prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#28549)
  • azurerm_log_analytics_storage_insights - use subscription from workspace ID when building the resource ID (#28469)
  • azurerm_orchestrated_virtual_machine_scale_set - prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#28549)
  • azurerm_virtual_machine - parse os_disk insensitively to handle inconsistent casing (#28592)
  • azurerm_windows_virtual_machine_scale_set - Prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#28549)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.17.0 (January 31, 2025)

FEATURES:

  • New Data Source: azurerm_api_management_subscription (#27824)
  • New Resource: azurerm_cognitive_account_rai_policy (#28013)
  • New Resource: azurerm_mssql_job_target_group (#28492)

ENHANCEMENTS:

  • dependencies: network - update to use 2024-05-01 (#28146)
  • dependencies: privatedns - update to use 2024-06-01 (#28599)
  • dependencies: storage - update to use 2023-05-01 (#27760)
  • Data Source: azure_communication_service - add support for the hostname property (#28620)
  • azurerm_api_management - capacity now has a max limit of 50 (#28648)
  • azurerm_backup_protected_vm - add support for feature vm_backup_suspend_protection_and_retain_data_on_destroy (#27950)
  • azurerm_cognitive_account - support for the bypass property (#28221)
  • azure_communication_service - add support for the hostname property (#28620)
  • azurerm_container_app_environment - add support for Azure Monitor as a log destination (#26047)
  • azurerm_mssql_elasticpool- add support for MOPRMS pool type and update validation for PRMS and Gen5 pool types (#28453)
  • azurerm_mssql_managed_instance_transparent_data_encryption - support for the managed_hsm_key_id property (#28480)
  • azurerm_stream_analytics_output_cosmosdb - support for the authentication_mode property (#28372)
  • azurerm_stream_analytics_stream_input_blob - add support for authentication_mode (#27853)

BUG FIXES:

  • azurerm_container_app - update the validation regex for the resource's name (#28528)
  • azurerm_kubernetes_cluster - parse oms_agent.log_analytics_workspace_id insensitively to handle inconsistent casing (#28575)
  • azurerm_kubernetes_flux_configuration - fix issue where removing post_build from a kustomization resulted in an error from the API (#28590)
  • azurerm_linux_virtual_machine_scale_set - prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#28549)
  • azurerm_log_analytics_storage_insights - use subscription from workspace ID when building the resource ID (#28469)
  • azurerm_orchestrated_virtual_machine_scale_set - prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#28549)
  • azurerm_virtual_machine - parse os_disk insensitively to handle inconsistent casing (#28592)
  • azurerm_windows_virtual_machine_scale_set - Prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#28549)

4.16.0 (January 16, 2025)

NOTE: This release contains a breaking change reverting redisenterprise API version from 2024-10-01 to 2024-06-01-preview as not all regions are currently supported in the 2024-10-01 version

BREAKING CHANGES:

  • dependencies - redisenterprise API version reverted from 2024-10-01 to 2024-06-01-preview (#28516)

FEATURES:

  • New Resource: azurerm_container_registry_credential_set (#27528)
  • New Resource: azurerm_mssql_job (#28456)
  • New Resource: azurerm_mssql_job_schedule (#28456)

ENHANCEMENTS:

... (truncated)

Commits
  • 3c5cace CHANGELOG.md for 4.17.0 (#28561)
  • 1f9e185 azurerm_linux_virtual_machine_scale_set, `azurerm_orchestrated_virtual_mach...
  • 1a79f1c azurerm_api_management - capacity now has a max limit of 50 (#28648)
  • 4e5117d add hostname to communication service resource and data source (#28620)
  • dba6ef1 fix(log_analytics_storage_insights): Parse subscriptionId from workspaceId (#...
  • 6a39894 Fix mssql_job_target_group.html.markdown (#28644)
  • 5168243 azurerm_container_app(_job) - Remove termination_grace_period_seconds att...
  • 9d4b610 New resource: azurerm_mssql_job_target_group (#28492)
  • 083f474 containerapps - fix breaking schema behavioural change (#28639)
  • 23433b6 Replace FivePointOhBeta flag with FivePointOh (#28630)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-azurerm@v4.16.0...v4.17.0)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jan 31, 2025
@github-actions github-actions bot enabled auto-merge January 31, 2025 18:09
@dependabot dependabot bot deployed to Development January 31, 2025 18:10 Active
@github-actions github-actions bot merged commit 4cdb577 into main Jan 31, 2025
9 of 10 checks passed
@github-actions github-actions bot deleted the dependabot/terraform/terraform/hashicorp/azurerm-tw-4.17.0 branch January 31, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant