New release: 2.3.1 (#321)

This commit is contained in:
Max Williams
2019-03-26 17:26:08 +01:00
committed by GitHub
parent 8b2e1c2dd8
commit f1858c81f1
2 changed files with 13 additions and 3 deletions

View File

@@ -11,6 +11,18 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Write your awesome addition here (by @you)
### Changed
- Write your awesome change here (by @you)
# History
## [[v2.3.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.0...v2.3.1)] - 2019-03-26]
### Added
- Added support for eks public and private endpoints (by @stijndehaes)
- Added minimum inbound traffic rule to the cluster worker security group as per the [EKS security group requirements](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) (by @sc250024)
@@ -18,8 +30,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
- (Breaking Change) Replaced `enable_docker_bridge` with a generic option called `bootstrap_extra_args` to resolve [310](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/310) (by @max-rocket-internet)
# History
## [[v2.3.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.2.1...v2.3.0)] - 2019-03-20]
### Added

View File

@@ -1 +1 @@
v2.3.0
v2.3.1