Skip to content

Commit 6fbb6a8

Browse files
Merge pull request #81 from terraform-aws-modules/release/v1.4.0
releasing 1.4.0; docs generated
2 parents 24cc7c0 + a4c489b commit 6fbb6a8

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ 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-
## [[v1.4.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.3.0...HEAD)] - 2018-07-??]
8+
## [[v1.5.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.4.0...HEAD)] - 2018-08-??]
99

1010
### Added
1111

12-
- manage eks workers' root volume size and type.
13-
- `workers_asg_names` added to outputs. (kudos to @laverya)
14-
- New top level variable `worker_group_count` added to replace the use of `length(var.worker_groups)`. This allows using computed values as part of worker group configs. (complaints to @laverya)
12+
- A useful addition (slam dunk, @self 🔥)
1513

1614
### Changed
1715

1816
- A subtle but thoughtful change. (Boomshakalaka, @self 🏀)
1917

18+
## [[v1.4.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.3.0...v1.4.0)] - 2018-08-02]
19+
20+
### Added
21+
22+
- manage eks workers' root volume size and type.
23+
- `workers_asg_names` added to outputs. (kudos to @laverya)
24+
- New top level variable `worker_group_count` added to replace the use of `length(var.worker_groups)`. This allows using computed values as part of worker group configs. (complaints to @laverya)
25+
2026
## [[v1.3.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.2.0...v1.3.0)] - 2018-07-11]
2127

2228
### Added

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Many thanks to [the contributors listed here](https://github.com/terraform-aws-m
9090
9191
MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/LICENSE) for full details.
9292
93-
9493
## Inputs
9594
9695
| Name | Description | Type | Default | Required |
@@ -134,4 +133,3 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
134133
| worker_security_group_id | Security group ID attached to the EKS workers. |
135134
| workers_asg_arns | IDs of the autoscaling groups containing workers. |
136135
| workers_asg_names | Names of the autoscaling groups containing workers. |
137-

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0
1+
v1.4.0

0 commit comments

Comments
 (0)