v2.1.0
v2.0.0
and did not specify the kms.enabled
property you will need to add the following to your configuration in order to upgrade to this version. Otherwise it will enable KMS and result in recreation of resources and data loss.
kms = {
enabled = false
}
What's Changed
- update required TF version to 1.4 by @steved in #83
- Address new checkov errors; kubernetes version and cloudwatch log group retention by @steved in #88
- support update from refactored network module by @steved in #80
- PLAT-6619: Fix user-provided KMS & don't provision unused EKS KMS key by @Secretions in #84
- Test provided kms key by @miguelhar in #91
- [PLAT-6594] Use t3 instance type by @msingermann-domino in #90
- PLAT-6614 handle kms.enabled by @miguelhar in #87
- PLAT-6697 Add support for gov cloud by @miguelhar in #95
New Contributors
- @msingermann-domino made their first contribution in #90
Full Changelog: v2.0.3...v2.1.0