New release 6.0.1 (#528)

* New release 6.0.1
This commit is contained in:
Thierno IB. BARRY
2019-09-25 11:19:16 +02:00
committed by GitHub
parent 39cb93b1da
commit 07c61b6e26
2 changed files with 14 additions and 1 deletions

View File

@@ -9,6 +9,18 @@ project adheres to [Semantic Versioning](http://semver.org/).
## [[v6.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...HEAD)] - 2019-10-??]
### Added
- Write your awesome addition here (by @you)
### Changed
- Write your awesome change here (by @you)
# History
## [[v6.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...v6.0.1)] - 2019-09-25]
### Added
- Added support for different workers AMI's, i.e. with GPU support (by @rvoitenko)
@@ -16,6 +28,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- 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

View File

@@ -1 +1 @@
v6.0.0
v6.0.1