Skip to content

v5.2.0

Compare
Choose a tag to compare
@jaredfholgate jaredfholgate released this 05 Apr 07:31
· 33 commits to main since this release
fc666d1

Minor version release

This release is a minor version release.

Breaking Changes

Since pushing this release we discovered a breaking change for some users. The threat_intelligence_allowlist variable has change from list to map type. The default empty value in our examples should now be {}. If you are using this variable, you will need to update to the new data structure.

More details here: https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/wiki/%5BUser-Guide%5D-Upgrade-from-v5.1.0-to-v5.2.0

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tests/terratest by @dependabot in #899
  • fix: threat_intelligence_allowlist by @matt-FFFFFF in #907
  • fix(outputs): set Log Analytics workspaces and Automation Accounts as senstive outputs by @Laudenlaruto in #901
  • Add support for user managed identity for policy assignments (re-submission) by @LaurentLesle in #867
  • fix: updating Private DNS Zone resource ID from dnszones to dnsZones by @tobiasehlert in #910
  • feat(connectivity): Add option to set allow_non_virtual_wan_traffic in express route gateway. by @Slapper in #914

New Contributors

Full Changelog: v5.1.0...v5.2.0