Skip to content

Releases: Azure/caf-terraform-landingzones

2012.1.0

17 Dec 15:48
2d3c046
Compare
Choose a tag to compare

2012.0.0

11 Dec 11:55
c1c5b35
Compare
Choose a tag to compare
  • Multi-subscription deployment: initial support to deploy landing zones in any subscription from the launchpad subscription.
  • Autonomous module consumption: consumption of the CAF module outside of landing zones.
  • Starter kit extension: added new scenarios for sandpit environment, added support for AKS.

2010.0.3

10 Dec 10:38
d60741e
Compare
Choose a tag to compare

Added tags inheritance for add-ons [#116 ]

2010.0.2

02 Dec 09:30
9127827
Compare
Choose a tag to compare

Adding version pinning for azurerm 2.37.0 and azurecaf 0.4.19

2010.0.1

16 Nov 08:49
560e762
Compare
Choose a tag to compare

Add support for slug in global settings for naming convention.
Add eventhub namespace in core landing zones for diagnostics settings

2010.0.0

06 Nov 06:46
c182912
Compare
Choose a tag to compare

Note this new release is not backward compatible with previous deployments. You will have to deploy fresh this version and migrate manually the tfstates.

We have stabilized the foundation of the launchpad with this new version making future upgrade possible.

2010.0.preview2

30 Oct 10:16
Compare
Choose a tag to compare
2010.0.preview2 Pre-release
Pre-release
Merge branch '0.4' of https://github.com/Azure/caf-terraform-landingz…

…ones into 0.4

2010.0.preview1

29 Oct 08:31
Compare
Choose a tag to compare
2010.0.preview1 Pre-release
Pre-release
Add managed_identities to devops agents

v8.0.2008

03 Sep 00:36
05cb01e
Compare
Choose a tag to compare

v8.0.2008 (August 2020)

BREAKING CHANGES:

  • We have fully migrated the codebase to Terraform 0.13 and refactored the code rely on a new key-based iterative model to simplify deployment and maintenance. We also leverage new features like conditions and iterations on modules, variables validation, etc.
  • Backup your TFstate and redeploy from scratch.

FEATURES:

  • added support for azurerm 2.25 : On all sample landing zones azurerm provider
  • landingzone_caf_foundations : Refactoring foundations to use new key-based iterative model, enabling support for multi-regions foundations.
  • landingzone_networking : Refactoring networking landing zones to use new key-based iterative model, this is enabling support for all networking models in only one landing zone.

v7.0.2007

27 Jul 04:19
5e4afc4
Compare
Choose a tag to compare

v7.0.2007 (July 2020)

BREAKING CHANGES:

  • Update to rover syntax, as documented in landing zones, syntax is now: rover -lz -a <plan|apply|delete> (refer to Getting started and landing zones readmes)

FEATURES:

  • launchpad: introduced support for Azure DevOps Addons and Azure DevOps self hosted agents.
  • added support for azurerm 2.20 : On all sample landing zones azurerm provider
  • rover : upgrade to rover 2007: - support for Terraform 0.29 - #61
  • rover : support for rover in Azure Container Instance - #62
  • landingzone_caf_foundations : Fixed passing in the list of supported services- #61