Skip to content

Releases: torumakabe/aks-anti-dry-iac

v2.1.0

15 Mar 08:35
8343b7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

Refactoring

09 Mar 04:56
cb07ba6
Compare
Choose a tag to compare
  • Breaking changes
    • Re-organize directory structure for improvements
    • Not compatible with ver. 1.x
  • Improvements
    • Overall
      • Reduce hard coded configs like ID
        • Take advantage of Terraform interpolation and Flux substitution
      • Update tools & dependencies
    • Terraform
      • Split HCL into two modules (AKS and k8s) due to limitation of Terraform
      • Re-design virtual network & subnet address space
      • Split AKS system & user node pool
      • Adopt AKS node pool per zone model
      • Clarify config separation for develop and production environments
      • Add Azure Policy Sample HCL
    • Flux
      • Replace CSI secret driver helm installation to AKS add-on
      • Add Chaos Mesh
    • Test
      • Change the concept of testing Terraform code
      • Reduce e2e test time (Set up and clean up AKS clusters in parallel)

add new features (tests & more)

21 Oct 06:38
Compare
Choose a tag to compare
  • New features
  • Improvements
    • Transition to stateless CI
    • Streamline flux scripts
    • Update tools & dependencies