Skip to content

Releases: dominodatalab/terraform-aws-eks

v2.1.2

02 Jun 20:23
f579ea6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

01 Jun 16:41
206c513
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

25 May 15:25
eecb6c1
Compare
Choose a tag to compare

⚠️ KMS is enabled by default. If you used a version of this module earlier than 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

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

25 Apr 23:25
35f0247
Compare
Choose a tag to compare

What's Changed

  • fix support for EKS master roles passed in variables by @steved in #78
  • Refactor split submodule scripts by @Secretions in #79

Full Changelog: v2.0.2...v2.0.3

v2.0.2

18 Apr 19:18
622dfe4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v1.2.5

18 Apr 19:56
Compare
Choose a tag to compare

Patch release to fix April 2023 changes to S3 bucket provisioning

v2.0.1

10 Apr 19:31
f8a2712
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Apr 00:26
7fae06b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v2.0.0

v1.4.3

23 Mar 19:16
8750f52
Compare
Choose a tag to compare

What's Changed

  • Adjust node security group rules (APIServices) by @fraenkel in #62

Full Changelog: v1.4.2...v1.4.3

v1.4.2

22 Mar 12:55
647cd8b
Compare
Choose a tag to compare

What's Changed

  • ignore CKV2_AWS_62, S3 event notifications requirement by @steved in #58
  • PLAT-6387 registry defaults to docker.io, set to quay by @miguelhar in #61

Full Changelog: v1.4.1...v1.4.2