Skip to content

Releases: equinor/terraform-azurerm-web-app

v8.0.0

27 Sep 12:11
71ea3eb
Compare
Choose a tag to compare

8.0.0 (2022-09-27)

⚠ BREAKING CHANGES

  • remove variable app_name
  • remove variable auth_settings_enabled
  • remove variable aad_client_id
  • remove variable aad_client_secret_setting_name
  • remove variable acr_managed_identity_client_id
  • remove variable managed_identity_ids
  • remove variable custom_hostnames
  • remove output app_id
  • remove output app_name
  • remove output aad_client_secret_setting_name
  • remove output identity_principal_id
  • remove output identity_tenant_id

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Features

v7.1.0

22 Sep 09:21
7dd94e0
Compare
Choose a tag to compare

7.1.0 (2022-09-22)

Features

v7.0.0

21 Sep 13:52
7f1a84c
Compare
Choose a tag to compare

7.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • deploy non-docker apps (#36)

Features

v6.0.0

21 Sep 13:12
a688b82
Compare
Choose a tag to compare

6.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • remove variable service_plan_id
  • add variable service_plan_name

Features

v5.0.0

21 Sep 09:47
cf6ede0
Compare
Choose a tag to compare

5.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • variable application removed
  • variable environment removed
  • variable app_service_name renamed to app_name
  • variable app_service_hostnames renamed to
    custom_hostnames
  • output app_service_id renamed to app_id
  • output app_service_name renamed to app_name
  • output app_service_identity_principal_id renamed to
    identity_principal_id
  • output app_service_identity_tenant_id renamed to
    identity_tenant_id
  • sub-module service-plan variable application
    removed
  • sub-module service-plan variable environment
    removed
  • sub-module service-plan variable service_plan_name
    renamed to name
  • sub-module service-plan output service_plan_name
    renamed to nane
  • sub-module service-plan output service_plan_id
    renamed to id

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Code Refactoring

v4.0.0

03 Aug 17:55
3b26848
Compare
Choose a tag to compare

4.0.0 (2022-08-03)

⚠ BREAKING CHANGES

  • variable app_service_settings removed
  • variable azuread_client_id renamed to aad_client_id
  • variable key_vault_name removed
  • variable key_vault_secret_name removed

Features

  • simplify azure ad authentication config (#27) (3b26848)

v3.1.0

02 Aug 07:44
2385749
Compare
Choose a tag to compare

3.1.0 (2022-08-02)

Features

v3.0.0

16 May 09:11
aad1a65
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

02 May 08:39
e1f5805
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

28 Apr 15:19
f3a7a05
Compare
Choose a tag to compare

Initial release.