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 < 3.89.1 to < 3.105.1 in /edbterraform/data/terraform #187

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 27, 2024

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

Release notes

Sourced from hashicorp/azurerm's releases.

v3.105.0

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)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.105.0 (May 24, 2024)

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)

3.104.2 (May 20, 2024)

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

3.104.1 (May 20, 2024)

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)

3.104.0 (May 16, 2024)

... (truncated)

Commits

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@v0.1.0...v3.105.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2024

Superseded by #190.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/terraform/edbterraform/data/terraform/hashicorp/azurerm-lt-3.105.1 branch June 3, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Dependabot changes dependency Dependency updated terraform Terraform related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants