Skip to content

Releases: Azure/terraform-azurerm-avm-res-web-site

v0.19.1

02 Sep 19:56
91b3e54
Compare
Choose a tag to compare

Breaking Changes

N/a

Features

  • support for 512 as a valid value for instance_memory_in_mb for flex consumption function apps via #231 (@tsutsu3)

Updates

  • new existing example (addresses Issue #230)

What's Changed

  • doc: new example for existing resources by @donovm4 in #233
  • feat: add support for 512 for instance_memory_in_mb by @donovm4 in #234

Full Changelog: v0.19.0...v0.19.1

v0.19.0

29 Aug 13:18
f46b448
Compare
Choose a tag to compare

Breaking Changes

  • updating metric to enabled_metric for diagnostic settings (addresses #225)

Features

  • application insights instrumentation key logic added to logic app (addresses #223)
  • https_only added to function app consumption (addresses #221)
  • virtual_network_backup_restore_enabled functionality added to web apps (addresses #220)

Updates

  • main.custom_domains.tf spelling corrected

What's Changed

  • chore: pre-commit updates by @azure-verified-modules[bot] in #216
  • chore: pre-commit updates by @azure-verified-modules[bot] in #226
  • release/v0.19 overhaul by @donovm4 in #227
  • chore: pre-commit updates by @azure-verified-modules[bot] in #228
  • Fix misspelling in filename by @mrolli in #229

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

28 Jul 15:07
dd72769
Compare
Choose a tag to compare

Breaking Change(s)

  • potential breaking change regarding diagnostics setting to use category for log_categories
  • potential breaking change regarding removing setting virtual_application by default , as provider issue needing workaround has been resolved (see here), addressing Issue #211

Feature(s)

  • vnet_image_pull_enabled functionality available (addresses #210)

Update(s)

  • removed clent_secret_setting_name as its value will be decided automatically based on the result of applying the configuration. attempting to set this argument resulted in errors with custom_oidc_v2 blocks as mentioned in Issue #206
    • added auth_settings_v2 in examples / web_app
  • updated examples / ip_restriction to show proper configuration of headers, addressing #215

What's Changed

  • chore: pre-commit updates by @azure-verified-modules[bot] in #205
  • chore: pre-commit updates by @azure-verified-modules[bot] in #208
  • update: diagnostic settings to use category <-- category_group by @donovm4 in #213
  • bugfix: removing client_secret_setting_name from root module by @donovm4 in #214

Full Changelog: v0.17.2...v0.18.0

v0.17.2

16 Jun 15:31
c938222
Compare
Choose a tag to compare

Breaking Change(s)

NONE

Feature(s)

  • new variable storage_user_assigned_identity_id for flex consumption scenarios with user assigned identites

Update(s)

  • revised to required_version to accept ">= 1.9, < 2.0"
  • updated the following logic
storage_access_key                             = var.storage_authentication_type == "StorageAccountConnectionString" ? var.storage_account_access_key : null
storage_user_assigned_identity_id              = var.storage_authentication_type == "UserAssignedIdentity" ? var.storage_user_assigned_identity_id : null

v0.17.1

10 Jun 14:58
7ec1951
Compare
Choose a tag to compare

Breaking Change(s)

NONE

Feature(s)

  • virtual_network_backup_restore_enabled for function apps
  • scm_publish_basic_authentication_enabled functionality (from 0.17.0)
  • ftp_publish_basic_authentication_enabled functionality (from 0.17.0)

Update(s)

  • vnet_image_pull_enabled through azurerminstead ofazapi`

v0.17.0

06 Jun 18:23
c31a8d6
Compare
Choose a tag to compare

Breaking Change(s)

  • Deprecation of access_key in deployment_slots. Please refer to slots_storage_shares_to_mount_sensitive_values. (addresses #196)

Feature(s)

  • New variable vnet_image_pull_enabled allowing for vnet image pulling. (addresses #197)

Update(s)

  • cookie_expiration_time now defaults to 08:00:00.
  • Updated logic for system_assigned_mi_principal_id_slots.

v0.16.4

17 Apr 16:52
9c57908
Compare
Choose a tag to compare

Breaking Change(s)

None

Feature(s)

None

Update(s)

  • fixing bug in 0.16.3 where module attempted to iterate over local null value for deployment_slots keys

Contributors

v0.16.3

16 Apr 19:15
8fc3b55
Compare
Choose a tag to compare

Breaking Change(s)

None

Feature(s)

  • further addressing bug for private ip configurations (#173)
  • implements logic for more accurate and non-breaking functionality for app service logs, specifically when application_logs / file_system_level is set to Off (#187)

Update(s)

None

Contributors

v0.16.2

10 Apr 18:08
24bc59a
Compare
Choose a tag to compare

Breaking Change(s)

None

Feature(s)

  • incorporating logic for logicapp private endpoint and role assignment functionality addressing #189

Update(s)

None

Contributors

None

v0.16.1

09 Apr 19:48
13e770b
Compare
Choose a tag to compare

Breaking Change(s)

None

Feature(s)

None

Update(s)

  • bug fix for slot private endpoints / private ip

Contributors

None