This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Releases: FairwindsOps/azure-terraform-modules
Releases · FairwindsOps/azure-terraform-modules
virtual_network-v0.9.1
aks_cluster-v2.0.3
aks_cluster-v2.0.2
What's Changed
- Update README.md by @rbren in #24
- Update README.md by @rbren in #26
- Add max_surge value to node pool by @katiekeel in #25
- standardize on https style pull by @sntxrr in #27
- name to display_name by @sntxrr in #28
New Contributors
- @rbren made their first contribution in #24
- @katiekeel made their first contribution in #25
Full Changelog: aks_cluster-v2.0.0...aks_cluster-v2.0.2
virtual_network-v0.9.0
aks_node_pool-v0.6.0
What's Changed
- Add max_surge value to node pool by @katiekeel in #25
aks_cluster-v2.0.0
Removed the public_ssh_key_path
variable and replaced with public_ssh_key
so that the public key is not read from a file, but is instead given directly. This provides greater compatibility with using this module in Terraform Cloud, and is a breaking change, as the key will need to be provided directly as a parameter now.
aks_cluster-v1.0.0
- Implements new Azure AD integration method
- Breaking change on terraform state, manual intervention required for upgrades, see details here: #22
virtual_network-v0.8.0
Add support for Azure DDoS Protection Plans
virtual_network-v0.7.0
Remove the azurerm
provider from the module. See CHANGELOG for details before upgrading.
aks_node_pool-v0.5.0
Remove the azurerm
provider from the module. See CHANGELOG for details before upgrading.