Skip to content

v0.19.0

Compare
Choose a tag to compare
@jaredfholgate jaredfholgate released this 18 Jul 20:26
· 21 commits to main since this release
8dd8d53

Summary

This update brings multi-region support along with guidance for deploying networking components across multiple regions.

We are also excited to introduce V2 of the ALZ-Bicep Accelerator! Expanding on the features of the V1 Accelerator, V2 provides complete automation for setting up continuous integration and deployment environments in both Azure DevOps and GitHub.
New Features and Improvements:

  • Support for self-hosted container instances for GitHub Runners and Azure DevOps Agents.
  • Templatized pipelines with options to toggle module deployments.
  • Group/member approval processes for deployments.
  • And many more enhancements!

Note: The classic version of the ALZ Bicep Accelerator will be maintained for a limited time. We recommend migrating to the new version as soon as possible.

What's Changed

  • Add DdosEnabled toggle and fix logic modPolicyAssignmentConnEnableDdos by @oZakari in #810
  • Bug: Several hygiene fixes and/or cleanup by @oZakari in #809
  • bug: Fix deploymentnames in pipeline-scripts to max 64 char by @picccard in #801
  • Sentinel onboarding via OnboardingStates API by @cloudchristoph in #811
  • [vwanConnectivity] Refactor to support multi-region hubs by @sebassem in #805
  • Enhancement: Remove secret references for login by @oZakari in #793
  • ALZ bicep modules multi-region guidance by @sebassem in #804
  • Implement bicep bootstrap by @jaredfholgate in #799

Breaking Changes

With PR #805, the following parameters were moved into the user-defined type of virtualWanOptionsType to allow for different firewall configurations per hub/region

  • parAzFirewallDnsServers
  • parAzFirewallIntelMode
  • parAzFirewallDnsProxyEnabled
  • parAzFirewallTier
  • parAzFirewallAvailabilityZones

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