Releases: truefoundry/terraform-azure-truefoundry-cluster
Releases · truefoundry/terraform-azure-truefoundry-cluster
v0.6.4
v0.6.3
v0.6.2
What's Changed
- Making node count as null to avoid downscaling by @dunefro in #21
- This change ensure that nodepools don't downscale, so if you get the node count from n -> 0 in the terraform plan please switch to this version for avoiding downscaling
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- chore(terraform): update azurerm provider version constraint to allow newer versions by @sachincool in #16
- Moving to common workflows by @dunefro in #17
- hl/update version by @sachincool in #18
- Added support for existing cluster by @dunefro in #19
New Contributors
- @sachincool made their first contribution in #16
Full Changelog: v0.5.2...v0.6.0
Changelog Description
- Added support for existing cluster using
var.use_existing_cluster
- Added data block to fetch existing cluster details
- Added upgrade guide to have migration steps.
- Added a
scripts/
directory to have migration scripts and other uses.