Skip to content

Latest commit

 

History

History
308 lines (238 loc) · 46.4 KB

CHANGELOG.md

File metadata and controls

308 lines (238 loc) · 46.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog, and this project adheres to Semantic Versioning.

3.14.0 - 2024-08-15

Added

  • Add module azure/api_connectors/sftp_ssh (#428) (@patrik-pa4k)
  • azure/postgresql: Add variable authentication_active_directory_auth_enabled (#429) (@tom-reinders)
  • azure/postgresql: Add variable authentication_password_auth_enabled (#429) (@tom-reinders)
  • azure/postgresql: Add variable authentication_tenant_id (#429) (@tom-reinders)
  • azure/postgresql_public: Add variable authentication_active_directory_auth_enabled (#429) (@tom-reinders)
  • azure/postgresql_public: Add variable authentication_password_auth_enabled (#429) (@tom-reinders)
  • azure/postgresql_public: Add variable authentication_tenant_id (#429) (@tom-reinders)

3.13.0 - 2024-07-18

Changed

  • azure/web_app_linux: Start creating certificates for custom_domains (#422) (@khillen)

3.12.1 - 2024-07-16

Fixed

  • azure/storage_account_public: Fix breaking bug when loganalytics_diagnostic_setting not set (#423) (@tom-reinders)

3.12.0 - 2024-07-15

Changed

  • Update version of multiple GitHub Actions (#372, #379) (@tom-reinders)
  • azure/logic_app: Deprecate output enpoint, replace with endpoint (#384) (@pipalmic, @tom-reinders)
  • azure/function_app_linux_managed_identity: Add group_id to managed_identity_provider variable in var.managed_identity_provider.create path (#386) (@zjanura)
  • azure/function_app_linux_managed_identity: Deprecate variable storage_account_access_key, use use_managed_identity instead (#414) (@ArtiomMatiom)
  • azure/function_app_linux_managed_identity: Add default with value of null to variable storage_account_access_key (#414) (@ArtiomMatiom)
  • azure/monitoring_log_analytics_alert: Add default with value of null to variable action_group_id (#415) (@ArtiomMatiom)
  • azure/api_management: Add frontend_request_body_bytes to diagnostic_settings variable (#416, #419) (@pipalmic, @tom-reinders)
  • azure/api_management: Add frontend_response_body_bytes to diagnostic_settings variable (#416, #419) (@pipalmic, @tom-reinders)
  • azure/api_management: Add backend_request_body_bytes to diagnostic_settings variable (#416, #419) (@pipalmic, @tom-reinders)
  • azure/api_management: Add backend_response_body_bytes to diagnostic_settings variable (#416, #419) (@pipalmic, @tom-reinders)
  • azure/storage_account_public: Change default of variable cors_rules from null to [] (#419) (@tom-reinders)

Added

Fixed

  • azure/function_app_linux: Fix VNET integration definition (#373) (@pipalmic)
  • azure/function_app_linux_managed_identity: Fix VNET integration definition (#373) (@pipalmic)
  • azure/function_app_windows: Fix VNET integration definition (#373) (@pipalmic)

3.11.0 - 2023-10-02

Added

3.10.0 - 2023-08-28

Added

3.9.0 - 2023-08-24

Added

3.8.0 - 2023-08-15

Added

3.7.0 - 2023-07-14

Added

3.6.0 - 2023-07-13

Added

3.5.0 - 2023-06-23

Changed

Added

Fixed

3.4.0 - 2023-05-30

Added

3.3.0 - 2023-05-15

Changed

Added

Fixed

  • azure/logic_app_standard: Fix deployment bug caused by hashicorp/terraform-provider-archive#40 (#316) (cdae9fcb) (@tjezek)
  • azure/mssql: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (#320) (cd6ca71d) (@tom-reinders)
  • azure/mysql: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (#320) (cd6ca71d) (@tom-reinders)
  • azure/mysql_flexible_server: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (#320) (cd6ca71d) (@tom-reinders)
  • azure/postgresql: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (#320) (cd6ca71d) (@tom-reinders)
  • azure/synapse_workspace: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (#320) (cd6ca71d) (@tom-reinders)

3.2.0 - 2023-04-11

Changed

  • azure/service_bus_subscription: Change default of variable lock_duration from P0DT0H1M0S to PT1M (#304) (3b50ca39) (@tjezek)

Added

3.1.0 - 2023-04-05

Added

3.0.0 - 2023-03-30

If you are upgrading: please see UPGRADE_3.0.md.

Changed

Added

Removed

  • Breaking: Remove deprecated module azure/key_vault_cetificate, replace with azure/key_vault_certificate (#249) (d1574f22) (@tom-reinders)
  • Breaking: Remove module azure/storage_container_nfsv3, already exists as azure/data_lake_filesystem module (#257) (a1d585f3) (@tom-reinders)
  • Breaking: Remove module azure/log_analytics_workbook, replace with azure/application_insights_workbook (#262, #263) (93b1f1d7, b70b7689) (@ArtiomMatiom, @tom-reinders)
  • Breaking: Remove module azure/integration_service_environment (#263) (016125f6) (@tom-reinders). Resource is deprecated (source).
  • Breaking: azure/subnet: Remove variable enforce_private_link_endpoint_network_policies, replace with private_endpoint_network_policies_enabled (#265) (b26228b4) (@tom-reinders)
  • Breaking: Remove module azure/app_service_plan, replace with azure/service_plan (#261) (beaf338d) (@tom-reinders)
  • Breaking: Remove module azure/app_service, replace with azure/web_app_linux and azure/web_app_windows (#261) (8990f2e4, 1fb0c954) (@tom-reinders)
  • Breaking: Remove module azure/monitoring, replace with azure/azure/monitoring_action_group and azure/monitoring_log_analytics_alert (#268) (5bd013c1) (@pipalmic)
  • Breaking: Remove module azure/api_connectors/storage_account, replace with azure/api_connectors/storage_blob and azure/api_connectors/storage_table (#276) (7a483886) (@pipalmic)