Skip to content

v0.14.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pst pst released this 21 Apr 14:26
· 290 commits to master since this release
8b95ff0
  • Upgrade to Terraform v0.15.0 and refactor provider handling #179
    • Migrate from strict versioning inside modules to new terraform.hcl.lock approach
    • Remove vendored providers from container images deb7e56
    • Updated CLI versions in container image
  • AKS: Fix AKS vnet names to support multiple clusters and environments in the same resource group #175
  • Evaluate testing for configuration and metadata modules using new terraform test feature #185

Upgrade Notes

AKS

For clusters provisioned using the Azure network plugin (network_plugin = "azure") the changed virtual network (vnet) and subnet names will trigger a destroy and recreate plan. To keep the legacy names for existing clusters that you do not wish to recreate set legacy_vnet_name = true.