Commit Graph

869 Commits

Author SHA1 Message Date
semantic-release-bot
cc3fe0590b chore(release): version 18.30.2 [skip ci]
### [18.30.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.30.1...v18.30.2) (2022-10-14)

### Bug Fixes

* Disable creation of cluster security group rules that map to node security group when `create_node_security_group` = `false` ([#2274](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2274)) ([28ccece](28ccecefe2))
2022-10-14 13:17:33 +00:00
Bryant Biggs
28ccecefe2 fix: Disable creation of cluster security group rules that map to node security group when create_node_security_group = false (#2274)
* fix: Disable creation of cluster security group rules that map to node security group when `create_node_security_group` = `false`

* feat: Update Fargate example to run only Fargate and show disabling of both cluster and node security groups

* fix: Ensure CoreDNS changes are made ahead of install
2022-10-14 09:16:57 -04:00
semantic-release-bot
8dc5ad4478 chore(release): version 18.30.1 [skip ci]
### [18.30.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.30.0...v18.30.1) (2022-10-11)

### Bug Fixes

* Update CloudWatch log group creation deny policy to use wildcard ([#2267](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2267)) ([ac4d549](ac4d549629))
2022-10-11 20:28:33 +00:00
Zvika Nadav
ac4d549629 fix: Update CloudWatch log group creation deny policy to use wildcard (#2267)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
2022-10-11 16:28:06 -04:00
semantic-release-bot
7f901840c4 chore(release): version 18.30.0 [skip ci]
## [18.30.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.29.1...v18.30.0) (2022-09-29)

### Features

* Add output for cluster TLS certificate SHA1 fingerprint and provider tags to cluster primary security group ([#2249](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2249)) ([a74e980](a74e98017b))
2022-09-29 19:34:55 +00:00
Bryant Biggs
a74e98017b feat: Add output for cluster TLS certificate SHA1 fingerprint and provider tags to cluster primary security group (#2249) 2022-09-29 15:34:20 -04:00
semantic-release-bot
3200006825 chore(release): version 18.29.1 [skip ci]
### [18.29.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.29.0...v18.29.1) (2022-09-26)

### Bug Fixes

* Set `image_id` to come from the launch template instead of data source for self-managed node groups ([#2239](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2239)) ([c5944e5](c5944e5fb6))
2022-09-26 14:02:57 +00:00
Charles Bushong
c5944e5fb6 fix: Set image_id to come from the launch template instead of data source for self-managed node groups (#2239) 2022-09-26 10:02:13 -04:00
Bryant Biggs
57bb667f20 docs: Add section to FAQ about conflicting security group tags (#2225)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2022-09-07 17:52:27 -04:00
Thomas Colomb
9e184dddf4 chore: Correct example ASG tag(s) to match cluster-autoscaler requirements (#2220) 2022-09-07 10:33:26 -04:00
semantic-release-bot
4ca9187d53 chore(release): version 18.29.0 [skip ci]
## [18.29.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.28.0...v18.29.0) (2022-08-26)

### Features

* Allow TLS provider to use versions 3.0+ (i.e. - `>= 3.0`) ([#2211](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2211)) ([f576a6f](f576a6f9ea))
2022-08-26 19:45:43 +00:00
Karsten Siemer
f576a6f9ea feat: Allow TLS provider to use versions 3.0+ (i.e. - >= 3.0) (#2211) 2022-08-26 15:45:07 -04:00
semantic-release-bot
0957d67445 chore(release): version 18.28.0 [skip ci]
## [18.28.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.27.1...v18.28.0) (2022-08-17)

### Features

* Add output for launch template name, and correct variable type value ([#2205](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2205)) ([0a52d69](0a52d690d5))
2022-08-17 10:25:11 +00:00
Bryant Biggs
0a52d690d5 feat: Add output for launch template name, and correct variable type value (#2205) 2022-08-17 12:24:22 +02:00
semantic-release-bot
c0f14fbdef chore(release): version 18.27.1 [skip ci]
### [18.27.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.27.0...v18.27.1) (2022-08-09)

### Bug Fixes

* Remove empty `""` from node group names output when node group creation is disabled ([#2197](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2197)) ([d2f162b](d2f162b190))
2022-08-09 19:25:53 +00:00
Bryant Biggs
d2f162b190 fix: Remove empty "" from node group names output when node group creation is disabled (#2197) 2022-08-09 15:25:11 -04:00
semantic-release-bot
34dc4bd37d chore(release): version 18.27.0 [skip ci]
## [18.27.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.6...v18.27.0) (2022-08-09)

### Features

* Default to clusters OIDC issuer URL for `aws_eks_identity_provider_config` ([#2190](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2190)) ([93065fa](93065fabdf))
2022-08-09 19:07:15 +00:00
Igor Brites
93065fabdf feat: Default to clusters OIDC issuer URL for aws_eks_identity_provider_config (#2190)
feat: setting oidc issuer as default option for aws_eks_identity_provider_config

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
2022-08-09 15:06:39 -04:00
pen-pal
6d3fc1b93a docs: Update KMS Key Default Policy Description (#2176) 2022-08-08 20:01:07 -04:00
semantic-release-bot
58285f37d1 chore(release): version 18.26.6 [skip ci]
### [18.26.6](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.5...v18.26.6) (2022-07-22)

### Bug Fixes

* Pin TLS provider version to 3.x versions only ([#2174](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2174)) ([d990ea8](d990ea8aff))
2022-07-22 12:29:39 +00:00
Bryant Biggs
d990ea8aff fix: Pin TLS provider version to 3.x versions only (#2174) 2022-07-22 08:29:00 -04:00
semantic-release-bot
640a99485e chore(release): version 18.26.5 [skip ci]
### [18.26.5](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.4...v18.26.5) (2022-07-20)

### Bug Fixes

* Bump kms module to 1.0.2 to fix malformed policy document when not specifying key_owners ([#2163](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2163)) ([0fd1ab1](0fd1ab1db9))
2022-07-20 18:06:27 +00:00
Pedro Fragoso
0fd1ab1db9 fix: Bump kms module to 1.0.2 to fix malformed policy document when not specifying key_owners (#2163) 2022-07-20 14:05:47 -04:00
semantic-release-bot
f8d4f3bdbc chore(release): version 18.26.4 [skip ci]
### [18.26.4](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.3...v18.26.4) (2022-07-20)

### Bug Fixes

* Use partition data source on VPC CNI IPv6 policy ([#2161](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2161)) ([f2d67ff](f2d67ffa97))
2022-07-20 11:02:06 +00:00
Ian Lunam
f2d67ffa97 fix: Use partition data source on VPC CNI IPv6 policy (#2161) 2022-07-20 07:01:07 -04:00
Gaston Festari
67e0f752b9 docs: EKS Managed Node Groups example typo (#2152) 2022-07-07 19:09:02 -04:00
Eduardo Garibay-Frausto
312e4a4d59 docs: Correct example typo for NTP address (#2154) 2022-07-07 11:44:36 -04:00
KevinSnyderCodes
62dddaedb9 docs: Add fix for KUBELET_EXTRA_ARGS overwrite to EKS managed node group example (#2150) 2022-07-06 16:06:08 -04:00
semantic-release-bot
5955d26589 chore(release): version 18.26.3 [skip ci]
### [18.26.3](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.2...v18.26.3) (2022-07-05)

### Bug Fixes

* Correct Fargate profiles additional IAM role policies default type to match variable ([#2143](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2143)) ([c4e6d28](c4e6d28fc0))
2022-07-05 18:06:59 +00:00
Bryant Biggs
c4e6d28fc0 fix: Correct Fargate profiles additional IAM role policies default type to match variable (#2143) 2022-07-05 14:06:25 -04:00
Ilya Kisleyko
76669d3aac docs: Fix links in docs/compute_resources.md table of contents (#2144) 2022-07-05 14:02:45 -04:00
semantic-release-bot
661db03fb5 chore(release): version 18.26.2 [skip ci]
### [18.26.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.1...v18.26.2) (2022-07-01)

### Bug Fixes

* Correct variable types to improve dynamic check correctness ([#2133](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2133)) ([2d7701c](2d7701c3b0))
2022-07-01 11:54:25 +00:00
Bryant Biggs
2d7701c3b0 fix: Correct variable types to improve dynamic check correctness (#2133) 2022-07-01 07:53:43 -04:00
semantic-release-bot
f34670cf0b chore(release): version 18.26.1 [skip ci]
### [18.26.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.26.0...v18.26.1) (2022-06-29)

### Bug Fixes

* Update KMS module version which aligns on module version requirements ([#2127](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2127)) ([bc04cd3](bc04cd3a0a))
2022-06-29 11:52:26 +00:00
Bryant Biggs
bc04cd3a0a fix: Update KMS module version which aligns on module version requirements (#2127) 2022-06-29 07:51:44 -04:00
semantic-release-bot
9eeb3e3270 chore(release): version 18.26.0 [skip ci]
## [18.26.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.25.0...v18.26.0) (2022-06-28)

### Features

* Add support for specifiying NTP address to use private Amazon Time Sync Service ([#2125](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2125)) ([4543ab4](4543ab454b))
2022-06-28 16:17:04 +00:00
Bryant Biggs
4543ab454b feat: Add support for specifiying NTP address to use private Amazon Time Sync Service (#2125) 2022-06-28 12:16:20 -04:00
semantic-release-bot
62b776f142 chore(release): version 18.25.0 [skip ci]
## [18.25.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.24.1...v18.25.0) (2022-06-28)

### Features

* Add support for creating KMS key for cluster secret encryption ([#2121](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2121)) ([75acb09](75acb09ec5))
2022-06-28 14:56:13 +00:00
Bryant Biggs
75acb09ec5 feat: Add support for creating KMS key for cluster secret encryption (#2121)
* feat: Add support for creating KMS key for cluster secret encryption

* fix: Update naming scheme to include `kms_`
2022-06-28 10:55:39 -04:00
wreulicke
e0f5995a8b docs: Update link for EKS service role (#2118) 2022-06-26 10:15:34 -04:00
semantic-release-bot
85e5cae702 chore(release): version 18.24.1 [skip ci]
### [18.24.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.24.0...v18.24.1) (2022-06-19)

### Bug Fixes

* Remove `modified_at` from ignored changes on EKS addons ([#2114](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2114)) ([5a5a32e](5a5a32ed12))
2022-06-19 12:02:48 +00:00
Bryant Biggs
5a5a32ed12 fix: Remove modified_at from ignored changes on EKS addons (#2114) 2022-06-19 08:02:07 -04:00
semantic-release-bot
ad6b2e2ab7 chore(release): version 18.24.0 [skip ci]
## [18.24.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.23.0...v18.24.0) (2022-06-18)

### Features

* Add support for specifying conrol plane subnets separate from those used by node groups (data plane) ([#2113](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2113)) ([ebc91bc](ebc91bcd37))
2022-06-18 21:53:07 +00:00
Bryant Biggs
ebc91bcd37 feat: Add support for specifying conrol plane subnets separate from those used by node groups (data plane) (#2113) 2022-06-18 17:52:30 -04:00
tculp
d10b173a2d Added outputs for labels and taints and updated example to show usage of labels and taints (#2109)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
2022-06-18 11:11:49 -04:00
Basile Chandesris
a4c61f41f9 docs: Update README to show KMS key ARN not ID (#2098)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
2022-06-18 11:08:44 -04:00
Lucas Freitas
140c872eb9 docs: Mention that security groups must be manually referenced on externally attached EKS managed groups (#2101) 2022-06-18 11:02:53 -04:00
Lucas Freitas
6bb73bbdd4 docs: Update extraneous markdown tag in faq.md (#2092)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
2022-06-02 09:38:42 -04:00
semantic-release-bot
a2be69ffb0 chore(release): version 18.23.0 [skip ci]
## [18.23.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.22.0...v18.23.0) (2022-06-02)

### Features

* Add `autoscaling_group_tags` variable to self-managed-node-groups ([#2084](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2084)) ([8584dcb](8584dcb2e0))
2022-06-02 12:27:21 +00:00
Gabriel Féron
8584dcb2e0 feat: Add autoscaling_group_tags variable to self-managed-node-groups (#2084)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
2022-06-02 08:26:49 -04:00