You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,15 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
11
12
12
13
+
<aname="v17.2.0"></a>
14
+
## [v17.2.0] - 2021-08-25
15
+
FEATURES:
16
+
- Support for encrypted root disk in node_groups ([#1428](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1428))
17
+
- Enable ebs_optimized setting for node_groups ([#1459](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1459))
18
+
19
+
13
20
<aname="v17.1.0"></a>
14
-
## [v17.1.0] - 2021-06-04
21
+
## [v17.1.0] - 2021-06-09
15
22
FEATURES:
16
23
- Add support for Managed Node Groups (`node_groups`) taints ([#1424](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1424))
17
24
- Allow to choose launch template version for Managed Node Groups when `create_launch_template` is set to `true` ([#1419](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1419))
@@ -400,7 +407,8 @@ CI:
400
407
- Restrict sementic PR to validate PR title only ([#804](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/804))
0 commit comments