Skip to content

Commit ba90fba

Browse files
Release v2.2.0 (#270)
1 parent a1a1644 commit ba90fba

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ 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-
### Next release
8+
## Next release
99

10-
#### [[v2.2.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.1.0...HEAD)] - 2019-02-??]
10+
## [[v2.3.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.2.0...HEAD)] - 2019-03-??]
1111

12-
##### Added
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+
## [[v2.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.1.0...v2.2.0)] - 2019-02-07]
23+
24+
### Added
1325

1426
- Ability to specify a permissions_boundary for IAM roles (by @dylanhellems)
1527
- Ability to configure force_delete for the worker group ASG (by @stefansedich)
@@ -18,14 +30,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
1830
- `enabled_metrics` input (by @zanitete)
1931
- write_aws_auth_config to input (by @yutachaos)
2032

21-
##### Changed
33+
### Changed
2234

2335
- Change worker group ASG to use create_before_destroy (by @stefansedich)
2436
- Fixed a bug where worker group defaults were being used for launch template user data (by @leonsodhi-lf)
2537
- Managed_aws_auth option is true, the aws-auth configmap file is no longer created, and write_aws_auth_config must be set to true to generate config_map. (by @yutachaos)
2638

27-
# History
28-
2939
## [[v2.1.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.0.0...v2.1.0)] - 2019-01-15]
3040

3141
### Added

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.1.0
1+
v2.2.0

0 commit comments

Comments
 (0)