New release v8.2.0 (#720)

This commit is contained in:
Max Williams
2020-01-29 21:44:49 +01:00
committed by GitHub
parent 065158a970
commit dd06c591b5
2 changed files with 8 additions and 4 deletions

View File

@@ -7,14 +7,18 @@ project adheres to [Semantic Versioning](http://semver.org/).
## Next release
## [[v8.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.1.0...HEAD)] - YYYY-MM-DD]
## [[v8.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.2.0...HEAD)] - 2020-xx-xx]
- Write your awesome change here (by @you)
# History
## [[v8.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.1.0...v8.2.0)] - 2020-01-29]
- Include ability to configure custom os-specific command for waiting until kube cluster is healthy (@sanjeevgiri)
- Disable creation of ingress rules if worker nodes security groups are exists (@andjelx)
- [CI] Update pre-commit and re-generate docs to work with terraform-docs >= 0.8.1 (@barryib)
# History
## [[v8.1.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.0.0...v8.1.0)] - 2020-01-17]
- Fix index reference on destroy for output `oidc_provider_arn` (@stevie-)

View File

@@ -1 +1 @@
v8.1.0
v8.2.0