v1.0.0-rc1
Pre-release
Pre-release
Replace deprecated data template_file with templatefile function @carl-reverb (#89)
what
- Replace deprecated data template_file with templatefile function
why
- Users of arm architecture computers cannot use deprecated template provider
references
- closes #87
Update eks ami regex to use kube 1.20 ami @nitrocode (#76)
what
- Replaces 1-9 with 0-9 in ami regex
why
- This enables the ami data source to retrieve the correct ami for kube 1.20
references
- Closes #71
Revert master to v0.18.4 (current GA release) @Nuru (#90)
what
- Revert main to v0.18.4
why
- PR #73 converted this module to use an experimental and since abandoned version of the security group module. This was published as version 0.19.0. 0.18.4 was the last version published before that modification, and the last supported version. This PR reverts the master branch to version 0.18.4 in preparation for providing a compatible version 1.0 of this module using security group module v2.0.
🚀 Enhancements
Max instance lifetime @nitrocode (#75)
what
- add max_instance_lifetime
why
From #70
Having this would be helpful as a backstop for the in-cluster node replacement options with cluster-autoscaler / node-problem-detector / Draino to ensure that a node is replaced even if all else fails.
references
- Closes #70