Azure / appservice-landing-zone-accelerator

The Azure App Service landing zone accelerator is an open-source collection of architectural guidance and reference implementation to accelerate deployment of Azure App Service at scale.
https://build.microsoft.com/en-US/sessions/58f92fab-3298-444d-b215-6b93219cd5d7?source=sessions
MIT License
200 stars 94 forks source link

Update hashicorp/azurerm requirement from ~>3.56.0 to ~>3.57.0 in /scenarios/secure-baseline-ase/terraform #150

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from hashicorp/azurerm's releases.

v3.57.0

FEATURES:

  • New Data Source: azurerm_virtual_hub_connection (#21681)

ENHANCEMENTS:

  • synapse: refactoring to use tombuildsstuff/kermit rather than Azure/azure-sdk-for-go for Data Plane (#21792)
  • azurerm_batch_account - support versionless keys for CMK (#21677)
  • azurerm_kubernetes_cluster - changing the http_proxy_config.no_proxy no longer creates a new resource (#21793)
  • azurerm_media_transform - support for the jpg_image and png_image blocks within the custom_preset block (#21709)
  • azurerm_recovery_services_vault - support the monitoring block (#21691)

BUG FIXES:

  • data.azurerm_kubernetes_cluster - prevent a panic when some values returned are nil (#21850)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.57.0 (May 19, 2023)

FEATURES:

  • New Data Source: azurerm_virtual_hub_connection (#21681)

ENHANCEMENTS:

  • synapse: refactoring to use tombuildsstuff/kermit rather than Azure/azure-sdk-for-go for Data Plane (#21792)
  • azurerm_batch_account - support versionless keys for CMK (#21677)
  • azurerm_kubernetes_cluster - changing the http_proxy_config.no_proxy no longer creates a new resource (#21793)
  • azurerm_media_transform - support for the jpg_image and png_image blocks within the custom_preset block (#21709)
  • azurerm_recovery_services_vault - support the monitoring block (#21691)

BUG FIXES:

  • data.azurerm_kubernetes_cluster - prevent a panic when some values returned are nil (#21850)

3.56.0 (May 11, 2023)

FEATURES:

  • New Resource: azurerm_cosmosdb_postgresql_coordinator_configuration (#21595)
  • New Resource: azurerm_cosmosdb_postgresql_node_configuration (#21596)
  • New Resource: azurerm_cosmosdb_postgresql_role (#21597)
  • New Resource: azurerm_monitor_workspace (#21598)
  • New Resource: azurerm_network_manager_deployment (#20451)

ENHANCEMENTS:

  • dependencies: updating to v0.56.0 of github.com/hashicorp/go-azure-helpers (#21725)
  • dependencies: updating to v0.20230511.1094507 of github.com/hashicorp/go-azure-sdk (#21759)
  • provider: improving the error messages when parsing a Resource ID and the ID doesn't match what's expected (#21725)
  • provider: Resource Provider Registration now uses API Version 2022-09-01 (#21695)
  • provider: updating the IsAzureStack check to use hashicorp/go-azure-sdk rather than relying on the environment from Azure/go-autorest (#21697)
  • appconfiguration: updating to API Version 2023-03-01 (#21660)
  • keyvault: refactoring to use hashicorp/go-azure-sdk (#21621)
  • azurerm_machine_learning_workspace - exporting workspace_id (#21746)
  • azurerm_mssql_server - expose the ability to enable Transparent Data Encryption using a Customer Managed Key during server deployment (#21704)
  • azurerm_orbital_contact_profile - ip_address is now optional (#21721)

BUG FIXES:

  • provider: fixing a bug where we would invoke but not poll for the Registration State during automatic Resource Provider Registration (#21695)
  • azurerm_app_configuration: handling an API bug where when polling for PurgeDeleted returns a 404 rather the payload for a long-running operation (#21665)
  • azurerm_api_management_api - fixing a bug where an empty contact bug would cause a crash (#21740)
  • azurerm_eventhub_namespace - add locks and remove unneeded WaitForState functions (#21656)
  • azurerm_machine_learning_workspace - parse key_vault_id insensitively (#21684)
  • azurerm_monitor_action_group - further expand ExactlyOneOf logic for event_hub_receiver attributes (#21735)
  • azurerm_monitor_metric_alert - fix regression by using SingleResourceMultiMetricCriteria for new metric alerts (#21658)

... (truncated)

Commits
  • 155958d v3.57.0
  • 803d4e2 Update CHANGELOG.md #21850
  • 2e26297 data.azurerm_kubernetes_cluster - Fix nil panic by correcting nil check exp...
  • 4d815f3 Allow colon character in APIM API Path validation (#21811)
  • 047e18c Update CHANGELOG.md #21793
  • 811742e Removing forcenew on the kubernetes_cluster http_proxy_config no_proxy ...
  • 0746c7f azurerm_consumption_budget_subscription - update validation for name (#21...
  • 4658cfe Update CHANGELOG.md for #21792
  • cf332df Docs: correct openid_configuration_endpoint argument description (#21804)
  • 32fe2fe synapse: refactoring to use tombuildsstuff/kermit rather than `Azure/azur...
  • 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 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)