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.54.0 to ~>3.55.0 in /scenarios/secure-baseline-ase/terraform #141

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.55.0

FEATURES:

  • New Data Source: azurerm_kubernetes_node_pool_snapshot (#21511)
  • New Resource: azurerm_cosmosdb_postgresql_firewall_rule (#21599)

ENHANCEMENTS:

  • appconfiguration: refactoring to use tombuildsstuff/kermit rather than an embedded SDK (#21623)
  • recoveryservicesbackup - updating to use API Version 2023-02-01 (#21575)
  • azurerm_kubernetes_cluster_node_pool - support for the snapshot_id property (#21511)

BUG FIXES:

  • Data Source: azurerm_healthcare_fhir_service - identity now exports both SystemAssigned and UserAssigned identities (#21594)
  • azurerm_local_network_gateway - validating that address_space isn't set to an empty string (#21566)
  • azurerm_log_analytics_cluster - Add locks and remove unneeded WaitForState checks (#21631)
  • azurerm_log_analytics_cluster_customer_managed_key - Add locks and remove unneeded WaitForState checks (#21631)
  • azurerm_managed_disk - now detaches when disk_size_gb increases from below 4095 to above 4095 (#21620)
  • Service mssqlmanagedinstance - add initialize of client.MSSQLManagedInstance to fix panic (#21657)
  • azurerm_virtual_machine - fixing a regression when parsing the OS Disk ID from the Azure API (#21606)
  • azurerm_virtual_machine - fixing a regression when parsing the Data Disk ID from the Azure API (#21606)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.55.0 (May 04, 2023)

FEATURES:

  • New Data Source: azurerm_kubernetes_node_pool_snapshot (#21511)
  • New Resource: azurerm_cosmosdb_postgresql_firewall_rule (#21599)

ENHANCEMENTS:

  • appconfiguration: refactoring to use tombuildsstuff/kermit rather than an embedded SDK (#21623)
  • recoveryservicesbackup - updating to use API Version 2023-02-01 (#21575)
  • azurerm_kubernetes_cluster_node_pool - support for the snapshot_id property (#21511)

BUG FIXES:

  • Data Source: azurerm_healthcare_fhir_service - identity now exports both SystemAssigned and UserAssigned identities (#21594)
  • azurerm_local_network_gateway - validating that address_space isn't set to an empty string (#21566)
  • azurerm_log_analytics_cluster - Add locks and remove unneeded WaitForState checks (#21631)
  • azurerm_log_analytics_cluster_customer_managed_key - Add locks and remove unneeded WaitForState checks (#21631)
  • azurerm_managed_disk - now detaches when disk_size_gb increases from below 4095 to above 4095 (#21620)
  • Service mssqlmanagedinstance - add initialize of client.MSSQLManagedInstance to fix panic (#21657)
  • azurerm_virtual_machine - fixing a regression when parsing the OS Disk ID from the Azure API (#21606)
  • azurerm_virtual_machine - fixing a regression when parsing the Data Disk ID from the Azure API (#21606)

3.54.0 (April 27, 2023)

BREAKING CHANGES:

  • azurerm_attestation_provider - the field policy is deprecated and non-functional due to a design issue with the original resource (where this wasn't retrieved from the Azure API and thus wasn't exposed correctly) - this has been superseded by the fields open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64. (#21524)

FEATURES:

  • New Resource: azurerm_arc_kubernetes_cluster_extension (#21310)
  • New Resource: azurerm_cosmosdb_postgresql_cluster (#21090)
  • New Resource: azurerm_email_communication_service (#21526)
  • New Resource: azurerm_kubernetes_cluster_extension (#21310)
  • New Resource: azurerm_netapp_volume_group_sap_hana (#21290)
  • New Resource: azurerm_storage_mover_project (#21477)
  • New Resource: azurerm_storage_mover_job_definition (#21514)

ENHANCEMENTS:

  • dependencies: updating to v0.20230427.1112058 of github.com/hashicorp/go-azure-sdk (#21583)
  • security: updating to API Version 2023-01-01 (#21531)
  • Data Source: azurerm_virtual_network_gateway - add support for the field private_ip_address (#21432)
  • azurerm_active_directory_domain_service - domain_name now supports a length up to 30 characters (#21555)
  • azurerm_attestation_provider - adding support for the field open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64 (#21524)
  • azurerm_attestation_provider - adding support for the field sgx_enclave_policy_base64 (#21524)
  • azurerm_attestation_provider - adding support for the field tpm_policy_base64 (#21524)
  • azurerm_billing_account_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)

... (truncated)

Commits
  • 715ec6c v3.55.0
  • d151328 Update CHANGELOG.md for #21657
  • 944e309 mssqlmanagedinstance: add initialize of client.MSSQLManagedInstance to fi...
  • d720cbb Update CHANGELOG.md for #21599
  • 4414976 New Resource: azurerm_cosmosdb_postgresql_firewall_rule (#21599)
  • fd88437 Merge pull request #21649 from hashicorp/f/scope-kubernetes-snapshot-to-node-...
  • 8a66d37 rename data source in registration
  • 309de3a rename model and type to KubernetesNodePoolSnapshotDataSource
  • 65171ef rename property in test and update doca
  • 7830615 rename and scope kubernetes snapshot data source to node pools
  • 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)