Skip to content

Commit 1be1a02

Browse files
authored
New release 6.0.2 (#553)
1 parent edcbba6 commit 1be1a02

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,30 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Next release
99

10-
## [[v6.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...HEAD)] - 2019-10-??]
10+
## [[v6.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.2...HEAD)] - 2019-10-??]
1111

1212
### Added
1313

14-
- Added `tags` to `aws_eks_cluster` introduced by terraform-provider-aws 2.31.0 (by @morganchristiansson)
1514
- Write your awesome addition here (by @you)
1615

16+
### Changed
17+
18+
- Write your awesome change here (by @you)
19+
20+
# History
21+
22+
## [[v6.0.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.1...v6.0.2)] - 2019-10-07]
23+
24+
### Added
25+
26+
- Added `tags` to `aws_eks_cluster` introduced by terraform-provider-aws 2.31.0 (by @morganchristiansson)
27+
1728
### Changed
1829

1930
- Add option to enable lifecycle hooks creation (by @barryib)
2031
- Remove helm chart value `sslCertPath` described in `docs/autoscaling.md` (by @wi1dcard)
2132
- Attaching of IAM policies for autoscaler and CNI to the worker nodes now optional (by @dpiddockcmp)
2233

23-
# History
24-
2534
## [[v6.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...v6.0.1)] - 2019-09-25]
2635

2736
### Added
@@ -33,8 +42,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
3342
- Use null as default value for `target_group_arns` attribute of worker autoscaling group (by @tatusl)
3443
- Output empty string when cluster identity is empty (by @tbarry)
3544

36-
# History
37-
3845
## [[v6.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v5.1.0...v6.0.0)] - 2019-09-17]
3946

4047
- Added `market_type` to `workers_launch_template.tf` allow the usage of spot nodegroups without mixed instances policy.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.0.1
1+
v6.0.2

0 commit comments

Comments
 (0)