From 1be1a02e23a47a0deecf4460c9e3783bb6d13252 Mon Sep 17 00:00:00 2001 From: "Thierno IB. BARRY" Date: Mon, 7 Oct 2019 20:53:31 +0200 Subject: [PATCH] New release 6.0.2 (#553) --- CHANGELOG.md | 19 +++++++++++++------ version | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa56a15..147223e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,23 @@ project adheres to [Semantic Versioning](http://semver.org/). ## Next release -## [[v6.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...HEAD)] - 2019-10-??] +## [[v6.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.2...HEAD)] - 2019-10-??] + +### Added + +- Write your awesome addition here (by @you) + +### Changed + + - Write your awesome change here (by @you) + +# History + +## [[v6.0.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.1...v6.0.2)] - 2019-10-07] ### Added - Added `tags` to `aws_eks_cluster` introduced by terraform-provider-aws 2.31.0 (by @morganchristiansson) -- Write your awesome addition here (by @you) ### Changed @@ -20,8 +31,6 @@ project adheres to [Semantic Versioning](http://semver.org/). - Remove helm chart value `sslCertPath` described in `docs/autoscaling.md` (by @wi1dcard) - Attaching of IAM policies for autoscaler and CNI to the worker nodes now optional (by @dpiddockcmp) -# History - ## [[v6.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.0...v6.0.1)] - 2019-09-25] ### Added @@ -33,8 +42,6 @@ project adheres to [Semantic Versioning](http://semver.org/). - Use null as default value for `target_group_arns` attribute of worker autoscaling group (by @tatusl) - Output empty string when cluster identity is empty (by @tbarry) -# History - ## [[v6.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v5.1.0...v6.0.0)] - 2019-09-17] - Added `market_type` to `workers_launch_template.tf` allow the usage of spot nodegroups without mixed instances policy. diff --git a/version b/version index 23e595e..860cf3e 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.0.1 +v6.0.2