Skip to content

Commit 8946190

Browse files
Release v2.1.0 (#248)
* Release v2.1.0 🚒 * update this file. What's it for? No one knows.
1 parent 03c2231 commit 8946190

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [[v2.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.0.0...HEAD)] - 2019-01-??]
8+
### Next release
99

10-
### Added
10+
#### [[v2.2.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.1.0...HEAD)] - 2019-02-??]
11+
12+
##### Added
1113

1214
- Write your awesome addition here (by @you)
1315

16+
##### Changed
17+
18+
- Write your awesome change here (by @you)
19+
20+
# History
21+
22+
## [[v2.1.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.0.0...v2.1.0)] - 2019-01-15]
23+
24+
### Added
25+
26+
- Initial support for worker groups based on Launch Templates (by @skang0601)
27+
1428
### Changed
29+
1530
- Updated the `update_config_map_aws_auth` resource to trigger when the EKS cluster endpoint changes. This likely means that a new cluster was spun up so our ConfigMap won't exist (fixes #234) (by @elatt)
1631
- Removed invalid action from worker_autoscaling iam policy (by @marcelloromani)
1732
- Fixed zsh-specific syntax in retry loop for aws auth config map (by @marcelloromani)

version

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

0 commit comments

Comments
 (0)