releasing 1.3.0

This commit is contained in:
Brandon O'Connor
2018-07-11 23:47:35 -07:00
parent b29167905c
commit 69d7a3ce4a
3 changed files with 9 additions and 5 deletions

View File

@@ -9,11 +9,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Some excellent feature. (you're on fire, @me 🔥)
- A tiny but mighty feature. (you're on fire, @me 🔥)
### Changed
- A very thoughtful change. (Boomshakalaka, @self 🏀)
- A subtle but thoughtful change. (Boomshakalaka, @self 🏀)
## [[v1.3.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.2.0...v1.3.0)] - 2018-07-11]
@@ -23,6 +23,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
- kubelet_node_labels worker group option allows setting --node-labels= in kubelet. (Hat-tip, @bshelton229 👒)
- `worker_iam_role_arn` added to outputs. Sweet, @hatemosphere 🔥
### Changed
- Worker subnets able to be specified as a dedicated list per autoscaling group. (up top, @bshelton229 🙏)
## [[v1.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.1.0...v1.2.0)] - 2018-07-01]
### Added