Releases: dominodatalab/terraform-aws-eks
v3.8.2
v3.8.1
v3.7.3
What's Changed
- Update single-node vars by @miguelhar in #232
- [DOM-55609] - removed long term storage lifecycle by @ddl-olsonJD in #234
Full Changelog: v3.7.2...v3.7.3
v3.7.2
v3.7.1
v3.7.0
ebs.csi.aws.com/agent-not-ready:NoExecute
taint to the compute, GPU, and additional node groups in order to mitigate potential race conditions with the AWS EBS CSI driver. If using cluster-autoscaler, make sure that the taint is added to the ignore list with --ignore-taint=ebs.csi.aws.com/agent-not-ready
.
What's Changed
- add iam:UpdateOpenIDConnectProviderThumbprint to IAM permissions by @steved in #229
- add a default EBS CSI driver taint to node pools by @steved in #228
Full Changelog: v3.6.3...v3.7.0
v3.6.3
v3.6.2
v3.6.1
What's Changed
- PLAT-7948: Add DescribeRecoveryPoint to bootstrap by @Secretions in #222
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
- Remove hosted zone from state, in favor or IRSA by @miguelhar in #220
The route53_hosted_zone_name
and route53_hosted_zone_private
variables have been removed from the infra
module. This variable was previously used to trigger the creation of an IAM policy that would get attached to the EKS nodes in order to support the external-dns
chart. This is no longer supported, instead use the irsa module. See the following example for more details.
Full Changelog: v3.5.0...v3.6.0