diff --git a/CHANGELOG.md b/CHANGELOG.md index bda7687..8b7ce31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [[v1.4.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.3.0...HEAD)] - 2018-07-??] +## [[v1.5.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.4.0...HEAD)] - 2018-08-??] + +### Added + +- A useful addition (slam dunk, @self 🔥) + +### Changed + +- A subtle but thoughtful change. (Boomshakalaka, @self 🏀) + +## [[v1.4.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.3.0...v1.4.0)] - 2018-08-02] ### Added @@ -13,10 +23,6 @@ project adheres to [Semantic Versioning](http://semver.org/). - `workers_asg_names` added to outputs. (kudos to @laverya) - 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) -### Changed - -- 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] ### Added diff --git a/README.md b/README.md index 9649e98..be73b3e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Many thanks to [the contributors listed here](https://github.com/terraform-aws-m MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/LICENSE) for full details. - ## Inputs | Name | Description | Type | Default | Required | @@ -134,4 +133,3 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a | worker_security_group_id | Security group ID attached to the EKS workers. | | workers_asg_arns | IDs of the autoscaling groups containing workers. | | workers_asg_names | Names of the autoscaling groups containing workers. | - diff --git a/version b/version index 18fa8e7..0d0c52f 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.3.0 +v1.4.0