Skip to content

Latest commit

 

History

History
195 lines (91 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

195 lines (91 loc) · 11.4 KB

Changelog

5.1.0 (2024-11-26)

Features

5.0.2 (2024-08-26)

Documentation

5.0.1 (2024-08-23)

Miscellaneous Chores

  • update variable and output descriptions (#72) (24ae031)

5.0.0 (2024-08-22)

⚠ BREAKING CHANGES

  • remove variable application_insights_key. To migrate your project, use variable application_insights_connection_string instead.
  • public network access denied by default. To keep public network access allowed by default, set the value of variables ip_restriction_default_action and scm_ip_restriction_default_action to "Allow".
  • changes to app settings will no longer be ignored. To migrate your project, configure app settings for your Function App using the new app_settings variable. Consider using App Configuration and Key Vault references to continue managing settings outside of Terraform.
  • remove variables storage_account_name, storage_account_key and system_assigned_identity_enabled. Add required variable storage_account_id.

Features

  • configure app settings (#68) (9f6408c)
  • connect to Storage using RBAC (#65) (1d97892)
  • deny public network access by default (#69) (bce2065)
  • remove deprecated App Insights instrumentation key (#71) (43e401f)

4.1.0 (2024-03-21)

Features

  • use 32-bit worker worker process (#58) (90afbe0)

4.0.0 (2024-03-19)

⚠ BREAKING CHANGES

  • split variable application_stack object properties into variables application_stack_dotnet_version, application_stack_use_dotnet_isolated_runtime, application_stack_java_version, application_stack_node_version, application_stack_python_version and application_stack_powershell_core_version. Option to set application stack use_custom_runtime has been removed.

Features

  • split application stack properties into variables (#56) (ca18c23)

3.6.0 (2024-02-22)

Features

  • variable for diagnostic setting metric (#53) (809263b)

3.5.2 (2023-12-20)

Bug Fixes

  • remove diagnostic setting retention policies (#48) (f612009)

3.5.1 (2023-09-27)

Bug Fixes

  • user-assigned identities not being assigned (#38) (81466d8), closes #37

3.5.0 (2023-09-25)

Features

  • auto assign Key Vault reference identity ID (#34) (a3ec8a7)

3.4.1 (2023-09-22)

Bug Fixes

  • set correct .NET runtime version (#31) (6a57927)

3.4.0 (2023-09-20)

Features

3.3.0 (2023-09-19)

Features

3.2.1 (2023-09-19)

Bug Fixes

3.2.0 (2023-09-19)

Features

  • set minimum number of elastic instances (#21) (c9fa4ca)

3.1.2 (2023-09-15)

Bug Fixes

  • route all outbound traffic through vNet (#19) (c63a9fc)

3.1.1 (2023-09-15)

Bug Fixes

  • configure vNet configuration for Windows app (#17) (952c426)

3.1.0 (2023-09-14)

Features

3.0.0 (2023-07-26)

⚠ BREAKING CHANGES

  • remove variable identity, add variables system_assigned_identity_enabled and identity_ids.

Code Refactoring

2.1.2 (2023-07-26)

Bug Fixes

  • don't specify Log Analytics destination type (#10) (b983a60)

2.1.1 (2023-06-16)

Bug Fixes

2.1.0 (2023-04-27)

Features

  • set diagnostic setting enabled log categories (#6) (412bf2a)

2.0.0 (2023-04-17)

⚠ BREAKING CHANGES

  • submodule app is now main module.

Code Refactoring

  • one-to-one mapping of module calls to visible Azure resources (#4) (181f49a)

0.1.0 (2023-02-16)

Features