Skip to content

Commit

Permalink
New release 6.0.2 (terraform-aws-modules#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryib authored Oct 7, 2019
1 parent edcbba6 commit 1be1a02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,30 @@ project adheres to [Semantic Versioning](http://semver.org/).

## Next release

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

### Added

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

### Changed

- Write your awesome change here (by @you)

# History

## [[v6.0.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.1...v6.0.2)] - 2019-10-07]

### Added

- Added `tags` to `aws_eks_cluster` introduced by terraform-provider-aws 2.31.0 (by @morganchristiansson)

### Changed

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

# History

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

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

# History

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

- Added `market_type` to `workers_launch_template.tf` allow the usage of spot nodegroups without mixed instances policy.
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.0.1
v6.0.2

0 comments on commit 1be1a02

Please sign in to comment.