Skip to content

Commit 55ff38c

Browse files
Fix changelog for release v7.0.0 (#577)
* New v7.0.0 release * update version file * remove one line
1 parent 0d7ef6f commit 55ff38c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.1.0...HEAD)] - 2019-??-??]
10+
## [[v7.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.1.0...HEAD)] - 2019-??-??]
1111

1212
### Added
1313

@@ -19,14 +19,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
1919

2020
# History
2121

22-
## [[v6.1.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.2...v6.1.0)] - 2019-10-30]
22+
## [[v7.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.2...v7.0.0)] - 2019-10-30]
2323

2424
### Added
2525

2626
- **Breaking:** Allow for specifying a custom AMI for the worker nodes. (by @bmcstdio)
2727
- Added support for Windows workers AMIs (by @hodduc)
2828
- Allow for replacing the full userdata text with a `userdata_template_file` template and `userdata_template_extra_args` in `worker_groups` (by @snstanton)
29-
- Write your awesome addition here (by @you)
3029

3130
### Changed
3231

@@ -35,7 +34,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
3534
- Bumped minimum terraform version to 0.12.2 to prevent an error on yamlencode function (by @toadjaune)
3635
- Access conditional resource using join function in combination with splat syntax (by @miguelaferreira)
3736

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

4139
### Added

version

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

0 commit comments

Comments
 (0)