Skip to content

Releases: dominodatalab/terraform-aws-eks

v3.8.2

01 Apr 17:14
02e826f
Compare
Choose a tag to compare

What's Changed

  • Move flyteadmin from controlplane to dataplane role by @noahjax in #236

Full Changelog: v3.8.1...v3.8.2

v3.8.1

27 Mar 17:51
818e183
Compare
Choose a tag to compare

This release reverts the changes in v3.8.0 and has the same contents as v3.7.3.

v3.7.3

20 Mar 12:27
6178e07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.2...v3.7.3

v3.7.2

15 Mar 20:11
ec08fc8
Compare
Choose a tag to compare

What's Changed

  • allow configurable iops and throughput for node group volumes by @steved in #230
  • fix VPC CNI provisioning without pod subnets by @steved in #231

Full Changelog: v3.7.1...v3.7.2

v3.7.1

14 Mar 18:18
96ac77c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.7.1

v3.7.0

13 Mar 18:29
c2121d8
Compare
Choose a tag to compare

⚠️ This release adds a default 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

08 Mar 22:25
4c10ac3
Compare
Choose a tag to compare

What's Changed

  • remove explicit root_block_device inclusion of tags by @steved in #224
  • [DOM-55148] Use KMS as default in Flyte s3 buckets by @ddl-rliu in #226

New Contributors

Full Changelog: v3.6.2...v3.6.3

v3.6.2

01 Mar 20:45
4aa12b9
Compare
Choose a tag to compare

What's Changed

  • [DOM-54483] Link flyte roles to flyte buckets, add permissions and move flyte to it's own module by @noahjax in #218

Full Changelog: v3.6.1...v3.6.2

v3.6.1

27 Feb 00:03
9f7f128
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

22 Feb 16:28
4d295bf
Compare
Choose a tag to compare

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