Skip to content

Commit 07c61b6

Browse files
authored
New release 6.0.1 (#528)
* New release 6.0.1
1 parent 39cb93b commit 07c61b6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,26 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

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

12+
### Added
13+
14+
- Write your awesome addition here (by @you)
15+
16+
### Changed
17+
18+
- Write your awesome change here (by @you)
19+
20+
# History
21+
22+
## [[v6.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...v6.0.1)] - 2019-09-25]
23+
1224
### Added
1325

1426
- Added support for different workers AMI's, i.e. with GPU support (by @rvoitenko)
1527

1628
### Changed
1729

1830
- Use null as default value for `target_group_arns` attribute of worker autoscaling group (by @tatusl)
31+
- Output empty string when cluster identity is empty (by @tbarry)
1932

2033
# History
2134

version

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

0 commit comments

Comments
 (0)