Commit Graph

763 Commits

Author SHA1 Message Date
Bryant Biggs
0fefca76f2 fix: Ensure that cluster encryption policy resources are only relevant when creating the IAM role (#1917) 2022-03-02 22:10:22 +01:00
semantic-release-bot
54de3823b6 chore(release): version 18.8.0 [skip ci]
## [18.8.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.7.3...v18.8.0) (2022-03-02)

### Features

* Add additional IAM policy to allow cluster role to use KMS key provided for cluster encryption ([#1915](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1915)) ([7644952](7644952131))
2022-03-02 17:30:14 +00:00
Bryant Biggs
7644952131 feat: Add additional IAM policy to allow cluster role to use KMS key provided for cluster encryption (#1915) 2022-03-02 18:29:35 +01:00
semantic-release-bot
cbd9e4fc0e chore(release): version 18.7.3 [skip ci]
### [18.7.3](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.7.2...v18.7.3) (2022-03-02)

### Bug Fixes

* Add support for overriding DNS suffix for cluster IAM role service principal endpoint ([#1905](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1905)) ([9af0c24](9af0c2495a))
2022-03-02 17:26:58 +00:00
Bryant Biggs
9af0c2495a fix: Add support for overriding DNS suffix for cluster IAM role service principal endpoint (#1905) 2022-03-02 18:26:20 +01:00
semantic-release-bot
9a99689cc1 chore(release): version 18.7.2 [skip ci]
### [18.7.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.7.1...v18.7.2) (2022-02-16)

### Bug Fixes

* Update examples to show integration and usage of new IRSA submodule ([#1882](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1882)) ([8de02b9](8de02b9ff4))
2022-02-16 20:23:37 +00:00
Bryant Biggs
8de02b9ff4 fix: Update examples to show integration and usage of new IRSA submodule (#1882) 2022-02-16 21:23:04 +01:00
semantic-release-bot
8993d85d25 chore(release): version 18.7.1 [skip ci]
### [18.7.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.7.0...v18.7.1) (2022-02-15)

### Bug Fixes

* Add missing quotes to block_duration_minutes ([#1881](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1881)) ([8bc6488](8bc6488d55))
2022-02-15 17:32:24 +00:00
Andrew Conti
8bc6488d55 fix: Add missing quotes to block_duration_minutes (#1881) 2022-02-15 18:31:48 +01:00
semantic-release-bot
e1a71e8ebe chore(release): version 18.7.0 [skip ci]
## [18.7.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.6.1...v18.7.0) (2022-02-15)

### Features

* Add variable to provide additional OIDC thumbprints ([#1865](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1865)) ([3fc9f2d](3fc9f2d69c))
2022-02-15 13:43:21 +00:00
Fernando Viana
3fc9f2d69c feat: Add variable to provide additional OIDC thumbprints (#1865)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2022-02-15 14:42:44 +01:00
semantic-release-bot
c0571ab612 chore(release): version 18.6.1 [skip ci]
### [18.6.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.6.0...v18.6.1) (2022-02-15)

### Bug Fixes

* Update autoscaling group `tags` -> `tag` to support v4 of AWS provider ([#1866](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1866)) ([74ad4b0](74ad4b09b7))
2022-02-15 13:02:33 +00:00
Bryant Biggs
74ad4b09b7 fix: Update autoscaling group tags -> tag to support v4 of AWS provider (#1866) 2022-02-15 14:01:52 +01:00
semantic-release-bot
9c9ac81e3a chore(release): version 18.6.0 [skip ci]
## [18.6.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.5.1...v18.6.0) (2022-02-11)

### Features

* Add additional output for OIDC provider (issuer URL without leading `https://`) ([#1870](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1870)) ([d3b6847](d3b68479de))
2022-02-11 21:27:10 +00:00
Bryant Biggs
d3b68479de feat: Add additional output for OIDC provider (issuer URL without leading https://) (#1870) 2022-02-11 22:26:36 +01:00
Janosch Maier
6a30b73fe4 docs: Update security group additional rules description for sourcing created security groups (#1860)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2022-02-09 13:54:38 +01:00
semantic-release-bot
d0e831b535 chore(release): version 18.5.1 [skip ci]
### [18.5.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.5.0...v18.5.1) (2022-02-09)

### Bug Fixes

* Use existing node security group when one is provided ([#1861](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1861)) ([c821ba7](c821ba78ca))
2022-02-09 12:32:25 +00:00
Bryant Biggs
c821ba78ca fix: Use existing node security group when one is provided (#1861) 2022-02-09 13:31:47 +01:00
Bryant Biggs
07841806a4 chore: remove incorrect resource ARNs for cloudwatch event rule (#1854) 2022-02-08 20:17:25 +01:00
semantic-release-bot
43822aff06 chore(release): version 18.5.0 [skip ci]
## [18.5.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.4.1...v18.5.0) (2022-02-08)

### Features

* Allow conditional creation of node groups to be set within node group definitions ([#1848](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1848)) ([665f468](665f468c1f))
2022-02-08 09:16:54 +00:00
PhilippMT
665f468c1f feat: Allow conditional creation of node groups to be set within node group definitions (#1848) 2022-02-08 10:16:08 +01:00
semantic-release-bot
6c6841cdb8 chore(release): version 18.4.1 [skip ci]
### [18.4.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.4.0...v18.4.1) (2022-02-07)

### Bug Fixes

* Add node group dependency for EKS addons resource creation ([#1840](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1840)) ([2515e0e](2515e0e561))
2022-02-07 20:34:21 +00:00
Bryant Biggs
2515e0e561 fix: Add node group dependency for EKS addons resource creation (#1840) 2022-02-07 21:33:35 +01:00
semantic-release-bot
ef22c7988c chore(release): version 18.4.0 [skip ci]
## [18.4.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.3.1...v18.4.0) (2022-02-06)

### Features

* enable IRSA by default ([#1849](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1849)) ([21c3802](21c3802dea))
2022-02-06 19:37:10 +00:00
Bryant Biggs
21c3802dea feat: enable IRSA by default (#1849) 2022-02-06 20:36:34 +01:00
semantic-release-bot
2a47dfec16 chore(release): version 18.3.1 [skip ci]
### [18.3.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.3.0...v18.3.1) (2022-02-04)

### Bug Fixes

* The `block_duration_minutes` attribute under launch template `spot_options` is not a required ([#1847](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1847)) ([ccc4747](ccc4747122))
2022-02-04 20:09:19 +00:00
Bryant Biggs
ccc4747122 fix: The block_duration_minutes attribute under launch template spot_options is not a required (#1847) 2022-02-04 21:08:43 +01:00
semantic-release-bot
2f01a36f4f chore(release): version 18.3.0 [skip ci]
## [18.3.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.7...v18.3.0) (2022-02-03)

### Features

* Add launch_template_tags variable for additional launch template tags ([#1835](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1835)) ([9186def](9186defcf6))
2022-02-03 14:46:28 +00:00
kahirokunn
9186defcf6 feat: Add launch_template_tags variable for additional launch template tags (#1835) 2022-02-03 15:45:50 +01:00
semantic-release-bot
d81ff0ddb1 chore(release): version 18.2.7 [skip ci]
### [18.2.7](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.6...v18.2.7) (2022-02-02)

### Bug Fixes

* Don't tag self managed node security group with kubernetes.io/cluster tag ([#1774](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1774)) ([a638e4a](a638e4a754))
2022-02-02 15:26:35 +00:00
Devin Young
a638e4a754 fix: Don't tag self managed node security group with kubernetes.io/cluster tag (#1774) 2022-02-02 16:25:52 +01:00
semantic-release-bot
d0de694b66 chore(release): version 18.2.6 [skip ci]
### [18.2.6](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.5...v18.2.6) (2022-02-01)

### Bug Fixes

* Wrong rolearn in aws_auth_configmap_yaml ([#1820](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1820)) ([776009d](776009d74b))
2022-02-01 18:22:25 +00:00
Kaji
776009d74b fix: Wrong rolearn in aws_auth_configmap_yaml (#1820) 2022-02-01 19:21:51 +01:00
semantic-release-bot
b38124bd54 chore(release): version 18.2.5 [skip ci]
### [18.2.5](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.4...v18.2.5) (2022-02-01)

### Bug Fixes

* Correct issue where custom launch template is not used when EKS managed node group is used externally ([#1824](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1824)) ([e16b3c4](e16b3c4cbd))
2022-02-01 17:45:16 +00:00
Bryant Biggs
e16b3c4cbd fix: Correct issue where custom launch template is not used when EKS managed node group is used externally (#1824) 2022-02-01 18:44:43 +01:00
semantic-release-bot
f9403cf8b2 chore(release): version 18.2.4 [skip ci]
### [18.2.4](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.3...v18.2.4) (2022-01-30)

### Bug Fixes

* add missing `launch_template_use_name_prefix` parameter to the root module ([#1818](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1818)) ([d6888b5](d6888b5eb6))
2022-01-30 17:15:55 +00:00
efaif
d6888b5eb6 fix: add missing launch_template_use_name_prefix parameter to the root module (#1818) 2022-01-30 18:15:21 +01:00
semantic-release-bot
16f46db94b chore(release): version 18.2.3 [skip ci]
### [18.2.3](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.2...v18.2.3) (2022-01-24)

### Bug Fixes

* Add missing `mixed_instances_policy` parameter to the root module ([#1808](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1808)) ([4af77f2](4af77f244a))
2022-01-24 20:19:53 +00:00
Bryant Biggs
4af77f244a fix: Add missing mixed_instances_policy parameter to the root module (#1808) 2022-01-24 21:19:13 +01:00
Bryant Biggs
c45adce32e chore: add example usage of extending cluster and node security group access rules (#1805) 2022-01-22 08:17:09 +01:00
semantic-release-bot
243d93adff chore(release): version 18.2.2 [skip ci]
### [18.2.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.1...v18.2.2) (2022-01-22)

### Bug Fixes

* Attributes in timeouts are erroneously reversed ([#1804](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1804)) ([f8fe584](f8fe584d5b))
2022-01-22 07:16:21 +00:00
Vincent Yin
f8fe584d5b fix: Attributes in timeouts are erroneously reversed (#1804) 2022-01-22 08:15:38 +01:00
semantic-release-bot
9f85dc8cf5 chore(release): version 18.2.1 [skip ci]
### [18.2.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.2.0...v18.2.1) (2022-01-18)

### Bug Fixes

* Change `instance_metadata_tags` to default to `null`/`disabled` due to tag key pattern conflict ([#1788](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1788)) ([8e4dfa2](8e4dfa2be5))
2022-01-18 14:03:43 +00:00
Bryant Biggs
8e4dfa2be5 fix: Change instance_metadata_tags to default to null/disabled due to tag key pattern conflict (#1788) 2022-01-18 15:03:09 +01:00
Nick Janetakis
fcd4abb570 docs: Add use case examples to the 18.x upgrade guide (#1783) 2022-01-17 18:17:33 +01:00
semantic-release-bot
9c6c36c5c8 chore(release): version 18.2.0 [skip ci]
## [18.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.1.0...v18.2.0) (2022-01-14)

### Features

* Add `instance_metadata_tags` attribute to launch templates ([#1781](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1781)) ([85bb1a0](85bb1a00b6))
2022-01-14 20:23:36 +00:00
Bryant Biggs
85bb1a00b6 feat: Add instance_metadata_tags attribute to launch templates (#1781) 2022-01-14 21:22:58 +01:00
semantic-release-bot
aba94002e4 chore(release): version 18.1.0 [skip ci]
## [18.1.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v18.0.6...v18.1.0) (2022-01-14)

### Features

* Add support for networking `ip_family` which enables support for IPV6 ([#1759](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1759)) ([314192e](314192e2eb))
2022-01-14 20:17:35 +00:00
Bryant Biggs
314192e2eb feat: Add support for networking ip_family which enables support for IPV6 (#1759) 2022-01-14 21:17:03 +01:00
yutachaos
cf985c2347 chore: Fixed some broken urls in the docs (#1775) 2022-01-13 12:28:04 +01:00